body {
	font-family: "Zen Maru Gothic", sans-serif;
}

body {
	color: #000;
	font-weight: 500;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

a[href^="tel:"] {
	pointer-events: none;
}

/* ホバー */

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

a:hover {
	opacity: 0.6;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

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

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

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

.c-btn {
	align-items: center;
	border-radius: 1.5625rem;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
}

.c-btn.--small {
	font-size: 1.0625rem;
}

.c-btn.--middle {
	font-size: 1.25rem;
}

.c-btn.--big {
	font-size: 1.375rem;
}

.c-btn.--arrow::before {
	-webkit-mask: url(../images/common/arrow2.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	height: 0.6875rem;
	mask: url(../images/common/arrow2.svg) center center/contain no-repeat;
	position: absolute;
	right: 1.21875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4375rem;
}

.c-hamburger {
	background-color: #00993D;
	height: 100%;
	position: relative;
	transition: all 0.45s;
	width: 100%;
}

.c-hamburger span {
	background-color: #fff;
	display: inline-block;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 1.875rem;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 9px);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 9px);
}

.c-hamburger.is-active {
	background-color: #E06900;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(31.7deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-31.7deg);
}

.c-kana-filter {
	display: grid;
	gap: 0.625rem;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(5, 1fr);
}

.c-kana-filter__group {
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(5, 1fr);
}

.c-kana-filter label {
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0.625rem;
	display: flex;
	font-size: 2rem;
	justify-content: center;
	transition: all 0.45s;
}

.c-kana-filter__group:nth-child(1) label:first-child,
.c-kana-filter__group:nth-child(2) label:first-child,
.c-kana-filter__group:nth-child(3) label:first-child,
.c-kana-filter__group:nth-child(4) label:first-child,
.c-kana-filter__group:nth-child(5) label:first-child {
	background-color: #00993D;
	border: none;
	color: #fff;
}

.c-kana-filter__group:nth-child(6) label:first-child,
.c-kana-filter__group:nth-child(7) label:first-child,
.c-kana-filter__group:nth-child(8) label:first-child,
.c-kana-filter__group:nth-child(9) label:first-child,
.c-kana-filter__group:nth-child(10) label:first-child {
	background-color: #E06900;
	border: none;
	color: #fff;
}

.c-kana-filter label:has(input[value=""]) {
	background: none;
	border: none;
	opacity: 0.4;
}

.c-link {
	align-items: flex-start;
	border-bottom: 1px solid #000;
	display: grid;
	gap: 2.5625rem;
	grid-template-columns: 13.1875rem 1fr;
	padding-bottom: 1.125rem;
	position: relative;
}

.c-link::before {
	background: url(../images/common/arrow-circle.svg) center center/contain no-repeat;
	content: "";
	height: 1.875rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 1.875rem;
}

.c-link__thumbnail {
	border-radius: 0.3125rem;
	overflow: hidden;
}

.c-link__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 211/131;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-link__body {
	margin-top: 0.4375rem;
	padding-right: 3rem;
}

.c-link__head {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-top: 0.625rem;
}

.c-link__tag {
	flex-shrink: 0;
}

.c-link__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 1.2rem;
	overflow: hidden;
}

.c-link__desc {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 2.2307692308;
	margin-top: 0.875rem;
	overflow: hidden;
}

.c-score {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5625rem 0.625rem;
}

.c-score__wrap {
	align-items: flex-start;
	display: grid;
	flex-grow: 1;
	gap: 0.625rem;
	grid-template-columns: 8.125rem 1fr;
}

.c-score__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border-radius: 0.3125rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-score__title {
	font-size: 1.125rem;
	line-height: 1.6666666667;
}

.c-score__name {
	font-size: 1.125rem;
	line-height: 1.25;
	margin-top: 0.5rem;
}

.c-score__company {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.c-score__date {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.c-score__nav {
	margin-top: 1.375rem;
}

.c-score__download a.c-btn {
	height: 2.375rem;
	width: 100%;
}

.c-score__download a.c-btn[aria-disabled=true] {
	background: #707070;
	cursor: not-allowed;
	pointer-events: none;
}

.c-score__download a.c-btn[aria-disabled=true] span {
	display: inline-block;
	font-size: 0.8125rem;
	margin-left: 1em;
}

.c-score__links {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.625rem;
}

.c-score__link {
	height: 2.375rem;
}

.c-score__link a {
	align-items: center;
	border-radius: 0.3125rem;
	display: flex;
	font-size: 1rem;
	height: 100%;
	justify-content: center;
}

.c-search form {
	align-items: center;
	border: 2px solid #00993D;
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: row-reverse;
	gap: 0.875rem;
	padding: 0.875rem 1.0625rem 0.875rem 0.8125rem;
}

.c-search input {
	border: 2px solid #00993D;
	border-radius: 1.875rem;
	display: iline-block;
	height: 100%;
	min-height: 2.625rem;
	padding-inline: 1em;
	width: calc(100% - 1.9375rem - 0.875rem);
}

.c-search button {
	height: 2rem;
	padding: 0;
	width: 2rem;
}

.c-search button img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.c-sns {
	align-items: center;
	border-radius: 50%;
	display: flex;
	height: 2.3125rem;
	justify-content: center;
	padding: 0.4375rem;
	transition: all 0.45s;
	width: 2.3125rem;
}

.c-sns picture {
	height: 1.375rem;
	width: 1.375rem;
}

.c-sns picture img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.c-tag {
	border-radius: 1.875rem;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	min-width: 5.8125rem;
	padding: 0.25rem 1.25rem;
}

.c-tag.--small {
	font-size: 0.75rem;
	min-width: unset;
	padding: 0.1875rem 0.875rem;
}

.c-tag.--green {
	border: 1px solid #00993D;
	color: #00993D;
}

.c-tag.--orange {
	border: 1px solid #E06900;
	color: #E06900;
}

.c-time {
	font-size: 0.875rem;
	font-weight: 500;
}

.c-title {
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.25;
	padding-left: 1.5rem;
	position: relative;
}

.c-title::before {
	background-color: #00993D;
	content: "";
	height: 2.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: calc(75rem + 50px);
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-wrapper {
	margin-block: 4.375rem 5.5rem;
}

.l-wrapper.--sub {
	margin-top: 10rem;
}

.l-wrapper.--archive {
	margin-top: 3.75rem;
}

.l-wrapper__inner {
	align-items: flex-start;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 21.875rem 1fr;
}

.l-sidebar {
	order: -1;
}

.l-main {
	margin-top: 7.1875rem;
}

.p-about__block + .p-about__block {
	margin-top: 3.75rem;
}

.p-about__lead {
	font-size: 1.125rem;
	line-height: 2.2222222222;
	margin-top: 1.25rem;
}

.p-about__lists {
	margin-top: 2.6875rem;
}

.p-about__list {
	align-items: flex-start;
	display: grid;
	gap: 2.5625rem;
	grid-template-columns: 13.1875rem 1fr;
}

.p-about__list + .p-about__list {
	margin-top: 2.625rem;
}

.p-about__img {
	border-radius: 0.3125rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.p-about__img img {
	border-radius: 0.3125rem;
}

.p-about__subTitle {
	font-size: 1.3125rem;
}

.p-about__text {
	font-size: 0.9375rem;
	line-height: 2.2;
	margin-top: 1.25rem;
}

.p-about__btn {
	height: 3.125rem;
	margin-inline: auto;
	margin-top: 2.5rem;
	width: 20rem;
}

.p-about__bnr {
	margin-top: 2.125rem;
}

.p-about__bnr a {
	display: block;
}

.p-apply {
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	padding: 2.5rem 1.25rem 2.1875rem;
}

.p-apply__title {
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-apply__text {
	font-size: 1rem;
	line-height: 1.375;
	margin-top: 1.875rem;
}

.p-apply__btn {
	height: 3.125rem;
	margin-inline: auto;
	margin-top: 1.875rem;
	width: 20rem;
}

.l-archive + .l-archive {
	margin-top: 2.75rem;
}

.l-archive.--other {
	margin-top: 3.75rem;
}

.p-archive__blocks {
	margin-top: 2.625rem;
}

.p-archive__block {
	position: relative;
}

.p-archive__block + .p-archive__block {
	margin-top: 2.375rem;
}

.p-archive__btn {
	height: 2.5625rem;
	margin-inline: auto;
	margin-top: 1.875rem;
	width: 18.1875rem;
}

.p-archive__nav {
	margin-top: 3.3125rem;
}

.p-archive__guest {
	background-color: rgba(0, 0, 0, 0.58);
	bottom: 0.5rem;
	display: flex;
	flex-direction: column;
	height: calc(100% + 1.375rem);
	justify-content: center;
	left: 0;
	padding-block: 1.25rem;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-archive__guestLead {
	font-size: 1.25rem;
}

.p-archive__guestLink {
	height: 2.5rem;
	margin-inline: auto;
	margin-top: 0.625rem;
	width: 20rem;
}

.p-archive__guestLink a {
	transition: all 0.45s;
}

.l-breadcrumb {
	padding-top: 0.625rem;
}

.p-breadcrumb {
	position: relative;
}

.p-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem 0;
}

.p-breadcrumb__list > span {
	align-items: center;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.25;
	position: relative;
}

.p-breadcrumb__list > span + span::before {
	align-items: center;
	content: "/";
	display: flex;
	justify-content: center;
	width: 1em;
}

.p-company__table {
	border: 1px solid #000;
	border-radius: 1.25rem;
	margin-top: 2.5rem;
	overflow: hidden;
}

.p-company__row {
	display: grid;
	grid-template-columns: 11.25rem 1fr;
}

.p-company__row + .p-company__row {
	border-top: 1px solid #000;
}

.p-company__row dt,
.p-company__row dd {
	padding: 0.9375rem 1.25rem;
}

.p-company__row dt {
	align-items: center;
	background-color: #00993D;
	color: #fff;
	display: flex;
	justify-content: center;
}

.p-company__row dd {
	border-left: 1px solid #000;
}

.p-company__row dd span {
	font-weight: 400;
}

.p-company__btn {
	height: 3.125rem;
	margin-inline: auto;
	margin-top: 3.75rem;
	width: 20rem;
}

.p-contact__lead {
	margin-top: 1.25rem;
}

.p-contact__tel {
	margin-top: 2.5rem;
}

.p-contact__subTitle {
	font-size: 1.375rem;
}

.p-contact__number {
	margin-top: 1.25rem;
}

.p-contact__number a {
	font-size: 2.125rem;
}

.p-contact__text {
	margin-top: 1.25rem;
}

.p-contact__form {
	margin-top: 2.5rem;
}

.p-drawer {
	display: none;
	height: calc(100% - 4.375rem);
	left: 0;
	overflow: auto;
	position: fixed;
	top: 4.375rem;
	width: 100%;
}

.p-drawer__nav {
	height: -moz-fit-content;
	height: fit-content;
}

.p-float {
	bottom: 0;
	left: 0;
	position: fixed;
	transform: translateY(105%);
	transition: all 0.45s;
	width: 100%;
	z-index: 99;
}

.p-float.is-active {
	transform: translateY(0);
}

.p-float a {
	display: block;
}

.p-footer__top {
	padding-block: 2.34375rem 4.375rem;
}

.p-nav__inner {
	align-items: flex-start;
	display: flex;
}

.p-nav__left {
	flex-shrink: 0;
	max-width: 53.75rem;
}

.p-nav__logo {
	width: 17.9375rem;
}

.p-nav__nav {
	margin-top: 6.25rem;
}

.p-nav__links {
	display: flex;
	flex-wrap: wrap;
	gap: 2.625rem 2.8125rem;
}

.p-nav__link a {
	font-size: 1.25rem;
	font-weight: 500;
}

.p-nav__right {
	margin-left: -5rem;
	margin-top: 0.9375rem;
}

.p-nav__btns {
	display: flex;
	gap: 1.1875rem;
	justify-content: flex-end;
}

.p-nav__btn {
	height: 2.5rem;
	width: 12.1875rem;
}

.p-nav__jasrac {
	margin-left: auto;
	margin-top: 3.3125rem;
	width: 15.25rem;
}

.p-nav__jasrac a {
	display: block;
}

.p-nav__snsLinks {
	display: flex;
	gap: 0.5625rem;
	justify-content: flex-end;
	margin-top: 1.125rem;
}

.p-footer__copy {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding-block: 1.9375rem;
}

.p-form {
	margin-top: 2.5rem;
}

.p-form__block + .p-form__block {
	margin-top: 1.25rem;
}

.p-form__input {
	margin-top: 0.375rem;
}

.p-form__input input,
.p-form__input textarea {
	background-color: #fff;
	border: 0.1875rem solid #000;
	display: inline-block;
	padding: 0.9375rem;
	width: 100%;
}

.p-form__input input::-moz-placeholder,
.p-form__input textarea::-moz-placeholder {
	opacity: 0.7;
}

.p-form__input input::placeholder,
.p-form__input textarea::placeholder {
	opacity: 0.7;
}

.p-form__input input {
	height: 2.5625rem;
}

.p-form__input textarea {
	height: 16.125rem;
}

.p-form__confirm {
	margin-top: 1.25rem;
}

.p-form__confirm input + span {
	display: inline-block;
	font-size: 1rem;
	line-height: 2.1875;
	padding-left: 2.5rem;
	position: relative;
}

.p-form__confirm input + span::before {
	background-color: #fff;
	border: 0.1875rem solid #000;
	content: "";
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.p-form__confirm input + span::after {
	background-color: #000;
	content: "";
	height: 1.875rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0.5);
	width: 1.875rem;
}

.p-form__confirm input:checked + span::after {
	opacity: 1;
}

.p-form__submit {
	margin-top: 3.125rem;
	text-align: center;
}

.p-form__submit input {
	background: url(../images/common/arrow2.svg) calc(100% - 1.25rem) center/0.5625rem no-repeat;
	background-color: #E06900;
	border-radius: 1.875rem;
	color: #fff;
	font-size: 1.25rem;
	height: 3.125rem;
	transition: all 0.45s;
	width: 20rem;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-not-valid-tip {
	font-size: 0.875rem;
	margin-top: 0.5em;
}

.p-globalNav__links {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.p-globalNav__link a {
	font-size: 1.125rem;
	font-weight: 500;
}

.p-header-top {
	align-items: center;
	display: flex;
	gap: 1.1875rem;
	justify-content: flex-end;
}

.p-header-top__lead {
	font-size: rme(18);
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-left: 4.625rem;
}

.p-header-top__btns {
	display: flex;
	gap: 1.1875rem;
}

.p-header-top__btn {
	height: 2.5rem;
	width: 12.1875rem;
}

.p-header {
	background-color: #F5F4EA;
	box-shadow: 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.1);
	height: 7.1875rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	align-items: center;
	display: flex;
	max-width: unset;
	padding-inline: 2.5rem 2.75rem;
}

.p-header__logo {
	width: 17.9375rem;
}

.p-header__logo a {
	display: block;
}

.p-header__nav {
	display: flex;
	flex-direction: column;
	gap: 1.3125rem;
	margin-left: auto;
}

.p-member__block + .p-member__block {
	margin-top: 2.5rem;
}

.p-member__text {
	margin-top: 1.25rem;
}

.p-member__border {
	border-color: #000;
	border-width: 1px;
	margin-block: 2.5rem;
}

.p-member__btn {
	height: 3.125rem;
	width: 20rem;
}

.p-member__lead {
	font-size: 1.375rem;
	font-weight: 500;
	margin-top: 2.5rem;
}

.p-member__price {
	margin-top: 1.25rem;
}

.p-member__pdf {
	align-items: flex-end;
	display: flex;
	gap: 0.6875rem;
	margin-top: 2.5rem;
}

.p-member__pdf a {
	height: 2.375rem;
	width: 19.9375rem;
}

.p-member__pdf span {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1.5833333333;
}

.p-member__bnr {
	margin-top: 1.25rem;
}

.p-member__bnr a {
	display: block;
}

.l-mv {
	margin-top: 8.9375rem;
	overflow: hidden;
}

.p-mv__slider {
	margin-inline: auto;
	width: 66.3125rem;
}

.p-mv__slider .slick-list {
	overflow: unset;
}

.p-mv__slider .slide-arrow {
	background: #00993D url(../images/common/arrow.svg) center center/1.625rem no-repeat;
	border-radius: 50%;
	cursor: pointer;
	height: 4.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 4.375rem;
	z-index: 1;
}

.p-mv__slider .slide-arrow:hover {
	filter: brightness(1.1);
}

.p-mv__slider .prev-arrow {
	left: -4.375rem;
	transform: translateY(-50%) rotate(180deg);
}

.p-mv__slider .next-arrow {
	right: -4.375rem;
}

.p-mv__sliderImg {
	margin-inline: 1.125rem;
}

.p-mv__sliderImg a {
	display: block;
}

.p-mv__sliderImg img {
	-o-object-fit: cover;
	aspect-ratio: 1025/443;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mv__thumbnail {
	margin-inline: auto;
	margin-top: 1.375rem;
	width: 53.125rem;
}

.p-mv__thumbnailImg {
	cursor: pointer;
	filter: brightness(0.5);
	margin-inline: 0.125rem;
	transition: all 0.45s;
}

.p-mv__thumbnailImg img {
	-o-object-fit: cover;
	aspect-ratio: 1025/443;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mv__thumbnailImg.slick-current {
	filter: brightness(1);
}

.nav-links {
	display: flex;
	gap: 0.75rem;
	justify-content: flex-start;
}

.page-numbers {
	align-items: center;
	color: #00993D;
	display: flex;
	font-size: 1.1875rem;
	height: 2.8125rem;
	justify-content: center;
	position: relative;
	width: 2.8125rem;
}

.page-numbers:not(.dots) {
	border: 0.125rem solid #00993D;
	border-radius: 50%;
}

.page-numbers.current {
	background-color: #00993D;
	color: #fff;
}

.page-numbers.prev::before,
.page-numbers.next::before {
	-webkit-mask: url(../images/common/arrow2.svg) center center/contain no-repeat;
	background-color: #00993D;
	content: "";
	height: 1.125rem;
	mask: url(../images/common/arrow2.svg) center center/contain no-repeat;
	position: absolute;
	width: 1.125rem;
}

.page-numbers.prev {
	transform: rotate(180deg);
}

.p-policy__content h2 {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 2.1818181818;
	margin-bottom: 1.25rem;
	margin-top: 2.5rem;
}

.p-policy__content p {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5555555556;
}

.p-popular {
	border: 2px solid #E06900;
	border-radius: 0.3125rem;
}

.p-popular__title {
	font-size: 1.0625rem;
	letter-spacing: 0.3em;
	padding-block: 0.75rem;
}

.p-popular__links {
	padding: 2.1875rem 1.3125rem 3rem;
}

.p-popular__link + .p-popular__link {
	margin-top: 1.5625rem;
}

.p-popular__link a {
	border-bottom: 1px solid #000;
	display: block;
	padding-bottom: 0.625rem;
}

.p-popular__info {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.28125rem;
}

.p-popular__linkTitle {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 2.2;
	overflow: hidden;
}

.p-score__lead {
	font-size: 1rem;
	line-height: 1.375;
	margin-top: 1.3125rem;
}

.p-score__date {
	font-size: 1.25rem;
	margin-top: 2.5rem;
}

.p-score__blocks {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
}

.p-score__form {
	border-bottom: 1px solid #000;
	margin-top: 6.25rem;
	padding-bottom: 1.25rem;
}

.p-score__formTitle {
	font-size: 1.25rem;
}

.p-score__form form {
	margin-top: 1.25rem;
}

.p-score__apply {
	margin-top: 2.8125rem;
}

.p-sidebar__block a {
	display: block;
}

.p-sidebar__block video,
.p-sidebar__block img,
.p-sidebar__block iframe {
	max-width: 100%;
}

.p-sidebar__block iframe {
	-o-object-fit: cover;
	aspect-ratio: 560/315;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-sidebar__block + .p-sidebar__block {
	margin-top: 1.25rem;
}

.p-single__content {
	font-size: 1rem;
	letter-spacing: 0.025em;
	line-height: 1.75;
	margin-top: 1.875rem;
}

.p-single__btn {
	margin-top: 3.125rem;
}

/* 見出し */

.p-single__content h1 {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 2rem 0 1rem;
}

.p-single__content h2 {
	border-left: 0.5rem solid #00993D;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 2rem 0 1rem;
	padding-left: 1rem;
}

.p-single__content h3 {
	font-size: 0.875rem;
	font-weight: bold;
	margin: 1.75rem 0 0.75rem;
}

.p-single__content h4 {
	font-size: 1rem;
	margin: 1.5rem 0 0.5rem;
}

.p-single__content h5,
.p-single__content h6 {
	font-size: 0.9375rem;
	margin: 1.25rem 0 0.5rem;
}

/* 段落 */

.p-single__content p {
	font-size: 1.1rem;
	letter-spacing: 0.025em;
	line-height: 1.75;
	margin: 1rem 0;
}

.p-single__content p a {
	color: #00993D;
	text-decoration: underline;
}

/* リスト */

.p-single__content ul,
.p-single__content ol {
	margin: 1rem 0;
	padding-left: 1.5rem;
}

.p-single__content ul li {
	list-style: disc;
	margin: 0.5rem 0;
}

.p-single__content ol li {
	list-style: decimal;
	margin: 0.5rem 0;
}

/* 引用 */

.p-single__content blockquote {
	background: #f9f9f9;
	border-left: 4px solid #ccc;
	color: #555;
	font-style: italic;
	margin: 1.5rem 0;
	padding: 0.5rem 1rem;
}

.p-single__content blockquote cite {
	color: #888;
	display: block;
	font-size: 0.875rem;
	margin-top: 0.5rem;
	text-align: right;
}

/* 画像 */

.p-single__content figure {
	margin: 2rem 0;
	text-align: center;
}

.p-single__content figure img {
	border-radius: 4px;
	height: auto;
	max-width: 100%;
}

.p-single__content figure figcaption {
	color: #666;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

/* YouTube埋め込み */

.p-single__content .wp-block-embed__wrapper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.p-single__content .wp-block-embed__wrapper iframe {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* コードブロック */

.p-single__content pre {
	background: #2d2d2d;
	border-radius: 6px;
	color: #f8f8f2;
	font-size: 0.875rem; /* 14px */
	overflow-x: auto;
	padding: 1rem;
}

/* テーブル */

.p-single__content table {
	border-collapse: collapse;
	font-size: 1.25rem;
	margin: 1.5rem 0;
	width: 100%;
}

.p-single__content th,
.p-single__content td {
	border: 1px solid #ddd;
	padding: 0.75rem;
	text-align: left;
}

.p-single__content th {
	background: #f3f3f3;
	font-weight: bold;
}

/* カラム */

.p-single__content .wp-block-columns {
	display: flex;
	gap: 1rem;
}

.p-single__content .wp-block-column {
	flex: 1;
}

/* ボタン */

.p-single__content .wp-block-button__link {
	align-items: center;
	background-color: #E06900;
	border: 1px solid #E06900;
	border-radius: 6.25rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.005em;
	min-height: 3.125rem;
	padding-block: 0.5rem;
	padding-inline: 3.75rem 3.75rem;
	position: relative;
	transition: all 0.45s;
}

.p-single__content .wp-block-button__link:hover {
	background: #fff;
	color: #E06900;
}

/* 区切り線 */

.p-single__content hr {
	border: none;
	border-top: 1px solid #000;
	margin: 2rem 0;
}

.p-single {
	border-radius: 0.3125rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	padding-block: 1.25rem 3.4375rem;
}

.p-single__inner {
	padding-inline: 1.875rem;
}

.p-single__info {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem 0.625rem;
}

.p-single__title {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 1.25rem;
}

.p-single__thumbnail {
	border-radius: 0.3125rem;
	display: block;
	margin-top: 1.875rem;
	overflow: hidden;
}

.p-single__thumbnail img {
	height: auto;
}

.p-single__btn {
	height: 3.125rem;
	margin-inline: auto;
	margin-top: 5rem;
	width: 13.625rem;
}

.p-subMv {
	background: url(../images/common/subMv.webp) center center/cover no-repeat;
	height: 13.4375rem;
	padding-block: 0.75rem;
	position: relative;
}

.p-subMv__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
}

.p-subMv__title {
	font-size: 2.1875rem;
	font-weight: 500;
	height: -moz-fit-content;
	height: fit-content;
	inset: 0;
	margin: auto;
	min-width: 20.9375rem;
	padding: 0.75rem 1.25rem;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.p-subMv__text {
	letter-spacing: 0.1em;
	text-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.5);
}

.l-tab {
	margin-top: 5.625rem;
}

.p-tab__title {
	font-size: 1.75rem;
}

.p-tab__links {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2.125rem;
}

.p-tab__link {
	height: 2.5rem;
	min-width: 8.125rem;
}

.p-tab__link a {
	align-items: center;
	border: 1px solid #00993D;
	border-radius: 1.875rem;
	color: #00993D;
	display: flex;
	font-size: 1rem;
	height: 100%;
	justify-content: center;
	padding-inline: 1rem;
	transition: all 0.45s;
}

.p-tab__link.is-active a {
	background-color: #00993D;
	color: #fff;
}

.p-thanks__text {
	margin-top: 2.5rem;
}

.p-thanks__text p + p {
	margin-top: 1.5em;
}

.p-totop {
	cursor: pointer;
	display: flex;
	height: 3.125rem;
	margin-left: 5.6875rem;
	margin-top: 6.25rem;
	transition: all 0.45s;
	width: 13.5625rem;
}

.p-totop.--arrow::before {
	-webkit-mask: url(../images/common/arrow-forward.svg) center center/contain no-repeat;
	height: 0.5625rem;
	mask: url(../images/common/arrow-forward.svg) center center/contain no-repeat;
	width: 0.9375rem;
}

body {
	background-color: #F5F4EA;
}

html.is-fixed {
	overflow: hidden;
}

.u-black {
	color: #000;
}

.u-white {
	color: #fff;
}

.u-green {
	color: #00993D;
}

.u-orange {
	color: #E06900;
}

.u-bg-green {
	background-color: #00993D;
}

.u-bg-orange {
	background-color: #E06900;
}

.u-bg-white {
	background-color: #fff;
}

.u-bg-black {
	background-color: #000;
}

.c-text {
	font-size: 1.125rem;
	line-height: 1.5555555556;
}

.c-note {
	font-size: 1rem;
	line-height: 1.5625;
}

.c-none {
	margin-top: 5rem;
}

.u-text-center {
	text-align: center;
}

.u-text-right {
	text-align: right;
}

.u-mt-0 {
	margin-top: 0 !important;
}

@media (hover: hover) {

.c-kana-filter label:hover {
	opacity: 0.8;
}

.c-link:hover::before {
	right: -0.3125rem;
}

.c-sns:hover {
	filter: brightness(1.3);
	opacity: 1;
}

.p-archive__guestLink a:hover {
	filter: brightness(1.1);
	opacity: 1;
}

.p-breadcrumb__list a {
	transition: all 0.45s;
}

.p-form__submit input:hover {
	opacity: 0.6;
}

.p-tab__link a:hover {
	background-color: #00993D;
	color: #fff;
}

.p-totop:hover {
	opacity: 0.6;
}

}

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

.u-mobile {
	display: none;
}

.p-mv__thumbnail .slick-track {
	transform: unset !important;
}

}

@media (max-width: 1350px) {

html {
	font-size: 1.1851851852vw;
}

}

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

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: auto;
}

.c-btn.--middle {
	font-size: 1.125rem;
}

.c-btn.--arrow::before {
	height: 0.5625rem;
	width: 0.3125rem;
}

.c-kana-filter {
	grid-template-columns: 100%;
	grid-template-rows: repeat(10, 1fr);
}

.c-kana-filter label {
	font-size: 1.8125rem;
}

.c-link {
	gap: 1.3125rem;
	grid-template-columns: 100%;
	padding-bottom: 1.875rem;
}

.c-link::before {
	display: none;
}

.c-link__thumbnail img {
	aspect-ratio: 356/167;
}

.c-link__body {
	margin-top: 0;
	padding-right: 0;
}

.c-link__info {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 0.875rem;
}

.c-link__head {
	display: contents;
}

.c-link__title {
	font-size: 1.1rem;
	width: 100%;
}

.c-link__desc {
	font-size: 1rem;
	line-height: 2.1666666667;
	margin-top: 1.5625rem;
}

.c-score {
	padding: 2.8125rem 16px 1.25rem;
}

.c-score__download a.c-btn[aria-disabled=true] span {
	font-size: 0.75rem;
}

.c-score__link a {
	font-size: 0.9375rem;
}

.c-title {
	font-size: 1.25rem;
	line-height: 1.5909090909;
}

.c-title.--small {
	font-size: 1rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 16px;
	padding-right: 16px;
}

.l-wrapper {
	margin-block: 3.125rem 1.875rem;
}

.l-wrapper.--sub {
	margin-top: 3.75rem;
}

.l-wrapper.--archive {
	margin-top: 3.75rem;
}

.l-wrapper__inner {
	grid-template-columns: 100%;
}

.l-sidebar {
	order: 1;
}

.l-main {
	margin-top: 4.375rem;
}

.p-about__lead {
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-about__lists {
	margin-top: 3.75rem;
}

.p-about__list {
	gap: 0.875rem;
	grid-template-columns: 100%;
}

.p-about__list + .p-about__list {
	margin-top: 3.125rem;
}

.p-about__content {
	display: contents;
}

.p-about__subTitle {
	font-size: 1.125rem;
	line-height: 1.5555555556;
	order: -1;
	text-align: center;
}

.p-about__text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.5714285714;
	margin-top: 0;
}

.p-about__btn {
	height: 2.5625rem;
	margin-top: 3.125rem;
}

.p-apply {
	margin-left: -16px;
	width: calc(100% + 16px + 16px);
}

.p-apply__title {
	width: 100%;
}

.p-apply__text {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 1.25rem;
	text-align: left;
}

.p-apply__btn {
	height: 2.5625rem;
	margin-top: 1.25rem;
}

.l-archive + .l-archive {
	margin-top: 2.25rem;
}

.l-archive.--other {
	margin-top: 2.5rem;
}

.p-archive__btn {
	margin-top: 2.25rem;
	width: 19.9375rem;
}

.p-archive__nav {
	margin-top: 4.0625rem;
}

.p-archive__guest {
	justify-content: flex-start;
}

.p-breadcrumb__list {
	gap: 0.3125rem 0;
}

.p-breadcrumb__list > span {
	font-size: 0.75rem;
}

.p-breadcrumb__list > span + span::before {
	height: 0.9375rem;
	top: 55%;
	width: 0.9375rem;
}

.p-company__table {
	border-radius: 0;
}

.p-company__row {
	grid-template-columns: 7.5rem 1fr;
}

.p-company__row dt,
.p-company__row dd {
	padding: 0.875rem 1rem;
}

.p-company__row dt {
	justify-content: flex-start;
}

.p-company__btn {
	height: 2.5625rem;
	margin-top: 1.25rem;
}

.p-contact__subTitle {
	font-size: 0.875rem;
}

.p-contact__number {
	margin-top: 0.625rem;
}

.p-contact__number a {
	font-size: 1.25rem;
}

.p-contact__text {
	margin-top: 0.625rem;
}

.p-footer__top {
	padding-bottom: 3.75rem;
}

.p-nav__inner {
	display: block;
}

.p-nav__logo {
	margin-inline: auto;
	width: 18.125rem;
}

.p-nav__nav {
	margin-top: 2.4375rem;
	padding-inline: 1.125rem;
}

.p-nav__links {
	flex-direction: column;
	gap: 1.9375rem;
}

.p-nav__link a {
	font-size: 1.125rem;
}

.p-nav__right {
	margin-left: 0;
	margin-top: 1.875rem;
}

.p-nav__btns {
	gap: 1rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.p-nav__btn {
	height: 2.5rem;
	width: calc(50% - 0.5rem);
}

.p-nav__jasrac {
	margin-inline: auto;
	margin-top: 1.5625rem;
	width: 9.9375rem;
}

.p-nav__snsLinks {
	justify-content: center;
	margin-top: 0.9375rem;
}

.p-footer__copy {
	padding-block: 0.75rem 3.875rem;
}

.p-nav__search form {
	align-items: center;
	border: 2px solid #00993D;
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: row-reverse;
	gap: 0.625rem;
}

.p-nav__search input {
	background-color: #F5F4EA;
	border: 2px solid #00993D;
	border-radius: 1.875rem;
	display: iline-block;
	height: 100%;
	min-height: 1.75rem;
	padding-inline: 1em;
	width: calc(100% - 1.3125rem - 0.625rem);
}

.p-nav__search button {
	filter: brightness(0) invert(1);
	height: 1.3125rem;
	padding: 0;
	width: 1.3125rem;
}

.p-nav__search button img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-header {
	height: 4.375rem;
}

.p-header__inner {
	max-width: unset;
	padding-inline: 1.0625rem 0;
}

.p-header__logo {
	width: 12.1875rem;
}

.p-header__hamburger {
	height: 100%;
	margin-left: auto;
	width: 4.375rem;
}

.p-member__border {
	border-bottom: none;
	margin-block: 1.25rem;
}

.p-member__btn {
	height: 2.5625rem;
	margin-inline: auto;
	margin-top: 2.5rem;
}

.p-member__lead {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.p-member__pdf {
	gap: 0.1875rem;
	margin-top: 1.25rem;
}

.p-member__pdf a {
	height: 2.375rem;
	width: 12.5rem;
}

.l-mv {
	margin-top: 6.25rem;
}

.p-mv__slider {
	width: 100%;
}

.p-mv__slider .slick-list {
	overflow: hidden;
}

.p-mv__sliderImg {
	margin-inline: 0;
}

.p-mv__sliderImg img {
	aspect-ratio: 356/443;
}

.p-mv__thumbnail {
	margin-top: 2.6875rem;
	width: 100%;
}

.p-mv__thumbnail .slick-track {
	margin-left: calc(-25% + 15px);
}

.p-mv__thumbnailImg {
	width: 9.1875rem;
}

.nav-links {
	gap: 0.5rem;
	justify-content: center;
}

.page-numbers {
	height: 2.5rem;
	width: 2.5rem;
}

.page-numbers.prev::before,
.page-numbers.next::before {
	height: 0.875rem;
	width: 0.875rem;
}

.p-policy__content h2 {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.p-policy__content p {
	font-size: 0.75rem;
	line-height: 1.5;
}

.p-score__lead {
	font-size: 0.75rem;
	line-height: 1.5;
}

.p-score__date {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.p-score__blocks {
	grid-template-columns: 100%;
	margin-left: -16px;
	width: calc(100% + 16px + 16px);
}

.p-score__form {
	border: none;
	margin-top: 2.5rem;
	padding-bottom: 0;
}

.p-sidebar__block + .p-sidebar__block {
	margin-top: 1rem;
}

.p-single__content {
	font-size: 0.75rem;
	line-height: 2.1666666667;
	margin-top: 1.25rem;
}

.p-single__btn {
	margin-top: 1.875rem;
}

.p-single__content h1 {
	font-size: 1.125rem;
}

.p-single__content h2 {
	font-size: 0.875rem;
	line-height: 2.2142857143;
}

.p-single__content h3 {
	font-size: 0.875rem;
}

.p-single__content h4 {
	font-size: 0.875rem;
}

.p-single__content h5,
.p-single__content h6 {
	font-size: 0.875rem;
}

.p-single__content p {
	font-size: 1rem;
	line-height: 2.1666666667;
}

.p-single__content table {
	font-size: 0.9375rem;
}

.p-single__content .wp-block-button__link {
	border-radius: 1.875rem;
	font-size: 0.9375rem;
	min-height: 2.75rem;
	padding-block: 0.625rem;
	padding-inline: 1.25rem 1.25rem;
}

.p-single {
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.p-single__inner {
	display: contents;
}

.p-single__info {
	gap: 0.75rem;
}

.p-single__title {
	font-size: 1.125rem;
	line-height: 1.6666666667;
	margin-top: 0.625rem;
}

.p-single__thumbnail {
	margin-top: 1.25rem;
}

.p-subMv {
	background-image: url(../images/common/subMv_sp.webp);
}

.p-subMv__title {
	font-size: 1.75rem;
	min-width: unset;
	padding: 0.625rem 0.625rem 0.625rem 0rem;
}

.l-tab {
	margin-top: 4.375rem;
}

.p-tab__title {
	font-size: 1.625rem;
}

.p-tab__links {
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: flex-start;
	margin-top: 1.5rem;
}

.p-tab__link {
	width: calc(50% - 0.625rem);
}

.p-thanks__text {
	margin-top: 2rem;
}

.p-totop {
	height: 2.5625rem;
	margin-inline: auto;
	margin-top: 3.3125rem;
	width: 11.1875rem;
}

.p-totop.--arrow::before {
	height: 0.5625rem;
	width: 0.9375rem;
}

.c-text {
	font-size: 0.75rem;
	line-height: 1.5;
}

.c-note {
	font-size: 0.75rem;
	line-height: 1.1666666667;
}

.c-none {
	margin-top: 2.5rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

/* 楽譜一覧(ショートウィンドウ) */
.sheet_music-viewer {
	padding-top: 4rem;
}
.sheet_music-viewer h1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.sheet_music-viewer #pdf-container {
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	width: 100%;
}

.sheet_music-viewer .pdf-page-wrapper {
	position: relative;
	background: white;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	max-width: 95%; 
	height: auto !important;
	margin-bottom: 10px;
}

.sheet_music-viewer .pdf-page-wrapper svg {
	display: block;
	width: 100% !important;
}

.sheet_music-viewer .textLayer {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	opacity: 0;
	line-height: 1.0;
	cursor: text;
	transform-origin: 0% 0%;
}

.sheet_music-viewer #loading-bar {
	padding: 20px;
	font-size: 14px;
	color: #666;
}