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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	scrollbar-gutter: stable;
	scroll-behavior: smooth;
}

/* ブラウザ標準のスムーススクロール */

body {
	color: #2b2e33;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", YuMincho, "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.05em;
}

body.is-fixed {
	overflow: hidden;
}

main {
	padding-top: 72px;
	padding-top: 4.5rem;
}

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

address {
	font-style: normal;
}

table {
	width: 100%;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

figure {
	line-height: 0;
}

.p-single-hero {
	position: relative;
}

.p-single-hero__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-single-hero__title {
	color: #254d88;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-single-profile__content.p-top-profile__content {
	gap: 56px;
	gap: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-single-profile__content.p-top-profile__content .p-top-profile__right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 644px;
	max-width: 40.25rem;
	min-width: 0;
}

.p-single-content {
	padding-block: 80px;
	padding-block: 5rem;
}

.p-top-about {
	background: url("../img/top/about-bg.webp") no-repeat center center/cover;
}

.p-top-about__content {
	gap: 40px;
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-about__img-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 318px;
	max-width: 19.875rem;
}

.p-top-about__list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
}

.p-top-about__row {
	border-bottom: 1px solid #cccccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-about__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 0;
	padding: 24px 18px;
	padding: 1.5rem 1.125rem;
	position: relative;
	width: 180px;
	width: 11.25rem;
}

.p-top-about__label::before {
	background: #cccccc;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-about__value {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 0;
	padding: 24px 18px;
	padding: 1.5rem 1.125rem;
}

.p-top-about__link {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: underline;
}

span.p-top-about__link {
	text-decoration: none;
}

.p-top-about__link-icon {
	-o-object-fit: contain;
	height: 14px;
	height: 0.875rem;
	object-fit: contain;
	width: 14px;
	width: 0.875rem;
}

.p-top-access__map-wrap {
	aspect-ratio: 1000/300;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-top-access__map-wrap iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-access__info {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-access__address {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
}

.p-top-access__direction {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-advantage {
	background: url("../img/top/advantage-bg.webp") no-repeat center center/cover;
}

.p-top-advantage__content {
	gap: 56px;
	gap: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-advantage__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.p-top-advantage__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-top-advantage__item--reverse .p-top-advantage__body {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.p-top-advantage__item--reverse .p-top-advantage__body .p-top-advantage__img-wrap {
	left: auto;
	right: 0;
}

.p-top-advantage__item--reverse .p-top-advantage__body .p-top-advantage__box {
	padding: 20px 56px 32px 32px;
	padding: 1.25rem 3.5rem 2rem 2rem;
}

.p-top-advantage__img-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	left: 0;
	max-width: 350px;
	max-width: 21.875rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.p-top-advantage__box {
	background-color: #fff;
	-webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .1);
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .1);
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 674px;
	max-width: 42.125rem;
	min-height: 234px;
	min-height: 14.625rem;
	padding: 20px 32px 32px 56px;
	padding: 1.25rem 2rem 2rem 3.5rem;
}

.p-top-advantage__label {
	color: #254d88;
	font-family: "Lora";
	font-size: 14px;
	font-size: 0.875rem;
}

.p-top-advantage__heading {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-advantage__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-contact__inner.l-inner {
	max-width: 700px;
	max-width: 43.75rem;
}

.p-top-contact__tel-block {
	gap: 30px;
	gap: 1.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #4d4d4d;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding: 24px 32px;
	padding: 1.5rem 2rem;
}

.p-top-contact__tel-label {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
}

.p-top-contact__tel-time {
	font-size: 16px;
	font-size: 1rem;
}

.p-top-contact__tel-link {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 700;
}

.p-top-contact__tel-icon {
	-o-object-fit: contain;
	height: 32px;
	height: 2rem;
	object-fit: contain;
	width: 32px;
	width: 2rem;
}

.p-top-contact__intro {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin: 0 0 32px;
	margin: 0 0 2rem;
}

.p-top-contact__form-row {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.p-top-contact__label {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.p-top-contact__required {
	color: #c048b8;
}

.p-top-contact__input {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 24px;
	padding: 0.75rem 1.5rem;
	width: 100%;
}

.p-top-contact__input::-moz-placeholder {
	color: #b4bcc6;
}

.p-top-contact__input::-webkit-input-placeholder {
	color: #b4bcc6;
}

.p-top-contact__input::-ms-input-placeholder {
	color: #b4bcc6;
}

.p-top-contact__input::placeholder {
	color: #b4bcc6;
}

.p-top-contact__textarea {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	font-size: 16px;
	font-size: 1rem;
	height: 240px;
	height: 15rem;
	padding: 12px 24px;
	padding: 0.75rem 1.5rem;
	resize: vertical;
	width: 100%;
}

.p-top-contact__textarea::-moz-placeholder {
	color: #b4bcc6;
}

.p-top-contact__textarea::-webkit-input-placeholder {
	color: #b4bcc6;
}

.p-top-contact__textarea::-ms-input-placeholder {
	color: #b4bcc6;
}

.p-top-contact__textarea::placeholder {
	color: #b4bcc6;
}

.p-top-contact__privacy {
	margin: 38px auto 33px;
	margin: 2.375rem auto 2.0625rem;
}

.p-top-contact__privacy-box {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	margin-bottom: 33px;
	margin-bottom: 2.0625rem;
	max-height: 175px;
	max-height: 10.9375rem;
	overflow-y: auto;
	padding: 24px;
	padding: 1.5rem;
}

.p-top-contact__privacy-text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.p-top-contact__privacy-list {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-top-contact__privacy-list--decimal {
	list-style: decimal;
}

.p-top-contact__privacy-list--paren {
	counter-reset: privacy-paren;
	list-style: none;
}

.p-top-contact__privacy-list--paren > li {
	counter-increment: privacy-paren;
}

.p-top-contact__privacy-list--paren > li::before {
	content: "(" counter(privacy-paren) ") ";
	margin-right: 4px;
	margin-right: 0.25rem;
}

.p-top-contact__privacy-list ul.p-top-contact__privacy-list--kana {
	list-style: katakana;
	padding-left: 64px;
	padding-left: 4rem;
}

.p-top-contact__privacy-list ol {
	list-style: inherit;
}

.p-top-contact__privacy-list ul {
	margin: 4px 0 0;
	margin: 0.25rem 0 0;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-top-contact__privacy-list li:last-child {
	margin-bottom: 0;
}

.p-top-contact__privacy-heading {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
}

.p-top-contact__privacy-heading:first-of-type {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-contact__privacy-dl {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.p-top-contact__checkbox-wrap {
	gap: 10px;
	gap: 0.625rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-contact__checkbox {
	clip: rect(0, 0, 0, 0);
	border: 0;
	display: block;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.p-top-contact__checkbox-box {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 0.125rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 22px;
	height: 1.375rem;
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
	width: 22px;
	width: 1.375rem;
}

.p-top-contact__checkbox:checked + .p-top-contact__checkbox-box,
.p-top-contact__checkbox-wrap:has(input:checked) .p-top-contact__checkbox-box {
	background: #fff url("../img/common/icon/check.svg") no-repeat center/14px 11px;
	background: #fff url("../img/common/icon/check.svg") no-repeat center/0.875rem 0.6875rem;
	border-color: #ccc;
}

/* CF7構造対応: wpcf7ラッパーをcheckbox-boxに重ねてクリック領域を確保 */

.p-top-contact__checkbox-wrap .wpcf7-form-control-wrap {
	height: 22px;
	height: 1.375rem;
	left: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	width: 1.375rem;
}

.p-top-contact__checkbox-wrap {
	position: relative;
}

/* CF7構造対応: ネストされたinputを非表示に */

.p-top-contact__checkbox-wrap .wpcf7-form-control-wrap input {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* CF7のラベルを非表示（自前のcheckbox-textを使用） */

.p-top-contact__checkbox-wrap .wpcf7-list-item-label {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.p-top-contact__checkbox-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}

.p-top-contact__submit-wrap {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-top-contact__submit {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #254d88;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: 48px;
	height: 3rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
	width: 200px;
	width: 12.5rem;
}

.p-top-greeting {
	background: url("../img/top/greeting-bg.webp") no-repeat center center/cover;
}

.p-top-greeting__title.c-section-title {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.p-top-greeting__title.c-section-title .c-section-title__en {
	font-size: 40px;
	font-size: 2.5rem;
}

.p-top-greeting__content {
	margin: 0 auto;
	max-width: 774px;
	max-width: 48.375rem;
}

.p-top-greeting__lead {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-top-greeting__body {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-top-greeting__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.p-top-greeting__text:last-child {
	margin-bottom: 0;
}

.p-top-greeting__signature {
	gap: 4px;
	gap: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-greeting__signature-en {
	color: #2b2e33;
	font-family: "Lora", serif;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-top-greeting__signature-ja {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
}

.p-top-greeting__signature-ja-name {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}

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

.p-top-hero__content {
	height: 100%;
	left: 50%;
	padding-top: 74px;
	padding-top: 4.625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-top-hero__content-inner.l-inner {
	max-width: 1164px;
	max-width: 72.75rem;
	width: 100%;
}

.p-to-hero__copy {
	max-width: 584px;
	max-width: 36.5rem;
}

.p-to-hero__copy-text {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.6;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-to-hero__cta-wrap {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-top-news {
	padding-block: 40px 80px;
	padding-block: 2.5rem 5rem;
}

.p-top-news__title {
	padding-inline: 16px;
	padding-inline: 1rem;
}

.p-top-news__content {
	padding-inline: 16px;
	padding-inline: 1rem;
	position: relative;
}

.p-top-news__content::before {
	background-color: #ccc;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: -158px;
	top: -9.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-top-news__item {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-news__link {
	gap: 24px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-news__img-wrap {
	aspect-ratio: 186/105;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	width: 186px;
	width: 11.625rem;
}

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

.p-top-news__img--no-thumb {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-news__img--no-thumb .p-top-news__logo {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	opacity: 0.5;
	width: 50%;
}

.p-top-news__heading {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 16px 0 0;
	margin: 1rem 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-top-news__body {
	padding-block: 6px;
	padding-block: 0.375rem;
	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;
}

.p-top-news__meta {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-news__date {
	color: #888;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-top-news__category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #254d88;
	color: #254d88;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	height: 23px;
	height: 1.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px 24px;
	padding: 0.125rem 1.5rem;
}

.p-top-news__btn {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #254d88;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	height: 48px;
	height: 3rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
	padding: 10px 16px;
	padding: 0.625rem 1rem;
	width: 180px;
	width: 11.25rem;
}

.p-top-news__btn-icon {
	-o-object-fit: contain;
	height: 24px;
	height: 1.5rem;
	object-fit: contain;
	width: 24px;
	width: 1.5rem;
}

.p-top-profile {
	background: url("../img/top/about-bg.webp") no-repeat center center/cover;
}

.p-top .p-top-profile {
	background-image: none;
}

.p-top-profile__content {
	gap: 60px;
	gap: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-profile__left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}

.p-top-profile__img-wrap {
	width: 100%;
}

.p-top-profile__badge {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-profile__affiliation {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-top-profile__name-en {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-top-profile__name-ja {
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
}

.p-top-profile__name-ja-name {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-top-profile__sns {
	gap: 8px;
	gap: 0.5rem;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-profile__sns-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	height: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	width: 2rem;
}

.p-top-profile__sns-link img {
	-o-object-fit: contain;
	height: 32px;
	height: 2rem;
	object-fit: contain;
	width: 32px;
	width: 2rem;
}

.p-top-profile__right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 580px;
	max-width: 36.25rem;
	min-width: 0;
}

.p-top-profile__timeline {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	position: relative;
}

.p-top-profile__timeline::before {
	background: #ccc;
	content: "";
	height: calc(100% - 8rem);
	left: 119px;
	left: 7.4375rem;
	position: absolute;
	top: 12px;
	top: 0.75rem;
	width: 1px;
}

.p-top-profile__timeline-item {
	gap: 36px;
	gap: 2.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-left: 8px;
	padding-left: 0.5rem;
	position: relative;
}

.p-top-profile__timeline-year {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	width: 70px;
	width: 4.375rem;
}

.p-top-profile__timeline-dot {
	background: #254d88;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 12px;
	height: 0.75rem;
	margin-top: 8px;
	margin-top: 0.5rem;
	width: 12px;
	width: 0.75rem;
}

.p-top-profile__timeline-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

.p-top-service__content {
	gap: 40px 32px;
	gap: 2.5rem 2rem;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.p-top-service__card {
	background: #fff;
	-webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .1);
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 393px;
	min-height: 24.5625rem;
}

.p-top-service__card:nth-child(1) {
	grid-column: 1/3;
}

.p-top-service__card:nth-child(2) {
	grid-column: 3/5;
}

.p-top-service__card:nth-child(3) {
	grid-column: 5/7;
}

.p-top-service__card:nth-child(4) {
	grid-column: 2/4;
}

.p-top-service__card:nth-child(5) {
	grid-column: 4/6;
}

.p-top-service__img-wrap {
	aspect-ratio: 312/176;
	overflow: hidden;
	width: 100%;
}

.p-top-service__img-wrap--no-thumb {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-service__img-wrap--no-thumb .p-top-service__logo {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	opacity: 0.5;
	width: 50%;
}

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

.p-top-service__card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 18px 24px 24px;
	padding: 1.125rem 1.5rem 1.5rem;
}

.p-top-service__heading {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin: 0;
}

.p-top-service__excerpt {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-service__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 12px;
	margin-top: 0.75rem;
	min-height: 86px;
	min-height: 5.375rem;
}

.p-top-service__link {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #254d88;
	color: #254d88;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1rem;
	height: 45px;
	height: 2.8125rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: auto;
	padding-left: 16px;
	padding-left: 1rem;
}

.p-top-service__link-icon {
	-o-object-fit: contain;
	height: 24px;
	height: 1.5rem;
	object-fit: contain;
	width: 24px;
	width: 1.5rem;
}

.c-breadcrumb {
	padding-block: 16px;
	padding-block: 1rem;
}

.c-breadcrumb__list {
	gap: 8px;
	gap: 0.5rem;
	-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;
	font-size: 14px;
	font-size: 0.875rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-breadcrumb__item {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-breadcrumb__item:not(:last-child)::after {
	background-image: url("../img/common/icon/arrow-right-black.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18px;
	height: 1.125rem;
	width: 18px;
	width: 1.125rem;
}

.c-breadcrumb__item[aria-current=page] {
	color: #2b2e33;
}

.c-breadcrumb__link {
	color: #c048b8;
	text-decoration: underline;
}

.c-btn {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #c048b8;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 58px;
	height: 3.625rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 16px;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 248px;
	width: 15.5rem;
}

.c-btn::after {
	background-image: url("../img/common/icon/arrow-right-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24px;
	height: 1.5rem;
	width: 24px;
	width: 1.5rem;
}

.c-section-title {
	gap: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.c-section-title__en {
	color: rgba(20, 74, 135, .4);
	font-family: "Lora";
	font-size: 52px;
	font-size: 3.25rem;
	font-weight: 400;
	line-height: 1.5;
	text-transform: capitalize;
}

.c-section-title__en::after {
	margin-inline: 16px;
	margin-inline: 1rem;
	background: url("../img/common/icon/slash.svg") no-repeat center center/contain;
	content: "";
	display: inline-block;
	height: 36px;
	height: 2.25rem;
	width: 28px;
	width: 1.75rem;
}

.c-section-title__ja {
	color: #2b2e33;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
}

.l-drawer {
	display: none;
}

.l-drawer.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.l-drawer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	padding-top: 65px;
	padding-top: 4.0625rem;
}

.l-drawer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-drawer__item {
	border-bottom: 1px solid #ccc;
}

.l-drawer__link {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2b2e33;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 24px;
	padding: 0.75rem 1.5rem;
}

.l-drawer__arrow {
	-o-object-fit: contain;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 24px;
	height: 1.5rem;
	object-fit: contain;
	width: 24px;
	width: 1.5rem;
}

.l-drawer__cta {
	gap: 8px;
	gap: 0.5rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #c048b8;
	border-radius: 0;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 54px;
	height: 3.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 327px;
	max-width: 20.4375rem;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: 100%;
}

.l-drawer__cta::after {
	background: url("../img/common/icon/arrow-right-white.svg") no-repeat center/contain;
	content: "";
	height: 24px;
	height: 1.5rem;
	width: 24px;
	width: 1.5rem;
}

.l-drawer__overlay {
	display: none;
}

.l-drawer__overlay.is-show {
	opacity: 1;
	visibility: visible;
}

.l-footer {
	background-color: #fff;
	border-top: 1px solid #cccccc;
	width: 100%;
}

.l-footer__main {
	padding-block: 40px;
	padding-block: 2.5rem;
}

.l-footer__content {
	gap: 40px;
	gap: 2.5rem;
	-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;
}

.l-footer__company {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.l-footer__logo {
	display: block;
}

.l-footer__logo img {
	display: block;
	height: auto;
	width: 124px;
	width: 7.75rem;
}

.l-footer__company-name {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.l-footer__address {
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	line-height: 1.6;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.l-footer__sns {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 0;
}

.l-footer__sns-item {
	margin: 0;
}

.l-footer__sns-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	height: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 32px;
	width: 2rem;
}

.l-footer__nav-wrap {
	gap: 40px;
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 400px;
	max-width: 25rem;
	width: 100%;
}

.l-footer__nav {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.l-footer__nav-list {
	gap: 12px;
	gap: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-footer__nav-item {
	margin: 0;
}

.l-footer__nav-link {
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.l-footer__copyright {
	padding-block: 10px;
	padding-block: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #4d4d4d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	height: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.l-footer__copyright-inner {
	text-align: center;
}

.l-footer__copyright-text {
	color: #fff;
	font-size: 11px;
	font-size: 0.6875rem;
}

.l-hamburger {
	display: none;
}

.l-hamburger__line {
	background: #254d88;
	border-radius: 1px;
	height: 2px;
	left: 50%;
	margin-left: -12px;
	margin-left: -0.75rem;
	position: absolute;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	width: 24px;
	width: 1.5rem;
}

.l-hamburger__line.--line01 {
	top: 18px;
	top: 1.125rem;
}

.l-hamburger__line.--line02 {
	margin-top: -1px;
	top: 50%;
}

.l-hamburger__line.--line03 {
	bottom: 18px;
	bottom: 1.125rem;
}

.l-hamburger.is-show .l-hamburger__line.--line01 {
	margin-top: -1px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-hamburger.is-show .l-hamburger__line.--line02 {
	opacity: 0;
}

.l-hamburger.is-show .l-hamburger__line.--line03 {
	bottom: auto;
	margin-top: -1px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.l-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .1);
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 72px;
	height: 4.5rem;
	position: fixed;
	width: 100%;
	z-index: 300;
}

body.is-fixed .l-header {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.l-header__inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
}

.l-header__content {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 163px;
	padding-left: 10.1875rem;
}

.l-header__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
}

.l-header__logo-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	max-width: 100px;
	max-width: 6.25rem;
	position: relative;
	width: 100%;
}

.l-header__gnav {
	-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;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-header__gnav-menu {
	gap: 32px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-header__menu-item {
	margin: 0;
}

.l-header__item-link {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	white-space: nowrap;
}

.l-header__cta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #c048b8;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 200px;
	max-width: 12.5rem;
	width: 100%;
}

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

.l-section {
	padding-block: 80px;
	padding-block: 5rem;
}

.u-visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.u-anime {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	visibility: hidden;
	will-change: opacity, transform, visibility;
}

.u-anime.is-show,
.u-load-anime.is-show {
	opacity: 1;
	visibility: visible;
}

.u-anime.--fadeinup {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.u-anime.--fadeinup.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadein {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadein.is-show {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadeinrich {
	-webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeinrich.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeindown {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.u-anime.--fadeindown.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadeinleft {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.u-anime.--fadeinleft.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--fadeinright {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.u-anime.--fadeinright.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--rotatein {
	-webkit-transform: rotate(-10deg) scale(0.9);
	transform: rotate(-10deg) scale(0.9);
}

.u-anime.--rotatein.is-show {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

.u-anime.--slideinleft {
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: clip-path;
}

.u-anime.--slideinleft.is-show {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-transition: -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.u-anime.--delay1 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.u-anime.--delay2 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.u-anime.--delay3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.u-anime.--delay4 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.u-anime.--delay5 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.u-anime.--delay6 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.u-anime.--delay7 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.u-anime.--delay8 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.u-anime.--delay9 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.u-anime.--delay10 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.u-anime.--delay11 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.u-anime.--delay12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.u-anime.--delay13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.u-anime.--delay14 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.u-anime.--delay15 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.u-anime.--delay16 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.u-anime.--delay17 {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.u-anime.--delay18 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.u-anime.--delay19 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.u-anime.--delay20 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

body.post-type-post,
body.post-type-page,
body.post-type-service,
.wp-custom-editor-post,
.wp-custom-editor-page,
.wp-custom-editor-service {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

body.post-type-post a,
body.post-type-page a,
body.post-type-service a,
.wp-custom-editor-post a,
.wp-custom-editor-page a,
.wp-custom-editor-service a {
	color: #2b2e33;
	text-decoration: underline;
}

body.post-type-post blockquote,
body.post-type-page blockquote,
body.post-type-service blockquote,
.wp-custom-editor-post blockquote,
.wp-custom-editor-page blockquote,
.wp-custom-editor-service blockquote {
	background-color: #f5f5f5;
	border-radius: 6px;
	padding: 16px;
}

.wp-custom-editor-post * + *[class^=custom-],
.wp-custom-editor-case-section * + *[class^=custom-],
.wp-custom-editor-topics * + *[class^=custom-],
.wp-custom-editor-service * + *[class^=custom-],
.post-type-post * + *[class^=custom-],
.post-type-case * + *[class^=custom-],
.post-type-topics * + *[class^=custom-],
.post-type-service * + *[class^=custom-] {
	margin-top: 24px;
}

.wp-custom-editor-post *:first-child,
.wp-custom-editor-case-section *:first-child,
.wp-custom-editor-topics *:first-child,
.wp-custom-editor-service *:first-child,
.post-type-post *:first-child,
.post-type-case *:first-child,
.post-type-topics *:first-child,
.post-type-service *:first-child {
	margin-top: 0;
}

.wp-custom-editor-post img,
.wp-custom-editor-case-section img,
.wp-custom-editor-topics img,
.wp-custom-editor-service img,
.post-type-post img,
.post-type-case img,
.post-type-topics img,
.post-type-service img {
	height: auto;
}

.wp-custom-editor-post img.alignleft,
.wp-custom-editor-case-section img.alignleft,
.wp-custom-editor-topics img.alignleft,
.wp-custom-editor-service img.alignleft,
.post-type-post img.alignleft,
.post-type-case img.alignleft,
.post-type-topics img.alignleft,
.post-type-service img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	max-width: min(480px, 100%);
	max-width: min(30rem, 100%);
}

.wp-custom-editor-post img.alignright,
.wp-custom-editor-case-section img.alignright,
.wp-custom-editor-topics img.alignright,
.wp-custom-editor-service img.alignright,
.post-type-post img.alignright,
.post-type-case img.alignright,
.post-type-topics img.alignright,
.post-type-service img.alignright {
	float: right;
	margin: 0 0 1em 1em;
	max-width: min(480px, 100%);
	max-width: min(30rem, 100%);
}

.wp-custom-editor-post ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.wp-custom-editor-post ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.wp-custom-editor-case-section ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.wp-custom-editor-case-section ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.wp-custom-editor-topics ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.wp-custom-editor-topics ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.wp-custom-editor-service ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.wp-custom-editor-service ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.post-type-post ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.post-type-post ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.post-type-case ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.post-type-case ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.post-type-topics ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.post-type-topics ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.post-type-service ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]),
.post-type-service ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) {
	list-style: revert;
	padding: revert;
}

.wp-custom-editor-post ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.wp-custom-editor-post ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.wp-custom-editor-case-section ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.wp-custom-editor-case-section ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.wp-custom-editor-topics ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.wp-custom-editor-topics ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.wp-custom-editor-service ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.wp-custom-editor-service ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.post-type-post ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.post-type-post ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.post-type-case ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.post-type-case ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.post-type-topics ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.post-type-topics ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.post-type-service ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child),
.post-type-service ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li:not(:first-child) {
	margin: 2px 0 0;
}

.wp-custom-editor-post ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.wp-custom-editor-post ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.wp-custom-editor-post ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.wp-custom-editor-post ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.wp-custom-editor-case-section ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.wp-custom-editor-case-section ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.wp-custom-editor-case-section ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.wp-custom-editor-case-section ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.wp-custom-editor-topics ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.wp-custom-editor-topics ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.wp-custom-editor-topics ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.wp-custom-editor-topics ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.wp-custom-editor-service ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.wp-custom-editor-service ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.wp-custom-editor-service ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.wp-custom-editor-service ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.post-type-post ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.post-type-post ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.post-type-post ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.post-type-post ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.post-type-case ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.post-type-case ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.post-type-case ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.post-type-case ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.post-type-topics ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.post-type-topics ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.post-type-topics ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.post-type-topics ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.post-type-service ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.post-type-service ul:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol,
.post-type-service ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ul,
.post-type-service ol:not([class^=p-]):not([class^=c-]):not([class^=custom-]) > li > ol {
	margin: 2px 0 0;
}

.wp-custom-editor-post blockquote,
.wp-custom-editor-case-section blockquote,
.wp-custom-editor-topics blockquote,
.wp-custom-editor-service blockquote,
.post-type-post blockquote,
.post-type-case blockquote,
.post-type-topics blockquote,
.post-type-service blockquote {
	background-color: #f5f5f5;
	border-radius: 6px;
	padding: 16px;
}

.wp-custom-editor-post blockquote > cite,
.wp-custom-editor-case-section blockquote > cite,
.wp-custom-editor-topics blockquote > cite,
.wp-custom-editor-service blockquote > cite,
.post-type-post blockquote > cite,
.post-type-case blockquote > cite,
.post-type-topics blockquote > cite,
.post-type-service blockquote > cite {
	font-size: 12px;
	margin-top: 10px;
}

.wp-custom-editor-post h2,
.wp-custom-editor-post h3,
.wp-custom-editor-post h4,
.wp-custom-editor-post h5,
.wp-custom-editor-post h6,
.wp-custom-editor-case-section h2,
.wp-custom-editor-case-section h3,
.wp-custom-editor-case-section h4,
.wp-custom-editor-case-section h5,
.wp-custom-editor-case-section h6,
.wp-custom-editor-topics h2,
.wp-custom-editor-topics h3,
.wp-custom-editor-topics h4,
.wp-custom-editor-topics h5,
.wp-custom-editor-topics h6,
.wp-custom-editor-service h2,
.wp-custom-editor-service h3,
.wp-custom-editor-service h4,
.wp-custom-editor-service h5,
.wp-custom-editor-service h6,
.post-type-post h2,
.post-type-post h3,
.post-type-post h4,
.post-type-post h5,
.post-type-post h6,
.post-type-case h2,
.post-type-case h3,
.post-type-case h4,
.post-type-case h5,
.post-type-case h6,
.post-type-topics h2,
.post-type-topics h3,
.post-type-topics h4,
.post-type-topics h5,
.post-type-topics h6,
.post-type-service h2,
.post-type-service h3,
.post-type-service h4,
.post-type-service h5,
.post-type-service h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 0; /* デフォルト（メディアクエリ未適用時のフォールバック） */
}

.wp-custom-editor-post strong,
.wp-custom-editor-post em,
.wp-custom-editor-case-section strong,
.wp-custom-editor-case-section em,
.wp-custom-editor-topics strong,
.wp-custom-editor-topics em,
.wp-custom-editor-service strong,
.wp-custom-editor-service em,
.post-type-post strong,
.post-type-post em,
.post-type-case strong,
.post-type-case em,
.post-type-topics strong,
.post-type-topics em,
.post-type-service strong,
.post-type-service em {
	font-weight: revert;
}

.wp-custom-editor-post .wp-block-image .aligncenter .wp-element-caption,
.wp-custom-editor-case-section .wp-block-image .aligncenter .wp-element-caption,
.wp-custom-editor-topics .wp-block-image .aligncenter .wp-element-caption,
.wp-custom-editor-service .wp-block-image .aligncenter .wp-element-caption,
.post-type-post .wp-block-image .aligncenter .wp-element-caption,
.post-type-case .wp-block-image .aligncenter .wp-element-caption,
.post-type-topics .wp-block-image .aligncenter .wp-element-caption,
.post-type-service .wp-block-image .aligncenter .wp-element-caption {
	text-align: center;
}

.wp-custom-editor-post .wp-caption img,
.wp-custom-editor-case-section .wp-caption img,
.wp-custom-editor-topics .wp-caption img,
.wp-custom-editor-service .wp-caption img,
.post-type-post .wp-caption img,
.post-type-case .wp-caption img,
.post-type-topics .wp-caption img,
.post-type-service .wp-caption img {
	height: auto;
	width: 100%;
}

.wp-custom-editor-post .wp-caption-text,
.wp-custom-editor-case-section .wp-caption-text,
.wp-custom-editor-topics .wp-caption-text,
.wp-custom-editor-service .wp-caption-text,
.post-type-post .wp-caption-text,
.post-type-case .wp-caption-text,
.post-type-topics .wp-caption-text,
.post-type-service .wp-caption-text {
	font-size: 12px;
	margin-top: 10px;
}

.wp-custom-editor-post .aligncenter,
.wp-custom-editor-case-section .aligncenter,
.wp-custom-editor-topics .aligncenter,
.wp-custom-editor-service .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-custom-editor-post .alignleft,
.wp-custom-editor-case-section .alignleft,
.wp-custom-editor-topics .alignleft,
.wp-custom-editor-service .alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.wp-custom-editor-post .alignleft img,
.wp-custom-editor-case-section .alignleft img,
.wp-custom-editor-topics .alignleft img,
.wp-custom-editor-service .alignleft img {
	max-width: min(480px, 100%);
	max-width: min(30rem, 100%);
}

.wp-custom-editor-post .alignright,
.wp-custom-editor-case-section .alignright,
.wp-custom-editor-topics .alignright,
.wp-custom-editor-service .alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.wp-custom-editor-post .alignright img,
.wp-custom-editor-case-section .alignright img,
.wp-custom-editor-topics .alignright img,
.wp-custom-editor-service .alignright img {
	max-width: min(480px, 100%);
	max-width: min(30rem, 100%);
}

.wp-custom-editor-post h2,
.post-type-post h2,
.wp-custom-editor-topics h2,
.post-type-topics h2,
.wp-custom-editor-service h2,
.post-type-service h2 {
	color: #2b2e33;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 0 8px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.wp-custom-editor-post h3,
.post-type-post h3,
.wp-custom-editor-topics h3,
.post-type-topics h3,
.wp-custom-editor-service h3,
.post-type-service h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

.wp-custom-editor-post h4,
.post-type-post h4,
.wp-custom-editor-topics h4,
.post-type-topics h4,
.wp-custom-editor-service h4,
.post-type-service h4 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;
	padding-left: 22px;
	position: relative;
}

.wp-custom-editor-post h4::before,
.post-type-post h4::before,
.wp-custom-editor-topics h4::before,
.post-type-topics h4::before,
.wp-custom-editor-service h4::before,
.post-type-service h4::before {
	border-left: 2px solid #254d88;
	content: "";
	display: block;
	height: 88%;
	left: 0;
	position: absolute;
	top: 6%;
	width: 0;
}

@media (hover: hover) {

a.u-anime.is-show:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

}

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

.wp-custom-editor-post * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.wp-custom-editor-case-section * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.wp-custom-editor-topics * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.wp-custom-editor-service * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.post-type-post * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.post-type-case * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.post-type-topics * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.post-type-service * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	margin: 12px 0 0;
}

.wp-custom-editor-post img,
.wp-custom-editor-case-section img,
.wp-custom-editor-topics img,
.wp-custom-editor-service img,
.post-type-post img,
.post-type-case img,
.post-type-topics img,
.post-type-service img {
	max-width: 100%;
}

.wp-custom-editor-post h2,
.wp-custom-editor-post h3,
.wp-custom-editor-post h4,
.wp-custom-editor-post h5,
.wp-custom-editor-post h6,
.wp-custom-editor-case-section h2,
.wp-custom-editor-case-section h3,
.wp-custom-editor-case-section h4,
.wp-custom-editor-case-section h5,
.wp-custom-editor-case-section h6,
.wp-custom-editor-topics h2,
.wp-custom-editor-topics h3,
.wp-custom-editor-topics h4,
.wp-custom-editor-topics h5,
.wp-custom-editor-topics h6,
.wp-custom-editor-service h2,
.wp-custom-editor-service h3,
.wp-custom-editor-service h4,
.wp-custom-editor-service h5,
.wp-custom-editor-service h6,
.post-type-post h2,
.post-type-post h3,
.post-type-post h4,
.post-type-post h5,
.post-type-post h6,
.post-type-case h2,
.post-type-case h3,
.post-type-case h4,
.post-type-case h5,
.post-type-case h6,
.post-type-topics h2,
.post-type-topics h3,
.post-type-topics h4,
.post-type-topics h5,
.post-type-topics h6,
.post-type-service h2,
.post-type-service h3,
.post-type-service h4,
.post-type-service h5,
.post-type-service h6 {
	margin: 46px 0 0;
}

.wp-custom-editor-post h2 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-case-section h2 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-topics h2 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-service h2 + *:not([class^=p-]):not([class^=c-]),
.post-type-post h2 + *:not([class^=p-]):not([class^=c-]),
.post-type-case h2 + *:not([class^=p-]):not([class^=c-]),
.post-type-topics h2 + *:not([class^=p-]):not([class^=c-]),
.post-type-service h2 + *:not([class^=p-]):not([class^=c-]) {
	margin-top: 36px;
}

.wp-custom-editor-post h3 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-case-section h3 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-topics h3 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-service h3 + *:not([class^=p-]):not([class^=c-]),
.post-type-post h3 + *:not([class^=p-]):not([class^=c-]),
.post-type-case h3 + *:not([class^=p-]):not([class^=c-]),
.post-type-topics h3 + *:not([class^=p-]):not([class^=c-]),
.post-type-service h3 + *:not([class^=p-]):not([class^=c-]) {
	margin-top: 22px;
}

.wp-custom-editor-post h4 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-case-section h4 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-topics h4 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-service h4 + *:not([class^=p-]):not([class^=c-]),
.post-type-post h4 + *:not([class^=p-]):not([class^=c-]),
.post-type-case h4 + *:not([class^=p-]):not([class^=c-]),
.post-type-topics h4 + *:not([class^=p-]):not([class^=c-]),
.post-type-service h4 + *:not([class^=p-]):not([class^=c-]) {
	margin-top: 18px;
}

.wp-custom-editor-post h5 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-post h6 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-case-section h5 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-case-section h6 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-topics h5 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-topics h6 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-service h5 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-service h6 + *:not([class^=p-]):not([class^=c-]),
.post-type-post h5 + *:not([class^=p-]):not([class^=c-]),
.post-type-post h6 + *:not([class^=p-]):not([class^=c-]),
.post-type-case h5 + *:not([class^=p-]):not([class^=c-]),
.post-type-case h6 + *:not([class^=p-]):not([class^=c-]),
.post-type-topics h5 + *:not([class^=p-]):not([class^=c-]),
.post-type-topics h6 + *:not([class^=p-]):not([class^=c-]),
.post-type-service h5 + *:not([class^=p-]):not([class^=c-]),
.post-type-service h6 + *:not([class^=p-]):not([class^=c-]) {
	margin-top: 12px;
}

.wp-custom-editor-service-section * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.post-type-service * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	margin: 16px 0 0;
}

}

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

.p-top-hero__content {
	padding-top: 4.25rem;
}

.p-to-hero__copy-text {
	margin-top: 2.2222222222vw;
}

.p-to-hero__cta-wrap {
	margin-top: 2.9166666667vw;
}

.l-header__content {
	padding-left: 11.3194444444%;
}

}

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

.u-xl {
	display: none;
}

.p-top-hero__content {
	padding-top: 2.875rem;
}

.p-to-hero__copy {
	max-width: 30rem;
}

.p-to-hero__copy-text {
	font-size: 1.25rem;
	margin-top: 1.6666666667vw;
}

.p-to-hero__cta-wrap {
	margin-top: 1.6666666667vw;
}

.l-header__content {
	gap: 1rem;
	padding-left: 1.5625rem;
}

.l-header__gnav-menu {
	gap: 1.5rem;
}

.l-header__cta {
	max-width: 10.625rem;
}

}

@media (max-width: 1050px) {

.p-top-advantage__img-wrap {
	max-width: 30.5555555556%;
}

}

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

.u-lg {
	display: none;
}

.p-top-hero__content {
	padding-top: 2.25rem;
}

.p-to-hero__copy {
	max-width: 25rem;
}

.l-header__item-link {
	font-size: 0.875rem;
}

}

@media (max-width: 1000px) {

html {
	font-size: 1.6vw;
}

}

@media (max-width: 830px) {

.p-top-profile__timeline::before {
	height: calc(100% - 9.875rem);
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

main {
	padding-top: 3.5rem;
}

html {
	font-size: 16px;
}

.p-single-hero__title {
	background-color: rgba(255, 255, 255, .8);
	font-size: 1.25rem;
	padding: 0.5rem;
	text-align: center;
}

.p-single-profile__content.p-top-profile__content {
	gap: 1.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-single-profile__content.p-top-profile__content .p-top-profile__right {
	margin-inline: auto;
	max-width: 20.4375rem;
}

.p-single-content {
	padding-block: 2.5rem;
}

.p-top-about {
	background: url("../img/top/about-bg-sp.webp") no-repeat center center/cover;
}

.p-top-about__content {
	gap: 1rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-about__img-wrap {
	margin-inline: auto;
	max-width: 12.5rem;
}

.p-top-about__label {
	font-size: 0.9375rem;
	padding: 1rem;
	width: 6.25rem;
}

.p-top-about__value {
	padding: 1rem;
}

.p-top-about__link-icon {
	height: 1rem;
	width: 1rem;
}

.p-top-access__map-wrap {
	aspect-ratio: 327/300;
}

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

.p-top-advantage {
	background: url("../img/top/advantage-bg-sp.webp") no-repeat center center/cover;
}

.p-top-advantage__content {
	gap: 2.5rem;
}

.p-top-advantage__item {
	margin-inline: auto;
}

.p-top-advantage__body {
	-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-top-advantage__item--reverse .p-top-advantage__body .p-top-advantage__img-wrap {
	right: auto;
}

.p-top-advantage__item--reverse .p-top-advantage__body .p-top-advantage__box {
	padding: 2.5rem 1.5rem;
}

.p-top-advantage__img-wrap {
	margin-left: -1.5rem;
	max-width: 19.625rem;
	position: relative;
	z-index: 3;
}

.p-top-advantage__box {
	margin-top: -1.5rem;
	max-width: 20.4375rem;
	min-height: auto;
	padding: 2.5rem 1.5rem;
}

.p-top-advantage__heading {
	font-size: 1.125rem;
}

.p-top-contact__tel-block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem;
	padding: 1.5rem 1.5rem 1.25rem;
	text-align: center;
}

.p-top-contact__tel-label {
	font-size: 1.125rem;
	margin: 0 0 0.5rem;
}

.p-top-contact__tel-time {
	font-size: 0.9375rem;
}

.p-top-contact__tel-link {
	font-size: 1.75rem;
}

.p-top-contact__tel-icon {
	height: 1.5rem;
	width: 1.5rem;
}

.p-top-contact__input {
	font-size: 0.9375rem;
	padding: 0.75rem;
}

.p-top-contact__textarea {
	padding: 0.75rem;
}

.p-top-contact__privacy {
	margin: 1.5rem auto 2.0625rem;
}

.p-top-contact__privacy-box {
	padding: 1rem;
}

.p-top-contact__checkbox-wrap {
	gap: 0.75rem;
}

.p-top-contact__checkbox-box {
	height: 1.25rem;
	width: 1.25rem;
}

.p-top-contact__checkbox:checked + .p-top-contact__checkbox-box,
.p-top-contact__checkbox-wrap:has(input:checked) .p-top-contact__checkbox-box {
	background-size: 0.875rem 0.625rem;
}

.p-top-contact__checkbox-wrap .wpcf7-form-control-wrap {
	height: 1.25rem;
	width: 1.25rem;
}

.p-top-greeting__title.c-section-title {
	margin-bottom: 1.5rem;
}

.p-top-greeting__title.c-section-title .c-section-title__en {
	font-size: 2rem;
}

.p-top-greeting__lead {
	margin-block: 1rem;
	font-size: 1.1875rem;
}

.p-top-greeting__body {
	margin-bottom: 1.5rem;
}

.p-top-greeting__text {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
}

.p-top-greeting__signature-ja {
	font-size: 1.125rem;
}

.p-top-hero__content {
	padding-top: 2rem;
}

.p-to-hero__copy {
	max-width: 20.625rem;
}

.p-to-hero__copy-text {
	font-size: 1rem;
	margin-top: 1.5rem;
	text-align: center;
}

.p-to-hero__cta-wrap {
	margin-top: 2rem;
}

.p-to-hero__cta-wrap .c-btn {
	margin-inline: auto;
}

.p-top-news {
	padding-block: 1.5rem 3.5rem;
}

.p-top-news__title {
	padding-inline: 0;
}

.p-top-news__content {
	padding-inline: 0;
}

.p-top-news__content::before {
	display: none;
}

.p-top-news__link {
	gap: 1rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-news__img-wrap {
	aspect-ratio: 327/184;
	width: 100%;
}

.p-top-news__heading {
	-webkit-line-clamp: 3;
}

.p-top-news__body {
	padding-block: 0;
}

.p-top-news__btn {
	margin-inline: auto;
	font-size: 0.9375rem;
	height: 2.75rem;
	width: 10.875rem;
}

.p-top-profile {
	background: url("../img/top/about-bg-sp.webp") no-repeat center center/cover;
}

.p-top-profile__content {
	gap: 2.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-profile__left {
	max-width: 100%;
}

.p-top-profile__img-wrap {
	margin-inline: auto;
	max-width: 12.5rem;
}

.p-top-profile__badge {
	margin-inline: auto;
	max-width: 18.75rem;
}

.p-top-profile__affiliation {
	font-size: 0.9375rem;
}

.p-top-profile__name-en {
	font-size: 0.9375rem;
}

.p-top-profile__name-ja {
	font-size: 1.0625rem;
}

.p-top-profile__name-ja-name {
	font-size: 1.8125rem;
}

.p-top-profile__right {
	margin-inline: auto;
	max-width: 20.4375rem;
}

.p-top-profile__timeline {
	gap: 1.5rem;
}

.p-top-profile__timeline::before {
	height: calc(100% - 10rem);
	left: 4.5rem;
	top: 0.625rem;
}

.p-top-profile__timeline-item {
	gap: 1.5rem;
	padding-bottom: 0;
	padding-left: 0;
}

.p-top-profile__timeline-year {
	font-size: 0.9375rem;
	width: 2.6875rem;
}

.p-top-profile__timeline-dot {
	margin-top: 0.3125rem;
}

.p-top-profile__timeline-text {
	font-size: 0.9375rem;
}

.p-top-service__content {
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.p-top-service__card {
	margin-inline: auto;
	max-width: 26.25rem;
	min-height: auto;
}

.p-top-service__card:nth-child(1) {
	grid-column: auto;
}

.p-top-service__card:nth-child(2) {
	grid-column: auto;
}

.p-top-service__card:nth-child(3) {
	grid-column: auto;
}

.p-top-service__card:nth-child(4) {
	grid-column: auto;
}

.p-top-service__card:nth-child(5) {
	grid-column: auto;
}

.p-top-service__img-wrap {
	aspect-ratio: 327/184;
}

.p-top-service__card-body {
	padding: 1rem 1.5rem 1.5rem;
}

.p-top-service__text {
	min-height: auto;
}

.p-top-service__link {
	margin-top: 1.5rem;
}

.c-breadcrumb {
	padding-block: 0.5rem;
}

.c-breadcrumb__list {
	font-size: 0.75rem;
}

.c-btn {
	gap: 0.6875rem;
	font-size: 0.9375rem;
	height: 3rem;
	padding: 0.75rem 1rem;
	width: 13.375rem;
}

.c-btn::after {
	height: 1.125rem;
	width: 1.125rem;
}

.c-section-title {
	margin-bottom: 1.5rem;
}

.c-section-title__en {
	font-size: 2rem;
}

.c-section-title__en::after {
	margin-inline: 0.25rem;
	height: 2rem;
	width: 1.25rem;
}

.c-section-title__ja {
	font-size: 1rem;
}

.l-drawer {
	background: #fff;
	display: block;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
	z-index: 200;
}

.l-drawer__overlay {
	background: rgba(0, 0, 0, .5);
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 150;
}

.l-footer__main {
	padding-block: 2.5rem 1.5rem;
}

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

.l-footer__company-name {
	margin-top: 1.25rem;
}

.l-footer__address {
	margin: 0 0 1.25rem;
}

.l-footer__sns {
	margin-top: 1.25rem;
}

.l-footer__nav-wrap {
	gap: 0.75rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__nav-link {
	font-size: 0.9375rem;
}

.l-hamburger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 3rem;
	z-index: 250;
}

.l-header {
	height: 3.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-header__content {
	padding-left: 0;
}

.l-header__logo-link {
	max-width: 5rem;
}

.l-header__gnav {
	display: none;
}

.l-header__cta {
	display: none;
}

.l-inner {
	padding-left: 24px;
	padding-right: 24px;
}

.l-section {
	padding-block: 2.5rem 3.5rem;
}

.wp-custom-editor-post * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.wp-custom-editor-case-section * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.wp-custom-editor-topics * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.wp-custom-editor-service * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.post-type-post * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.post-type-case * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.post-type-topics * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.post-type-service * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	margin: 12px 0 0;
}

.wp-custom-editor-post * + *[class^=custom-]:not(.custom-toc),
.wp-custom-editor-case-section * + *[class^=custom-]:not(.custom-toc),
.wp-custom-editor-topics * + *[class^=custom-]:not(.custom-toc),
.wp-custom-editor-service * + *[class^=custom-]:not(.custom-toc),
.post-type-post * + *[class^=custom-]:not(.custom-toc),
.post-type-case * + *[class^=custom-]:not(.custom-toc),
.post-type-topics * + *[class^=custom-]:not(.custom-toc),
.post-type-service * + *[class^=custom-]:not(.custom-toc) {
	margin-top: 16px;
}

.wp-custom-editor-post img,
.wp-custom-editor-case-section img,
.wp-custom-editor-topics img,
.wp-custom-editor-service img,
.post-type-post img,
.post-type-case img,
.post-type-topics img,
.post-type-service img {
	width: 100%;
}

.wp-custom-editor-post img.alignleft,
.wp-custom-editor-case-section img.alignleft,
.wp-custom-editor-topics img.alignleft,
.wp-custom-editor-service img.alignleft,
.post-type-post img.alignleft,
.post-type-case img.alignleft,
.post-type-topics img.alignleft,
.post-type-service img.alignleft {
	float: none;
	margin: 0 0 12px;
	max-width: 100%;
}

.wp-custom-editor-post img.alignright,
.wp-custom-editor-case-section img.alignright,
.wp-custom-editor-topics img.alignright,
.wp-custom-editor-service img.alignright,
.post-type-post img.alignright,
.post-type-case img.alignright,
.post-type-topics img.alignright,
.post-type-service img.alignright {
	float: none;
	margin: 0 0 12px;
	max-width: 100%;
}

.wp-custom-editor-post h2 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-case-section h2 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-topics h2 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-service h2 + *:not([class^=p-]):not([class^=c-]),
.post-type-post h2 + *:not([class^=p-]):not([class^=c-]),
.post-type-case h2 + *:not([class^=p-]):not([class^=c-]),
.post-type-topics h2 + *:not([class^=p-]):not([class^=c-]),
.post-type-service h2 + *:not([class^=p-]):not([class^=c-]) {
	margin-top: 24px;
}

.wp-custom-editor-post h3 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-case-section h3 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-topics h3 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-service h3 + *:not([class^=p-]):not([class^=c-]),
.post-type-post h3 + *:not([class^=p-]):not([class^=c-]),
.post-type-case h3 + *:not([class^=p-]):not([class^=c-]),
.post-type-topics h3 + *:not([class^=p-]):not([class^=c-]),
.post-type-service h3 + *:not([class^=p-]):not([class^=c-]) {
	margin-top: 16px;
}

.wp-custom-editor-post h4 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-case-section h4 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-topics h4 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-service h4 + *:not([class^=p-]):not([class^=c-]),
.post-type-post h4 + *:not([class^=p-]):not([class^=c-]),
.post-type-case h4 + *:not([class^=p-]):not([class^=c-]),
.post-type-topics h4 + *:not([class^=p-]):not([class^=c-]),
.post-type-service h4 + *:not([class^=p-]):not([class^=c-]) {
	margin-top: 12px;
}

.wp-custom-editor-post h5 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-post h6 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-case-section h5 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-case-section h6 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-topics h5 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-topics h6 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-service h5 + *:not([class^=p-]):not([class^=c-]),
.wp-custom-editor-service h6 + *:not([class^=p-]):not([class^=c-]),
.post-type-post h5 + *:not([class^=p-]):not([class^=c-]),
.post-type-post h6 + *:not([class^=p-]):not([class^=c-]),
.post-type-case h5 + *:not([class^=p-]):not([class^=c-]),
.post-type-case h6 + *:not([class^=p-]):not([class^=c-]),
.post-type-topics h5 + *:not([class^=p-]):not([class^=c-]),
.post-type-topics h6 + *:not([class^=p-]):not([class^=c-]),
.post-type-service h5 + *:not([class^=p-]):not([class^=c-]),
.post-type-service h6 + *:not([class^=p-]):not([class^=c-]) {
	margin-top: 8px;
}

.wp-custom-editor-post .wp-caption.aligncenter,
.wp-custom-editor-case-section .wp-caption.aligncenter,
.wp-custom-editor-topics .wp-caption.aligncenter,
.wp-custom-editor-service .wp-caption.aligncenter,
.post-type-post .wp-caption.aligncenter,
.post-type-case .wp-caption.aligncenter,
.post-type-topics .wp-caption.aligncenter,
.post-type-service .wp-caption.aligncenter {
	width: auto !important;
}

.wp-custom-editor-post .alignleft,
.wp-custom-editor-case-section .alignleft,
.wp-custom-editor-topics .alignleft,
.wp-custom-editor-service .alignleft {
	float: none;
	margin: 0 0 12px;
}

.wp-custom-editor-post .alignleft img,
.wp-custom-editor-case-section .alignleft img,
.wp-custom-editor-topics .alignleft img,
.wp-custom-editor-service .alignleft img {
	max-width: 100%;
}

.wp-custom-editor-post .alignright,
.wp-custom-editor-case-section .alignright,
.wp-custom-editor-topics .alignright,
.wp-custom-editor-service .alignright {
	float: none;
	margin: 0 0 12px;
}

.wp-custom-editor-post .alignright img,
.wp-custom-editor-case-section .alignright img,
.wp-custom-editor-topics .alignright img,
.wp-custom-editor-service .alignright img {
	max-width: 100%;
}

.wp-custom-editor-post,
.post-type-post,
.wp-custom-editor-topics,
.post-type-topics,
.wp-custom-editor-service,
.post-type-service {
	font-size: 1rem;
}

.wp-custom-editor-post h3,
.post-type-post h3,
.wp-custom-editor-topics h3,
.post-type-topics h3,
.wp-custom-editor-service h3,
.post-type-service h3 {
	font-size: 1.25rem;
}

.wp-custom-editor-service-section * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.post-type-service * + *:not([class^=p-]):not([class^=c-]):not([class^=wp-]):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	margin: 14px 0 0;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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