body {
	color: #22294a;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.admin-bar .header {
	top: 32px;
}

.color-green {
	color: #629940;
}

.bg-gray {
	background-color: #fbfbfb;
}

.first-letter::first-letter {
	color: #629940;
}

.display-none {
	display: none;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* 414px以下で改行（414未満を表示する想定に合わせ、414px以上は非表示） */

.br-414-less {
	display: none;
}

/* 500px以下で改行 */

.br-500-less {
	display: none;
}

/* 768px以下で改行 */

.br-768-less {
	display: none;
}

/* 768px以上で改行 */

.br-768-more {
	display: block;
}

/* 1000px以下で改行 */

.br-1000-less {
	display: none;
}

/* 1000px以上で改行 */

.br-1000-more {
	display: block;
}

/* 1480px以上で改行 */

.br-1480-more {
	display: block;
}

/* 1920px以上で改行 */

.br-1920-more {
	display: block;
}

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

html {
	font-size: 16px;
	scroll-padding-top: 7.5rem;
}

/* PC版Chromeで拡縮画像ぼやけ対策 */

/* iPhoneSafariで画像ジャギ対策 */

img {
	image-rendering: auto;
}

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ---- */

.content-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ここまで ---- */

/* YouTubeのframeborder属性の変わり(HTML5の標準仕様で廃止されているため) */

iframe {
	border: none;
}

/* 電話番号リンクをPCでは無効化 */

*,
*::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.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

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

ul {
	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: 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=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

/* ホバー */

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

html.is-fixed {
	overflow: hidden;
}

summary {
	display: block;
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

.about.page-section {
	background-color: #fbfbfb;
	overflow: hidden;
	padding-bottom: 6.125rem;
}

.schedule__circle01.about__circle01 {
	left: calc(50% - min(51.4vw, 54.5625rem));
	top: 45%;
}

.schedule__circle02.about__circle02 {
	bottom: -17%;
}

.schedule__circle03.about__circle03 {
	top: 18%;
}

.about__title::first-letter {
	color: #629940;
}

.about__content-wrap {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.625rem;
	max-width: 57.5rem;
	padding-bottom: 2.625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.9375rem;
}

.about__content-title {
	font-size: 1.25rem;
	text-align: center;
}

.about__content-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4375rem;
	max-width: 46.875rem;
}

.about__content-text:not(:first-child) {
	margin-top: 1.6875rem;
}

.about-work {
	background-color: #a8e284;
	padding-bottom: 5.9375rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 1;
}

.about-work::after {
	background-image: url(../images/common/top-faq-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.about-work__inner.inner {
	max-width: 74.25rem;
}

.about-work__item {
	position: relative;
}

.about-work__item-icon {
	position: absolute;
	right: 12.5rem;
	top: -5.875rem;
	width: 8.75rem;
}

.about-work__item-title.page-title {
	background-color: #fff;
	border-radius: 2.5rem 2.5rem 0 0;
	left: 50%;
	padding: 0.625rem 4.0625rem 0.9375rem;
	position: absolute;
	top: -4.375rem;
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: fit-content;
}

.about-work__item-title::first-letter {
	color: #629940;
}

.about-work__item-list {
	background-color: #fff;
	border-radius: 1.25rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 4.5625rem;
	padding: 3.25rem 1.1875rem;
}

.about-work__item-item {
	border-right: 1px solid #000;
	padding: 1rem 1.875rem;
}

.about-work__item-item:last-child {
	border-right: none;
}

.about-work__item-number {
	display: block;
	font-size: 2rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.about-work__item-number::after {
	background-color: #ebf353;
	border-radius: 6.1875rem;
	content: "";
	display: block;
	height: 1.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.75rem;
	z-index: -1;
}

.about-work__item-subtitle {
	font-size: 1.375rem;
	line-height: 1.1818181818;
	text-align: center;
	white-space: nowrap;
}

.about-work__item-text {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.25rem;
	text-align: center;
}

.about-members {
	overflow: hidden;
	padding-bottom: 8.75rem;
	padding-top: 5.6875rem;
	position: relative;
	z-index: 1;
}

.schedule__circle01.about-members__circle01 {
	left: auto;
	right: calc(50% - min(52.4vw, 51.5625rem));
}

.schedule__circle02.about-members__circle02 {
	bottom: -14%;
	left: calc(50% - min(59.4vw, 59.5625rem));
	right: auto;
	width: 24.625rem;
}

.schedule__circle03.about-members__circle03 {
	left: calc(50% - min(43.4vw, 43.5625rem));
	right: auto;
}

.about-members__inner.inner {
	max-width: 72.5rem;
}

.about-members__header {
	padding-bottom: 2.1875rem;
	position: relative;
}

.about-members__header .section-title__jp::before {
	display: none;
}

.about-members__header::after {
	background-image: url(../images/common/page-title.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 0.3125rem;
	left: 0%;
	position: absolute;
	width: 8rem;
}

.about-members__dl {
	margin-top: 3.875rem;
}

.about-members__row {
	border-top: 1px solid #22294a;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 4rem;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.about-members__row:last-child {
	border-bottom: 1px solid #22294a;
}

.about-members__role {
	width: 3.125rem;
}

.about-members__name {
	width: 6.25rem;
}

.schedule__circle01.article__circle01 {
	left: calc(50% - min(51.4vw, 51.5625rem));
	position: absolute;
	top: 36%;
}

.schedule__circle02.article__circle02 {
	bottom: -9%;
}

.schedule__circle03.article__circle03 {
	top: 14%;
}

.article__item {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-top: 5rem;
	padding-bottom: 3rem;
	padding-top: 2.875rem;
}

.article__item-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.article__title-wrapper {
	border-bottom: 1px solid #22294a;
	padding-bottom: 1.8125rem;
}

.article__content {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.5rem;
}

.article__content p:not(:first-child) {
	margin-top: 1.875rem;
}

.article__content a {
	background-image: linear-gradient(to right, #22294a 0%, #22294a 100%);
	background-position: center bottom 0rem;
	background-repeat: repeat-x;
	background-size: 100% 0.0625rem;
	display: inline;
	padding-bottom: 0.125rem;
	position: relative;
	text-indent: 0.15em;
	transition: all 0.3s;
	transition: color 0.3s;
}

.article__content a:hover {
	opacity: 0.7;
}

.article__back a {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.25rem;
}

.breadcrumb {
	color: #b8b8b8;
	font-size: 0.75rem;
	font-weight: 500;
	margin-left: 3.125rem;
	margin-right: 3.125rem;
}

.breadcrumb span[property=itemListElement] + span[property=itemListElement] {
	padding-left: 1.25rem;
	position: relative;
}

.breadcrumb span[property=itemListElement] + span[property=itemListElement]::before {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #b8b8b8;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.4375rem;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 0.3125rem;
	width: 0.25rem;
}

.btn {
	background-color: #fff;
	border: 0.125rem solid #22294a;
	border-radius: 3.75rem;
	display: block;
	font-size: 1rem;
	line-height: 1.25;
	padding: 1.0625rem 3.625rem 1.0625rem 1.625rem;
	position: relative;
	transition: background-color 0.3s, color 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.btn::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #22294a;
	content: "";
	display: block;
	height: 0.8125rem;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.75rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 0.5rem;
}

.btn:hover {
	background-color: #22294a;
	color: #fff;
}

.btn:hover::after {
	background-color: #fff;
}

.business.page-section {
	padding-bottom: 6.25rem;
}

.schedule__circle01.business__circle01 {
	left: calc(50% - min(51.4vw, 51.5625rem));
	top: 52%;
}

.schedule__circle02.business__circle02 {
	bottom: -40%;
}

.schedule__circle03.business__circle03 {
	top: 32%;
}

.business__lead-wrap {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.75rem;
	max-width: 57.5rem;
	padding: 2.6875rem 0.625rem;
}

.business__lead.section-lead {
	font-size: 1.25rem;
	line-height: 1.5;
	text-align: center;
	text-align: center;
}

.business__lead-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1.5rem;
	text-align: center;
}

.business-purpose {
	background-color: #a8e284;
	padding-bottom: 6rem;
	padding-top: 5.9375rem;
	position: relative;
	z-index: 1;
}

.business-purpose::after {
	background-image: url(../images/common/business-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.business-purpose__inner.inner {
	max-width: 74.25rem;
}

.business-purpose__structure {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.875rem;
}

.business-purpose__education-title {
	background-color: #629940;
	border-radius: 1.25rem;
	color: #fff;
	font-size: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.8125rem 2.75rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.business-purpose__education-content {
	align-items: center;
	background-color: #fff;
	border-radius: 1.25rem;
	display: flex;
	font-size: 1.375rem;
	gap: 2.5rem;
	justify-content: center;
	margin-top: -2.25rem;
	padding-bottom: 1.875rem;
	padding-top: 3.125rem;
	position: relative;
}

.business-purpose__education-content::after {
	background-image: url(../images/common/icon-business-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.4375rem;
	content: "";
	display: block;
	height: 3.125rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 50%) rotate(90deg);
	width: 5.5625rem;
}

.business-purpose__education-icon {
	width: 3.75rem;
}

.business-purpose__education-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.business-purpose__middle {
	align-items: start;
	display: flex;
	gap: 3.375rem;
	margin-top: 4.875rem;
}

.business-purpose__company {
	width: 21.25rem;
}

.business-purpose__company-title {
	background-color: #77d1fc;
	border-radius: 1.25rem;
	color: #fff;
	font-size: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.8125rem 5.1875rem;
	position: relative;
	text-align: center;
	width: 15rem;
	z-index: 1;
}

.business-purpose__company-content {
	align-items: center;
	background-color: #fff;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	margin-top: -2.1875rem;
	padding-bottom: 3.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 4.75rem;
	position: relative;
}

.business-purpose__company-content::after {
	background-image: url(../images/common/icon-business-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 3.125rem;
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translate(50%, -50%);
	width: 5.5625rem;
}

.business-purpose__company-icon {
	margin-left: auto;
	margin-right: auto;
	width: 4.4375rem;
}

.business-purpose__company-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.business-purpose__company-text {
	font-size: 1.375rem;
	line-height: 1.3636363636;
	margin-top: 1.3125rem;
	text-align: center;
}

.business-purpose__ksca {
	background-color: #22294a;
	border-radius: 1.25rem;
	color: #fff;
	flex: 1;
	padding-bottom: 5.3125rem;
	padding-top: 4.125rem;
}

.business-purpose__ksca-title {
	color: #fff;
	font-size: 1.875rem;
	text-align: center;
}

.business-purpose__ksca-logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	width: 12.5rem;
}

.business-purpose__ksca-logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.business-purpose__community {
	width: 21.25rem;
}

.business-purpose__community-title {
	background-color: #f2b138;
	border-radius: 1.25rem;
	color: #fff;
	font-size: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.8125rem 1.25rem;
	position: relative;
	text-align: center;
	width: 15rem;
	z-index: 1;
}

.business-purpose__community-content {
	align-items: center;
	background-color: #fff;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	margin-top: -2.1875rem;
	padding-bottom: 3.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 5.8125rem;
	position: relative;
}

.business-purpose__community-content::after {
	background-image: url(../images/common/icon-business-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 3.125rem;
	left: 0%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5.5625rem;
}

.business-purpose__community-icon {
	margin-left: auto;
	margin-right: auto;
	width: 5.6875rem;
}

.business-purpose__community-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.business-purpose__community-text {
	font-size: 1.375rem;
	line-height: 1.3636363636;
	margin-top: 1.3125rem;
	text-align: center;
}

.business-purpose__bottom {
	margin-top: 7.5rem;
}

.business-purpose__steps {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, 1fr);
}

.business-purpose__step {
	align-items: center;
	background-color: #fff;
	border-radius: 1.25rem;
	display: flex;
	justify-content: center;
	padding: 1.875rem 0.625rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.business-purpose__step-number {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 6.1875rem;
	display: flex;
	font-size: 2rem;
	justify-content: center;
	left: 50%;
	padding-top: 1.25rem;
	position: absolute;
	top: 0;
	transform: translate(-50%, -40%);
	width: 6.25rem;
	z-index: -1;
}

.business-purpose__step-number::before {
	background-color: #ebf353;
	border-radius: 6.1875rem;
	content: "";
	display: block;
	height: 1.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.75rem;
	z-index: -1;
}

.business-purpose__step-title {
	font-size: 1.125rem;
	line-height: 1.3333333333;
}

.business-promotion {
	margin-top: 5.8125rem;
	overflow: hidden;
	padding-bottom: 10.5rem;
	position: relative;
	z-index: 1;
}

.business-promotion__inner.inner {
	max-width: 72.5rem;
}

.schedule__circle01.business-promotion__circle01 {
	bottom: 17%;
	left: calc(50% - min(52.4vw, 54.5625rem));
	top: auto;
}

.schedule__circle02.business-promotion__circle02 {
	bottom: -5%;
	right: calc(50% - min(59.4vw, 59.5625rem));
	top: auto;
	width: 24.625rem;
}

.schedule__circle03.business-promotion__circle03 {
	bottom: 33%;
	right: calc(50% - min(45.4vw, 42.5625rem));
	top: auto;
}

.business-promotion__video {
	aspect-ratio: 16/9;
	margin-top: 4.625rem;
	width: 100%;
}

.business-promotion__video iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.business-promotion__wrap-title {
	font-size: 1.875rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.business-promotion__wrap-title::after {
	background: linear-gradient(180deg, #ebf353 0%, #ebf353 100%);
	border-radius: 0.1875rem;
	bottom: 0.125rem;
	content: "";
	display: block;
	height: 0.4375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 116%;
	z-index: -1;
}

.business-promotion__club {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-top: 3rem;
	padding-bottom: 3.125rem;
}

.business-promotion__club-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
	padding-top: 2.375rem;
}

.business-promotion__club-details {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.625rem;
	max-width: 60rem;
}

.business-promotion__club-item {
	align-items: start;
	border-bottom: 1px solid #22294a;
	display: flex;
	gap: 3rem;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.business-promotion__club-item:last-child {
	border-bottom: none;
}

.business-promotion__club-label {
	width: 17%;
}

.business-promotion__club-label span {
	background-color: #22294a;
	border-radius: 0.625rem;
	color: #fff;
	display: block;
	font-size: 0.9375rem;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	padding: 0rem 0.6875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.business-promotion__club-content {
	flex: 1;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6666666667;
}

.business-promotion__club-list li {
	padding-left: 0.75rem;
	position: relative;
}

.business-promotion__club-list li::before {
	background-color: #22294a;
	border-radius: 6.1875rem;
	content: "";
	display: block;
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 0.5625rem;
	width: 0.25rem;
}

.business-promotion__club-btn a {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	padding: 1.1875rem 4.625rem 1.1875rem 2.625rem;
}

.business-promotion__study {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-top: 3.125rem;
	padding: 2.125rem 4.3125rem;
}

.business-promotion__study-text {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6666666667;
}

.business-promotion__school-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1rem;
}

.business-promotion__sports-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 4.25rem;
}

.business-promotion__school-btn a {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5rem;
}

.business-promotion__sports-title.schedule__item-title {
	margin-bottom: 1.0625rem;
}

.cooperation {
	overflow: hidden;
	position: relative;
}

.cooperation__inner.inner {
	max-width: 72.5rem;
}

.cooperation__content {
	margin-top: 4.5rem;
}

.cooperation__content + .cooperation__content {
	margin-top: 6.5625rem;
}

.cooperation__section-subtitle {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 1.5rem;
	line-height: 1.1666666667;
	text-align: center;
}

.cooperation__section-title {
	font-size: 1.875rem;
	font-weight: 700;
	margin-top: 1.875rem;
	text-align: center;
}

.cooperation__wrap {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-top: 3.4375rem;
}

.cooperation__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.cooperation__item {
	border-top: 1px solid #22294a;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
}

.cooperation__item:last-child {
	border-bottom: 1px solid #22294a;
}

.cooperation__item a {
	display: block;
	padding-bottom: 1.1875rem;
	padding-top: 1.1875rem;
	position: relative;
}

.cooperation__item a::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #22294a;
	content: "";
	display: block;
	height: 0.8125rem;
	left: -1.75rem;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 0.5rem;
}

.cooperation__item a:hover::after {
	opacity: 1;
}

.cooperation__circle01.schedule__circle01 {
	left: auto;
	right: calc(50% - min(51.4vw, 51.5625rem));
	top: 24%;
}

.cooperation__circle02.schedule__circle02 {
	bottom: 36%;
	left: calc(50% - min(54.4vw, 54.5625rem));
	right: auto;
}

.cooperation__circle03.schedule__circle03 {
	left: calc(50% - min(35.4vw, 35.5625rem));
	right: auto;
}

.cooperation__circle04.schedule__circle02 {
	bottom: -13%;
	right: calc(50% - min(52.4vw, 52.5625rem));
}

.page-error {
	padding: 11.25rem 0 6.25rem;
	text-align: center;
}

.page-error__title {
	color: #22294a;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 1.875rem;
}

.page-error__text {
	color: #666;
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}

.page-error__btn {
	-webkit-text-decoration: none;
	background-color: #22294a;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 0.9375rem 1.875rem;
	text-decoration: none;
	transition: background-color 0.3s;
}

.page-error__btn:hover {
	background-color: #34495e;
}

.faq__lead {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 5rem;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.625rem;
	padding-left: 8.4375rem;
	padding-right: 8.4375rem;
	position: relative;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

.faq__lead::after {
	aspect-ratio: 28/130;
	background-image: url(../images/common/icon-faq01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
}

.faq__lead::before {
	aspect-ratio: 57/140;
	background-image: url(../images/common/icon-faq02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.5625rem;
}

.page-faq__content-wrap {
	padding-bottom: 6.25rem;
	padding-top: 3.125rem;
	position: relative;
}

.page-faq__content-wrap::after {
	background-image: url(../images/common/faq-bg.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.page-faq__content.top-faq__content {
	margin-top: 0;
}

.page-faq__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 68.75rem;
}

.schedule__circle01.faq__circle01 {
	bottom: 50rem;
	left: auto;
	position: absolute;
	right: calc(50% - min(51.4vw, 51.5625rem));
	top: auto;
	transform: rotate(180deg);
}

.schedule__circle02.faq__circle02 {
	bottom: auto;
	left: calc(50% - min(54.4vw, 54.5625rem));
	right: auto;
	top: 50rem;
	transform: rotate(0deg);
}

.faq__circle04.schedule__circle02 {
	bottom: auto;
	position: absolute;
	right: calc(50% - min(53.4vw, 54.5625rem));
	top: -17.0625rem;
	transform: rotate(0deg);
}

.faq__circle03.schedule__circle03 {
	bottom: 10rem;
	left: calc(50% - min(35.4vw, 35.5625rem));
	right: auto;
	top: auto;
}

.fix-buttons {
	background-color: #a8e284;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	transform: translateY(0);
	transition: transform 0.3s ease;
	z-index: 1000;
}

.fix-buttons.is-hidden {
	transform: translateY(100%);
}

.fix-buttons__list {
	align-items: center;
	border-top: 1px solid #fff;
	display: flex;
	justify-content: space-between;
}

.fix-buttons__item {
	align-items: center;
	border-right: 1px solid #fff;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 0.375rem 0.75rem;
	transition: all 0.3s;
}

.fix-buttons__item:last-child {
	border-right: none;
}

.fix-buttons__icon {
	margin-bottom: 0.25rem;
	width: 1.375rem;
}

.fix-buttons__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.fix-buttons__text {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.8333333333;
	text-align: center;
	white-space: nowrap;
}

.footer {
	background-color: #fff;
	padding-bottom: 5rem;
	padding-top: 4.375rem;
}

.footer__inner.inner {
	max-width: 83.625rem;
}

.footer__content {
	display: flex;
	gap: 3.75rem;
	justify-content: space-between;
}

.footer__info {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.footer__logo {
	width: 12.5rem;
}

.footer__logo-link {
	display: block;
	transition: opacity 0.3s;
}

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

.footer__logo img {
	height: auto;
	width: 100%;
}

.footer__org {
	font-size: 1rem;
	line-height: 1.5;
}

.footer__org-name {
	margin-bottom: 0.5rem;
}

.footer__address {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5714285714;
}

.footer__address p {
	margin: 0;
}

.footer__nav {
	flex: 1;
	max-width: 37.5rem;
}

.footer__nav-list {
	grid-gap: 1.25rem 3.125rem;
	display: grid;
	gap: 1.25rem 3.125rem;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, auto);
}

.footer__nav-link {
	display: block;
	font-size: 0.875rem;
	transition: opacity 0.3s;
}

.footer__nav-link:hover {
	opacity: 0.7;
}

.footer__nav-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer__copyright {
	margin-top: auto;
	text-align: right;
}

.footer__copyright small {
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.2727272727;
}

.fv {
	padding-bottom: 5.75rem;
	padding-top: 13.375rem;
	position: relative;
	z-index: 1;
}

.fv::after {
	background-image: url(../images/common/fv.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.fv__inner.inner {
	max-width: 94.375rem;
	padding-left: 6.75rem;
}

.fv__title {
	color: #22294a;
	display: flex;
	flex-direction: column;
	font-size: 2rem;
	font-weight: 600;
	gap: 0.4375rem;
	line-height: 1.625;
}

.fv__title span {
	background-color: #fff;
	display: block;
	padding: 0 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__copy {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.125;
	margin-top: 5.375rem;
}

.fv__copy--highlight {
	color: #629940;
}

.scroll {
	bottom: 6.625rem;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 1rem;
	font-weight: 600;
	left: 3.5rem;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	transform: translateX(-50%);
	writing-mode: sideways-lr;
}

.scroll::before,
.scroll::after {
	bottom: 4.875rem;
	content: "";
	height: 10.625rem;
	left: 50%;
	position: absolute;
	width: 2px;
}

.scroll::before {
	background-color: #fff;
}

.scroll::after {
	animation: scrollDown 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
	background-color: #22294a;
}

.hamburger {
	cursor: pointer;
	height: 1.5625rem;
	position: relative;
	width: 2.5rem;
	z-index: 5001;
}

.hamburger span {
	background-color: #22294a;
	height: 0.1875rem;
	position: absolute;
	transition: 0.3s;
	width: inherit;
}

.hamburger span:nth-child(1) {
	top: 0rem;
}

.hamburger span:nth-child(2) {
	top: 0.6875rem;
}

.hamburger span:nth-child(3) {
	bottom: 0rem;
}

.hamburger.is-active span:nth-child(1) {
	transform: translateY(0.6875rem) rotate(45deg);
}

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

.hamburger.is-active span:nth-child(3) {
	transform: translateY(-0.6875rem) rotate(-45deg);
}

body.is-active {
	height: 100%;
	overflow: hidden;
}

.header {
	background-color: transparent;
	height: 5.625rem;
	position: fixed;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.header__logo {
	height: inherit;
	position: relative;
	z-index: 100;
}

.header__logoLink {
	align-items: center;
	display: flex;
	height: inherit;
	transition: all 0.3s;
	transition: all 0.3s;
}

.header__logoLink:hover {
	opacity: 0.7;
}

.header__logoLink img {
	aspect-ratio: 139/50;
	height: auto;
	width: 8.6875rem;
}

.header__pc-nav {
	display: flex;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.header__nav-wrapper {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1248px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.inquiry-title {
	margin-top: 6.125rem;
}

.inquiry-title .page-title {
	margin-top: 4.125rem;
}

.inquiry {
	background-color: #c9edff;
	margin-top: 4.8125rem;
	overflow: hidden;
	padding-bottom: 9.1875rem;
	padding-top: 2.75rem;
	position: relative;
	z-index: 1;
}

.schedule__circle01.inquiry__circle01 {
	left: auto;
	right: calc(50% - min(54.4vw, 54.5625rem));
	top: -9%;
	width: 33.875rem;
}

.schedule__circle02.inquiry__circle02 {
	bottom: 40%;
	left: calc(50% - min(54.4vw, 54.5625rem));
	right: auto;
	width: 15.6875rem;
}

.schedule__circle03.inquiry__circle03 {
	bottom: 12%;
	right: calc(50% - min(49.4vw, 43.5625rem));
	top: auto;
	width: 13.0625rem;
}

.schedule__circle02.inquiry__circle04 {
	bottom: 6%;
	right: calc(50% - min(44.4vw, 44.5625rem));
	width: 2.5rem;
}

.inquiry__inner.inner {
	max-width: 72.6875rem;
}

.inquiry__title-wrap {
	border-left: 0.3125rem solid #22294a;
	padding-left: 2rem;
}

.inquiry__title {
	font-size: 1.875rem;
}

.inquiry__sub-title {
	font-size: 1rem;
}

.inquiry__form-wrap {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
	max-width: 68.75rem;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.inquiry__group {
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	gap: 2.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
	padding-bottom: 0.875rem;
	padding-left: 1.0625rem;
	padding-right: 1.0625rem;
	padding-top: 0.875rem;
}

.inquiry__group.inquiry__group--textarea {
	align-items: flex-start;
	border-bottom: none;
}

.inquiry__group.inquiry__group--textarea .inquiry__label-wrap {
	padding-top: 0.75rem;
}

.inquiry__label-wrap {
	align-items: center;
	display: flex;
	width: 11.5625rem;
}

.inquiry__label {
	flex: 1;
	font-size: 1rem;
}

.inquiry__required {
	background-color: #c10f0f;
	border-radius: 0.625rem;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 500;
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.inquiry__input,
.inquiry__textarea {
	background-color: #ececec;
	border-radius: 0.625rem;
	border-right: 1px solid #e1e1e1;
	padding: 0.8125rem;
	width: 100%;
}

.inquiry__input::-moz-placeholder,
.inquiry__textarea::-moz-placeholder {
	color: #b8b2ad;
	font-size: 1rem;
}

.inquiry__input::placeholder,
.inquiry__textarea::placeholder {
	color: #b8b2ad;
	font-size: 1rem;
}

.inquiry__radio {
	font-size: 1rem;
	font-weight: 500;
}

.inquiry__agree {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0.375rem;
}

.inquiry__agree a {
	transition: opacity 0.3s;
}

.inquiry__agree a:hover {
	opacity: 0.7;
}

.inquiry__submit {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0625rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.inquiry__submit::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #22294a;
	content: "";
	display: block;
	height: 0.8125rem;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.75rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 0.5rem;
}

.inquiry__submit input {
	color: #22294a !important;
}

.inquiry__submit input {
	background-color: #fff;
	border: 2px solid #22294a;
	border-radius: 3.75rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.375rem 4.125rem 0.375rem 2.3125rem;
	transition: background-color 0.3s, color 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.inquiry__submit:hover input {
	color: #fff !important;
}

.inquiry__submit:hover input {
	background-color: #22294a;
}

.inquiry__submit:hover::after {
	background-color: #fff;
}

input[type=checkbox] {
	border: 1.5px solid #22294a;
	border-radius: 0.3125rem;
	cursor: pointer;
	height: 1.25rem;
	margin: 0;
	margin-right: 0.625rem;
	width: 1.25rem;
}

input[type=checkbox]:checked {
	background-color: #22294a;
	position: relative;
}

input[type=checkbox]:checked::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 0.375rem;
}

input[type=radio] {
	background-color: #fff;
	border: 1px solid #22294a;
	border-radius: 6.1875rem;
	height: 1rem;
	margin: 0;
	margin-top: 0.1875rem;
	position: relative;
	width: 1rem;
}

input[type=radio]:checked::after {
	background-color: #22294a;
	border-radius: 6.1875rem;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.5rem;
}

.wpcf7-list-item label {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.wpcf7-form-control.wpcf7-radio.inquiry__radio {
	display: flex;
	gap: 1.875rem;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: none;
}

.wpcf7-list-item {
	align-items: center;
	display: flex;
	margin: 0;
}

.wpcf7-form-control-wrap {
	flex: 1;
	width: 100%;
}

.wpcf7-form-control-wrap[data-name=agree] {
	flex: none;
	width: -moz-fit-content;
	width: fit-content;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	font-size: 0.875rem;
}

.inquiry__contact {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
	max-width: 68.75rem;
	padding-bottom: 3.375rem;
	padding-top: 1.0625rem;
}

.inquiry__contact-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
}

.inquiry__contact-item {
	align-items: start;
	display: flex;
	gap: 4.3125rem;
	padding-bottom: 1.5rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	padding-top: 1.5rem;
}

.inquiry__contact-item:first-child {
	border-bottom: 1px solid #e1e1e1;
}

.inquiry__contact-header {
	padding-left: 2.5rem;
	position: relative;
	width: 22.8125rem;
}

.inquiry__contact-title {
	color: #629940;
	font-size: 1.5rem;
}

.inquiry__contact-header::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #22294a;
	content: "";
	display: block;
	height: 1.125rem;
	left: 0rem;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 0.5625rem;
	transition: background-color 0.3s;
	width: 0.6875rem;
}

.inquiry__contact-time {
	font-size: 1rem;
}

.inquiry__contact-phone {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 3.125rem;
	letter-spacing: 1px;
	line-height: 1.3;
}

.inquiry__contact-note {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6666666667;
	margin-top: 0.5625rem;
	padding-left: 3.875rem;
}

.inquiry__title-wrap.inquiry__title-wrap--mt {
	margin-top: 6rem;
}

.thanks__text {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.4545454545;
	text-align: center;
}

.inquiry__form-wrap.thanks__form-wrap {
	padding-bottom: 4.1875rem;
	padding-top: 4.1875rem;
}

.schedule__circle01.thanks__circle01 {
	bottom: -21%;
	top: auto;
}

.schedule__circle02.thanks__circle02 {
	bottom: auto;
	top: -31%;
	width: 33.875rem;
}

.wpcf7-response-output {
	display: none;
}

.news__circle01.schedule__circle01 {
	left: auto;
	position: absolute;
	right: calc(50% - min(51.4vw, 51.5625rem));
	top: 35%;
}

.schedule__circle02.news__circle02 {
	bottom: 8%;
	left: calc(50% - min(54.4vw, 54.5625rem));
	right: auto;
}

.schedule__circle03.news__circle03 {
	left: calc(50% - min(35.4vw, 35.5625rem));
	right: auto;
	top: 13.125rem;
}

.news__items {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	margin-top: 5rem;
}

.news__link {
	background-color: #fff;
	border-radius: 1.25rem;
	display: block;
	padding: 2.4375rem 7.125rem;
}

.news__tag-flex {
	align-items: center;
	display: flex;
	gap: 1.4375rem;
}

.news__date {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 1rem;
	font-weight: 500;
	width: 4.5rem;
}

.news__category {
	background-color: #22294a;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 500;
	padding: 0 0.8125rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.news__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.375rem;
	font-weight: 700;
	margin-top: 0.875rem;
	overflow: hidden;
}

.pagination {
	margin-top: 5rem;
}

.page-numbers {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

.pagination__number {
	align-items: center;
	aspect-ratio: 1;
	border: 2px solid #22294a;
	border-radius: 6.1875rem;
	display: flex;
	font-size: 1.25rem;
	height: 3.125rem;
	justify-content: center;
	transition: background-color 0.3s, color 0.3s;
	width: 3.125rem;
}

.pagination__number:hover {
	background-color: #22294a;
	color: #fff;
}

.page-numbers.current {
	background-color: #22294a;
	border-radius: 6.1875rem;
	color: #fff;
	pointer-events: none;
}

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

.pc-nav__items {
	display: flex;
	justify-content: center;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	position: relative;
	text-align: center;
}

.pc-nav__link {
	align-items: center;
	background-color: #fff;
	color: #22294a;
	display: flex;
	flex-direction: column;
	font-size: 0.9375rem;
	height: 100%;
	justify-content: center;
	line-height: 1.3333333333;
	padding: 0.3125rem 1rem;
	position: relative;
	transition: all 0.3s;
}

.pc-nav__icon {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: currentColor;
	display: inline-block;
	height: 1.3125rem;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.3125rem;
}

.pc-nav__icon--schedule {
	-webkit-mask-image: url(../images/common/icon-schedule.svg);
	mask-image: url(../images/common/icon-schedule.svg);
}

.pc-nav__icon--contact {
	-webkit-mask-image: url(../images/common/icon-mail.svg);
	mask-image: url(../images/common/icon-mail.svg);
}

.pc-nav__item.pc-nav__item--contact .pc-nav__link {
	background-color: #22294a;
	color: #fff;
	padding: 0.3125rem 1.25rem;
}

.pc-nav__item.pc-nav__item--schedule .pc-nav__link:hover {
	background-color: #999999;
	color: #fff;
}

.pc-nav__item.pc-nav__item--contact .pc-nav__link:hover {
	background-color: #404971;
}

.schedule__circle01.privacy__circle01 {
	left: calc(50% - min(51.4vw, 51.5625rem));
	position: absolute;
	top: 28%;
}

.schedule__circle02.privacy__circle02 {
	bottom: 25%;
}

.schedule__circle03.privacy__circle03 {
	top: 10.5%;
}

.schedule__circle02.privacy__circle04 {
	bottom: -14.5%;
	left: calc(50% - min(45.4vw, 45.5625rem));
	right: auto;
}

.privacy__inner.inner {
	max-width: 72.5rem;
}

.privacy__wrap {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-top: 5rem;
	padding-bottom: 5.1875rem;
	padding-top: 4.875rem;
}

.privacy__content {
	font-size: 1rem;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.privacy__intro {
	font-weight: 500;
	line-height: 1.625;
}

.privacy__section {
	margin-top: 2.8125rem;
}

.privacy__section + .privacy__section {
	margin-top: 2.75rem;
}

.privacy__section-title {
	border-bottom: 3px solid #e1e1e1;
	font-size: 1.375rem;
	font-weight: 700;
	padding-bottom: 0.75rem;
}

.privacy__section-text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 0.6875rem;
}

.privacy__list {
	margin-left: 0.625rem;
	margin-top: 0.25rem;
}

.privacy__list-item + .privacy__list-item {
	margin-top: 0.5rem;
}

.privacy__list-item {
	padding-left: 0.8125rem;
	position: relative;
}

.privacy__list-item::before {
	background-color: #22294a;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
}

.privacy__section--contact {
	line-height: 1.75;
}

.privacy__contact-tel {
	transition: opacity 0.3s;
}

.privacy__contact-mail {
	transition: opacity 0.3s;
}

.privacy__contact-mail:hover {
	opacity: 0.8;
}

.recruit.page-section {
	background-color: #fbfbfb;
	padding-bottom: 11.75rem;
	position: relative;
	z-index: 1;
}

.recruit.page-section::after {
	background-image: url(../images/common/top-faq-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -2;
}

.section-lead.recruit__lead {
	margin-top: 3.375rem;
}

.section-lead.recruit__lead--mt {
	margin-top: 1.125rem;
}

.section-lead.recruit__lead--mb {
	margin-top: 2.125rem;
}

.recruit__copy {
	background-color: #22294a;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	padding: 0 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.recruit-outline {
	background-color: #c9edff;
	overflow-x: clip;
	padding-bottom: 9.25rem;
	position: relative;
	z-index: 1;
}

.recruit-outline__icon {
	left: 50%;
	position: absolute;
	top: -0.625rem;
	transform: translate(-50%, -50%);
	width: 15.625rem;
}

.recruit-outline__inner.inner {
	margin-top: 0;
	max-width: 72.5rem;
	padding-top: 7.5rem;
}

.recruit-section-title {
	display: flex;
	font-size: 1.875rem;
	font-weight: 700;
	gap: 1.125rem;
	justify-content: center;
	line-height: 1;
	margin-top: 3.1875rem;
}

.recruit-section-title.recruit-section-title--mt {
	margin-top: 5.875rem;
}

.recruit-section-title-border {
	border-right: 2px solid #22294a;
	display: block;
	padding-right: 1.125rem;
}

.yellow-under {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.yellow-under::after {
	background: linear-gradient(180deg, #ebf353 0%, #ebf353 100%);
	border-radius: 0.1875rem;
	bottom: 0.125rem;
	content: "";
	display: block;
	height: 0.4375rem;
	left: -0.4375rem;
	position: absolute;
	position: absolute;
	width: 95%;
	z-index: -1;
}

.recruit-outline__content {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-top: 2.5625rem;
	padding-bottom: 3.125rem;
}

.recruit-outline__dl {
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
	padding-top: 2.5625rem;
}

.recruit-outline__row {
	align-items: start;
	border-bottom: 1px solid #22294a;
	display: flex;
	gap: 3.3125rem;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.recruit-outline__row:last-child {
	border-bottom: none;
}

.recruit-outline__term span {
	background-color: #22294a;
	border-radius: 0.625rem;
	color: #fff;
	display: block;
	font-size: 0.9375rem;
	font-weight: 500;
	margin-left: 2.4375rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.recruit-outline__term {
	width: 16.5%;
}

.recruit-outline__desc {
	flex: 1;
	font-size: 0.9375rem;
	font-weight: 400;
}

.recruit-outline__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.recruit-outline__desc--mt {
	margin-top: 1.75rem;
}

.schedule__circle01.recruit__circle01 {
	left: calc(50% - min(43vw, 43.5625rem));
	top: 40%;
	transform: rotate(180deg);
	width: 13.0625rem;
}

.schedule__circle03.recruit__circle03 {
	right: calc(50% - min(39vw, 39rem));
	top: 54%;
}

.recruit__circle04 {
	left: calc(50% - min(55vw, 55.5625rem));
	position: absolute;
	top: -6%;
	width: 33.875rem;
	z-index: -1;
}

.recruit__circle05 {
	position: absolute;
	right: calc(50% - min(54vw, 54.5625rem));
	top: 22%;
	width: 15.6875rem;
	z-index: -1;
}

.recruit__circle06 {
	bottom: -11.5625rem;
	position: absolute;
	right: calc(50% - min(54vw, 54.5625rem));
	width: 33.875rem;
	z-index: -1;
}

.registration__lead {
	margin-top: 3.1875rem;
}

.registration__jc1 {
	background-color: #22294a;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.375rem;
	padding: 0 0.9375rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.registration__lead-desc {
	margin-top: 1.125rem;
}

.registration-menu {
	background-color: #a8e284;
	margin-top: 2.0625rem;
	overflow-x: clip;
	padding-bottom: 6.25rem;
	position: relative;
	z-index: 1;
}

.registration-menu::after {
	background-image: url(../images/common/registration-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.registration-menu::before {
	background-image: url(../images/common/icon-members.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 9.125rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 54.75rem;
}

.registration-menu__inner.inner {
	max-width: 72.5rem;
}

.registration__list {
	grid-gap: 3.75rem;
	display: grid;
	gap: 3.75rem;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 10.4375rem;
	position: relative;
}

.registration__list::after {
	border-bottom: 0.8125rem solid transparent;
	border-left: 1.375rem solid #22294a;
	border-top: 0.8125rem solid transparent;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	top: 64%;
	transform: translate(-50%, -50%);
	width: 0;
	z-index: 2;
}

.registration__item {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 2rem 2.1875rem 2.5rem;
	position: relative;
}

.registration__step {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 6.1875rem;
	display: flex;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 1.25rem;
	justify-content: center;
	left: 50%;
	padding-top: 1.375rem;
	position: absolute;
	top: 0;
	transform: translate(-50%, -40%);
	width: 6.25rem;
}

.registration__step-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.registration__step-title::after {
	background: linear-gradient(180deg, #ebf353 0%, #ebf353 100%);
	border-radius: 0.1875rem;
	bottom: 0.125rem;
	content: "";
	display: block;
	height: 0.4375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 116%;
	z-index: -1;
}

.registration__btns {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.875rem;
}

.registration__btn {
	border: 2px solid #22294a;
	border-radius: 0.625rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1.4375rem 0.625rem 3.5rem;
	position: relative;
	text-align: center;
	transition: border-color 0.3s, color 0.3s;
}

.registration__btn.registration__btn--long {
	padding: 0.875rem 0.625rem 1.875rem;
}

.registration__btn.registration__btn--long::after {
	bottom: 0.9375rem;
}

.registration__btn::after {
	-webkit-mask-image: url(../images/common/top-menu-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #b8b8b8;
	bottom: 1.875rem;
	content: "";
	display: block;
	height: 0.8125rem;
	left: 50%;
	mask-image: url(../images/common/top-menu-arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	transform: translateX(-50%);
	transition: background-color 0.3s;
	width: 5rem;
}

.registration__btn:hover::after {
	background-color: #22294a;
}

.registration__icon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	width: 13.9375rem;
}

.registration__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.registration__btn--main {
	background-color: #22294a;
	color: #fff;
	margin-top: 1rem;
}

.registration__btn--main::after {
	background-color: #fff;
}

.registration__btn--main:hover::after {
	background-color: #ebf353;
}

.registration-police {
	margin-top: 4.5rem;
	padding-bottom: 9.125rem;
}

.registration-police__title {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 3.625rem;
	text-align: center;
	text-transform: uppercase;
}

.registration-police__icon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	width: 3.875rem;
}

.registration-police__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.registration-police__btn {
	background-color: #22294a;
	border: 2px solid #22294a;
	border-radius: 0.625rem;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.0625rem;
	padding: 0rem 3.4375rem 0rem 1.75rem;
	position: relative;
	transition: background-color 0.3s, color 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.registration-police__btn:hover {
	background-color: #fff;
	color: #22294a;
}

.registration-police__btn::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	display: block;
	height: 1rem;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.6875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 0.625rem;
}

.registration-police__btn:hover::after {
	background-color: #22294a;
}

.registration-police__note {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.875rem;
	text-align: center;
}

.registration-fee {
	background-color: #c8edff;
	padding-bottom: 9.25rem;
	padding-top: 4.125rem;
}

.registration-fee__inner.inner {
	max-width: 72.5rem;
}

.registration-fee__content {
	display: flex;
	gap: 1.875rem;
	margin-top: 3rem;
}

.registration-fee__item {
	background-color: #fff;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 4.5rem 0.625rem 5.25rem;
	width: calc((100% - 1.25rem) / 2);
}

.registration-fee__item-title {
	font-size: 1.75rem;
	font-weight: 700;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.registration-fee__item-title::after {
	background-color: #22294a;
	bottom: 0;
	content: "";
	display: block;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 7.5rem;
}

.registration-fee__price {
	font-size: 4.375rem;
	font-weight: 700;
	line-height: 0.8571428571;
	margin-top: 1.0625rem;
	text-align: center;
}

.registration-fee__price span {
	font-size: 3.125rem;
	line-height: 1;
}

.registration-fee__note {
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 1.5625rem;
	text-align: center;
}

.registration-fee__graph {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.1875rem;
	width: 18.75rem;
}

.registration-fee__graph img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.registration-fee__graph.registration-fee__graph--mt {
	margin-top: 7rem;
}

.registration-fee__legend {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
}

.registration-fee__legend-item {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: start;
}

.registration-fee__legend-color {
	background-color: #97d96f;
	border-radius: 0.3125rem;
	display: block;
	height: 1.625rem;
	width: 1.625rem;
}

.registration-fee__legend-label {
	font-size: 1.375rem;
	line-height: 1.0909090909;
	width: 5.625rem;
}

.registration-fee__legend-desc {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.125;
}

.registration-fee__legend-item--operation .registration-fee__legend-color {
	background-color: #22294a;
}

.registration-fee__legend-item--management .registration-fee__legend-color {
	background-color: #98ccf2;
}

.registration-fee__legend-item--club-management2 .registration-fee__legend-color {
	background-color: #75abd3;
}

.registration-fee__legend-item--other .registration-fee__legend-color {
	background-color: #f8785a;
}

.registration-fee__legend-item--personnel .registration-fee__legend-color {
	background-color: #80b162;
}

.registration-fee__legend-item--miscellaneous .registration-fee__legend-color {
	background-color: #424e88;
}

.registration-fee__legend-item--club-operation .registration-fee__legend-color {
	background-color: #ca5d44;
}

.schedule {
	background-color: #fbfbfb;
	position: relative;
}

.page-inner {
	margin-top: 4.125rem;
	max-width: 74.375rem;
}

.page-section {
	overflow-x: clip;
	padding-bottom: 9.0625rem;
	padding-top: 6rem;
	position: relative;
	z-index: 1;
}

.page-title {
	font-size: 2.5rem;
	padding-bottom: 1rem;
	position: relative;
	text-align: center;
}

.page-title.js-fadeIn2 {
	opacity: 0;
}

.page-title::after {
	background-image: url(../images/common/page-title.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 8rem;
}

.section-lead {
	font-size: 0.9375rem;
	font-weight: 500;
	text-align: center;
}

.schedule__lead {
	margin-top: 2.9375rem;
}

.schedule__lead-desc {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.125rem;
	text-align: center;
}

.schedule__list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 3.3125rem;
}

.schedule__item a {
	background-color: #fff;
	border: 3px solid #629940;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.375rem 0.125rem;
	transition: background-color 0.3s;
}

.schedule__item a:hover {
	background-color: #dff6d1;
}

.schedule__item-icon {
	height: 4.875rem;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.schedule__item-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.schedule__item-title {
	color: #629940;
	flex: 1;
	font-size: 1.5rem;
	line-height: 1.25;
	margin-top: 0.625rem;
	position: relative;
	text-align: center;
}

.schedule__item-title::after {
	background-color: #629940;
	bottom: -0.5rem;
	content: "";
	display: block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.1875rem;
}

.schedule__item-en-title {
	color: #629940;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 0.9375rem;
	letter-spacing: 2px;
	line-height: 1.3333333333;
	margin-top: 1.0625rem;
	text-align: center;
	text-transform: uppercase;
}

.schedule__circle01 {
	left: calc(50% - min(54.4vw, 54.5625rem));
	position: absolute;
	top: 32%;
	width: 12.5rem;
	z-index: -1;
}

.schedule__circle02 {
	bottom: 0%;
	position: absolute;
	right: calc(50% - min(54.4vw, 54.5625rem));
	transform: rotate(180deg);
	width: 31.25rem;
	z-index: -1;
}

.schedule__circle03 {
	position: absolute;
	right: calc(50% - min(35.4vw, 35.5625rem));
	top: 9%;
	transform: rotate(180deg);
	width: 2.5rem;
	z-index: -1;
}

.section-title__en.section-title__en--small {
	font-size: 3.625rem;
}

.section-title__en {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 5rem;
	line-height: 1;
	text-transform: uppercase;
}

.section-title__en::first-letter {
	color: #629940;
}

.section-title__jp {
	color: #000;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1.375rem;
	padding-right: 1.25rem;
	position: relative;
}

.section-title__jp.section-title__jp--small {
	font-size: 1rem;
	margin-top: 0.625rem;
	padding-right: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.section-title__jp::before {
	background-color: #000000;
	content: "";
	display: block;
	height: 0.0625rem;
	position: absolute;
	right: 11%;
	top: 50%;
	transform: translateY(-50%);
	width: 61%;
}

.section-title__jp--small::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	aspect-ratio: 9/15;
	background-color: #629940;
	content: "";
	display: block;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.section-title__jp.section-title__jp--small::before {
	display: none;
}

.seminar__items {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 5rem;
}

.seminar__item {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 1.25rem;
	padding: 3rem 7.125rem;
}

.seminar__title {
	border-bottom: 1px solid #22294a;
	font-size: 1.375rem;
	font-weight: 700;
	padding-bottom: 0.875rem;
	position: relative;
}

.seminar__title::after {
	-webkit-mask-image: url(../images/common/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #22294a;
	content: "";
	display: block;
	height: 1rem;
	left: -2.375rem;
	mask-image: url(../images/common/icon-arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 0.6875rem;
	width: 0.625rem;
}

.seminar__text {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.125rem;
}

.seminar__link {
	background-color: #22294a;
	border-radius: 0.3125rem;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.75rem;
	padding: 0.125rem 1.25rem;
	transition: background-color 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.seminar__link:hover {
	background-color: #629940;
}

.seminar__content {
	margin-top: 2rem;
}

.seminar__content .wp-block-table {
	font-size: 0.9375rem;
	font-weight: 500;
}

.seminar__content .wp-block-table table {
	-webkit-text-size-adjust: 100%;
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
}

.seminar__content .wp-block-table table th,
.seminar__content .wp-block-table table td {
	border: 1px solid #ddd;
	padding: 0.75rem 1rem;
	vertical-align: middle;
}

.seminar__content h2 {
	background-color: #22294a;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 1.25rem;
	margin-top: 3.5rem;
	padding: 0rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.seminar__content p {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6666666667;
	margin-top: 1.4375rem;
}

.seminar__content a {
	background-image: linear-gradient(to right, #22294a 0%, #22294a 100%);
	background-position: center bottom 0rem;
	background-repeat: repeat-x;
	background-size: 100% 0.0625rem;
	display: inline;
	padding-bottom: 0.125rem;
	position: relative;
	text-indent: 0.15em;
	transition: all 0.3s;
	transition: color 0.3s;
}

.seminar__content a:hover {
	opacity: 0.7;
}

.seminar__content figure {
	margin-top: 2rem;
}

.seminar__content .text-small {
	font-size: 0.8125rem;
	line-height: 1.7692307692;
}

.seminar__title-wrapper {
	border-bottom: 1px solid #22294a;
	padding-bottom: 1.8125rem;
}

.seminar__singletitle {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2307692308;
	position: relative;
}

.seminar__singletitle::after {
	background-color: #22294a;
	content: "";
	display: block;
	height: 100%;
	left: -2.1875rem;
	position: absolute;
	top: 0;
	width: 0.3125rem;
}

.schedule__circle01.seminar__circle01 {
	left: calc(50% - min(51.4vw, 51.5625rem));
	top: 22%;
}

.schedule__circle02.seminar__circle02 {
	bottom: auto;
	top: 38%;
}

.schedule__circle02.seminar__circle04 {
	bottom: -11.6875rem;
	left: calc(50% - min(54.4vw, 54.5625rem));
	position: absolute;
}

.schedule__circle03.seminar__circle03 {
	top: 12.8125rem;
}

.nav {
	background-color: #fbfbfb;
	height: 100%;
	max-width: 43.75rem;
	overflow-y: auto;
	padding-bottom: 4.6875rem;
	padding-top: 6.5625rem;
	position: fixed;
	right: 0;
	top: 0;
	transform: translate(100%);
	transition: all 0.3s;
	width: 43.75%;
	z-index: 5000;
}

.nav.is-active {
	transform: translate(0);
}

.nav__logo {
	transition: opacity 0.3s;
}

.nav__logo:hover {
	opacity: 0.7;
}

.nav__logo-main {
	display: block;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 3.625rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.nav__logo-sub {
	display: block;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2857142857;
	margin-top: 0.4375rem;
	text-align: center;
}

.nav__items {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-top: 4.5625rem;
	min-height: calc(100vh - 11.25rem);
	width: 100%;
}

.nav__item a {
	background-color: #97d96f;
	border-radius: 1.25rem;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	line-height: 1.5333333333;
	margin-left: auto;
	margin-right: auto;
	padding: 0.4375rem;
	position: relative;
	text-align: center;
	transition: all 0.3s;
	width: 16.25rem;
}

.nav__item a::after {
	aspect-ratio: 8/13;
	background-image: url(../images/common/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.nav__item:not(:first-child) {
	margin-top: 1.4375rem;
}

.top-about {
	overflow-x: clip;
	padding-bottom: 4.375rem;
	padding-top: 6.25rem;
	position: relative;
}

.top-about__circle01 {
	display: none;
}

.top-about__circle02 {
	display: none;
}

.top-about__circle01 img,
.top-about__circle02 img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.top-about::after {
	background-image: url(../images/common/top-about-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.top-about__inner.inner {
	display: flex;
	gap: 4.375rem;
	max-width: 83.625rem;
}

.top-about__img {
	aspect-ratio: 5/7;
	overflow: hidden;
	position: relative;
	width: 31.25rem;
}

.top-about__img img {
	-o-object-fit: cover;
	height: 102%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-about__content {
	flex: 1;
	margin-top: 0.9375rem;
	position: relative;
}

.top-about__catch {
	font-size: 2.25rem;
	letter-spacing: 2px;
	line-height: 1.4444444444;
	margin-top: 3.5rem;
}

.top-about__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.875;
	margin-top: 1.25rem;
}

.top-about__btn a {
	margin-top: 3.25rem;
}

.top-contact {
	background-color: #97d96f;
	padding-bottom: 5.25rem;
	padding-top: 4.875rem;
	position: relative;
	z-index: 1;
}

.top-contact__inner.inner {
	max-width: 72.5rem;
}

.top-contact__header .section-title__en,
.top-contact__header .section-title__jp {
	color: #fff;
	text-align: center;
}

.top-contact__header .section-title__en:first-letter {
	color: #fff;
}

.top-contact__header .section-title__jp::before {
	display: none;
}

.top-contact__lead {
	color: #fff;
	font-size: 1rem;
	margin-top: 2.875rem;
	text-align: center;
}

.top-contact__content {
	grid-gap: 1.6875rem;
	display: grid;
	gap: 1.6875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.8125rem;
}

.top-contact__item {
	background-color: #fff;
}

.top-contact__item-link {
	display: block;
	padding: 3.125rem 1.25rem;
	transition: opacity 0.3s;
}

.top-contact__item-link:hover {
	opacity: 0.8;
}

.top-contact__item-title {
	font-size: 1.5rem;
	text-align: center;
}

.top-contact__item-icon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	width: 5.25rem;
}

.top-contact__item-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.top-contact__item--phone-weekday {
	padding: 1.75rem 2.625rem 1.25rem;
}

.top-contact__item-subtitle {
	font-size: 1.5rem;
	text-align: center;
	white-space: nowrap;
}

.top-contact__item-subtitle.top-contact__item-subtitle--holiday {
	color: #f8785a;
}

.top-contact__item-time {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	margin-top: 0.6875rem;
	text-align: center;
}

.top-contact__item-tel {
	display: block;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 2.125rem;
	margin-top: 0.25rem;
	text-align: center;
	transition: opacity 0.3s;
	white-space: nowrap;
}

.top-contact__item-tel:hover {
	opacity: 0.8;
}

.top-contact__item--phone-weekend {
	padding: 1.75rem 2.625rem 1.25rem;
}

.top-contact__item-day-title {
	background-color: #22294a;
	color: #fff;
	font-size: 1.5rem;
	padding: 0rem 0.3125rem;
	text-align: center;
}

.top-contact__item-day-title.top-contact__item-day-title--holiday {
	background-color: #f8785a;
}

.top-faq {
	overflow-x: clip;
	padding-bottom: 9.875rem;
	padding-top: 5.625rem;
	position: relative;
}

.top-faq__circle01 {
	position: absolute;
	right: calc(50% - min(30.4vw, 33.5625rem));
	top: 4.5625rem;
	transform: rotate(180deg);
	width: 1.875rem;
	z-index: -1;
}

.top-faq__circle02 {
	position: absolute;
	right: calc(50% - min(52.4vw, 52.5625rem));
	top: 29.75rem;
	width: 6.75rem;
	z-index: -1;
}

.top-faq__circle03 {
	bottom: -11.375rem;
	left: calc(50% - min(62.4vw, 60.5625rem));
	position: absolute;
	transform: rotate(180deg);
	width: 25.5rem;
	z-index: -1;
}

.top-faq__inner.inner {
	max-width: 72.5rem;
}

.top-faq__header {
	margin-left: auto;
	margin-right: auto;
	padding-left: 4.75rem;
	padding-right: 5.4375rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.top-faq__header .section-title__jp,
.top-faq__header .section-title__en {
	text-align: center;
}

.top-faq__header .section-title__jp::before {
	display: none;
}

.top-faq__header::after {
	aspect-ratio: 28/130;
	background-image: url(../images/common/icon-faq01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
}

.top-faq__header::before {
	aspect-ratio: 57/140;
	background-image: url(../images/common/icon-faq02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.5625rem;
}

.top-faq__content {
	display: flex;
	flex-direction: column;
	gap: 2.1875rem;
	margin-top: 3.625rem;
	position: relative;
}

.top-faq__content::after {
	background-image: url(../images/common/top-faq-bg.png);
	background-repeat: repeat-y;
	background-size: contain;
	content: "";
	display: block;
	height: 43.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -42%);
	width: 80rem;
	z-index: -2;
}

.page-faq__content.top-faq__content::after {
	display: none;
}

.faq__inner.inner {
	max-width: 83.75rem;
}

.top-faq__item {
	background-color: #f9f9f9;
	border-radius: 1.25rem;
}

.top-faq__details {
	cursor: pointer;
}

.top-faq__details summary {
	transition: all 0.3s ease;
}

.top-faq__summary {
	align-items: center;
	display: flex;
	padding: 1.25rem 2.5rem;
	transition: opacity 0.3s ease;
}

.top-faq__summary:hover {
	opacity: 0.8;
}

.top-faq__question {
	align-items: center;
	cursor: pointer;
	display: flex;
	padding: 1.25rem 2.5rem;
	transition: opacity 0.3s ease;
}

.top-faq__question:hover {
	opacity: 0.8;
}

.top-faq__question-icon {
	aspect-ratio: 1;
	display: block;
	position: relative;
	width: 2.5rem;
}

.top-faq__question-icon::after {
	background-image: url(../images/common/icon-q.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0%;
	width: 100%;
}

.top-faq__question-text {
	flex: 1;
	font-size: 1.5rem;
	margin-left: 1.25rem;
}

.top-faq__toggle-icon {
	display: block;
	height: 0.8125rem;
	position: relative;
	width: 1.375rem;
}

.top-faq__toggle-icon::after {
	-webkit-mask-image: url(../images/common/icon-toggle.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #22294a;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mask-image: url(../images/common/icon-toggle.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 0%;
	transform: rotate(180deg);
	transition: transform 0.3s ease;
	width: 100%;
}

.top-faq__question.open .top-faq__toggle-icon::after {
	transform: rotate(0deg);
}

.top-faq__answer {
	align-items: center;
	display: none;
	padding: 0 2.5rem 1.25rem;
}

.top-faq__answer-icon {
	aspect-ratio: 1;
	display: block;
	position: relative;
	width: 2.5rem;
}

.top-faq__answer-icon::after {
	background-image: url(../images/common/icon-a.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0%;
	width: 100%;
}

.top-faq__answer-text {
	color: #000;
	flex: 1;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 1.25rem;
	margin-right: 3.25rem;
}

.top-faq__btn {
	margin-top: 3.9375rem;
}

.top-faq__btn a {
	margin-left: auto;
	margin-right: auto;
}

.top-faq__answer-content {
	align-items: center;
	display: flex;
}

.top-menu {
	background-color: #a8e284;
	margin-top: 10.625rem;
	overflow-x: clip;
	padding-bottom: 6.25rem;
	position: relative;
	z-index: 1;
}

.top-menu::before {
	background-image: url(../images/common/icon-members.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 9.125rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 54.75rem;
}

.top-menu::after {
	background-image: url(../images/common/top-menu-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.top-menu__inner.inner {
	max-width: 74.25rem;
}

.top-menu__list {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, 1fr);
	padding-top: 9.5625rem;
}

.top-menu__link {
	background-color: #fff;
	border-radius: 1.25rem;
	display: block;
	padding-bottom: 4.8125rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	position: relative;
}

.top-menu__link::after {
	-webkit-mask-image: url(../images/common/top-menu-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #b8b8b8;
	bottom: 2.5rem;
	content: "";
	display: block;
	height: 0.8125rem;
	left: 50%;
	mask-image: url(../images/common/top-menu-arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	transform: translateX(-50%);
	transition: background-color 0.3s;
	width: 5rem;
}

.top-menu__link:hover::after {
	background-color: #22294a;
}

.top-menu__icon {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 6.1875rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -40%);
	width: 6.25rem;
}

.top-menu__icon img {
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

.top-menu__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.top-menu__title::after {
	background: linear-gradient(180deg, #ebf353 0%, #ebf353 100%);
	border-radius: 0.1875rem;
	bottom: 0.125rem;
	content: "";
	display: block;
	height: 0.4375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 116%;
	z-index: -1;
}

.top-menu__text {
	color: #7f7f7f;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.9375rem;
	text-align: center;
}

.top-news {
	margin-top: 5.625rem;
}

.top-news__inner.inner {
	display: flex;
	gap: 4.5rem;
	max-width: 72.5rem;
}

.top-news__content {
	flex: 1;
	padding-top: 1.125rem;
}

.top-news__link {
	color: #000;
	display: block;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 1rem;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	transition: opacity 0.3s;
}

.top-news__link:hover {
	opacity: 0.7;
}

.top-news__link::after {
	background-color: #22294a;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 5.6875rem);
}

.top-news__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 2.5rem;
}

.top-news__item a {
	align-items: center;
	display: flex;
	padding: 0.3125rem 0.625rem;
	position: relative;
	transition: all 0.3s;
}

.top-news__item a::after {
	background-color: #22294a;
	border-radius: 0.625rem;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s;
	visibility: hidden;
	width: 100%;
}

.top-news__item a:hover::after {
	opacity: 0.1;
	visibility: visible;
}

.top-news__meta {
	align-items: center;
	display: flex;
}

.top-news__date {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 1rem;
	font-weight: 500;
	width: 4.5rem;
}

.top-news__category {
	background-color: #22294a;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 500;
	margin-left: 1.5625rem;
	padding: 0.0625rem 0.75rem;
}

.top-news__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	flex: 1;
	font-size: 1rem;
	font-weight: 500;
	margin-left: 1.5625rem;
	margin-right: 6.25rem;
	overflow: hidden;
	width: -moz-fit-content;
	width: fit-content;
}

.top-service {
	background-color: #c9edff;
	overflow-x: clip;
	padding-bottom: 9.8125rem;
	padding-top: 0.6875rem;
	position: relative;
	z-index: 1;
}

.top-service::after {
	background-image: url(../images/common/top-service-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.top-service__img-wrap {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	transform: translate(9.6875rem, -8.1875rem);
}

.top-service__img01 {
	overflow: hidden;
	width: 23.75rem;
}

.top-service__img02 {
	overflow: hidden;
	width: 23.75rem;
}

.top-service__img01 img,
.top-service__img02 img {
	-o-object-fit: cover;
	height: 103%;
	object-fit: cover;
	width: 100%;
}

.inner.top-service__inner {
	align-items: end;
	display: flex;
	gap: 1.25rem;
	max-width: 72.25rem;
}

.top-service__btn {
	margin-top: 3.3125rem;
}

.top-service__img {
	aspect-ratio: 73/40;
	border-radius: 12.5rem 0 0 12.5rem;
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	position: relative;
	width: 66.6058394161%;
}

.top-service__img img {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.top-service__content {
	flex: 1;
	position: relative;
}

.top-service__circle01 {
	display: none;
}

.top-service__circle02 {
	display: none;
}

.u-font14 {
	font-size: 0.875rem;
}

.u-font16 {
	font-size: 1rem;
}

.u-font18 {
	font-size: 1.125rem;
}

.u-font20 {
	font-size: 1.25rem;
}

.u-font22 {
	font-size: 1.375rem;
}

.u-font24 {
	font-size: 1.5rem;
}

.u-font28 {
	font-size: 1.75rem;
}

.u-font32 {
	font-size: 2rem;
}

.u-font40 {
	font-size: 2.5rem;
}

.u-hover {
	transition: opacity 0.5s;
}

.u-hover:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}

.u-lh10 {
	line-height: 1;
}

.u-lh13 {
	line-height: 1.3;
}

.u-lh15 {
	line-height: 1.5;
}

.u-lh16 {
	line-height: 1.6;
}

.u-lh20 {
	line-height: 2;
}

.u-ls05 {
	letter-spacing: 0.05em;
}

.u-ls10 {
	letter-spacing: 0.1em;
}

.u-ls15 {
	letter-spacing: 0.15em;
}

.u-ls20 {
	letter-spacing: 0.2em;
}

.u-mt10 {
	margin-top: 10px !important;
	margin-top: 0.625rem !important;
}

.u-mt20 {
	margin-top: 20px !important;
	margin-top: 1.25rem !important;
}

.u-mt30 {
	margin-top: 30px !important;
	margin-top: 1.875rem !important;
}

.u-mt40 {
	margin-top: 40px !important;
	margin-top: 2.5rem !important;
}

.u-mt50 {
	margin-top: 50px !important;
	margin-top: 3.125rem !important;
}

.u-mt60 {
	margin-top: 60px !important;
	margin-top: 3.75rem !important;
}

.u-mt70 {
	margin-top: 70px !important;
	margin-top: 4.375rem !important;
}

.u-mt80 {
	margin-top: 80px !important;
	margin-top: 5rem !important;
}

.u-mt90 {
	margin-top: 90px !important;
	margin-top: 5.625rem !important;
}

.u-mt100 {
	margin-top: 100px !important;
	margin-top: 6.25rem !important;
}

.u-mt110 {
	margin-top: 110px !important;
	margin-top: 6.875rem !important;
}

.u-mt120 {
	margin-top: 120px !important;
	margin-top: 7.5rem !important;
}

.u-mt130 {
	margin-top: 130px !important;
	margin-top: 8.125rem !important;
}

.u-mt140 {
	margin-top: 140px !important;
	margin-top: 8.75rem !important;
}

.u-mt150 {
	margin-top: 150px !important;
	margin-top: 9.375rem !important;
}

.u-mt160 {
	margin-top: 160px !important;
	margin-top: 10rem !important;
}

.u-mt170 {
	margin-top: 170px !important;
	margin-top: 10.625rem !important;
}

.u-mt180 {
	margin-top: 180px !important;
	margin-top: 11.25rem !important;
}

.u-mt190 {
	margin-top: 190px !important;
	margin-top: 11.875rem !important;
}

.u-mt200 {
	margin-top: 200px !important;
	margin-top: 12.5rem !important;
}

.u-w300 {
	font-weight: 300;
}

.u-w400 {
	font-weight: 400;
}

.u-w500 {
	font-weight: 500;
}

.u-w600 {
	font-weight: 600;
}

.u-w700 {
	font-weight: 700;
}

.u-w900 {
	font-weight: 900;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {

img {
	image-rendering: -webkit-optimize-contrast;
}

}

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

.nav__item a:hover {
	background-color: #629840;
}

}

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

a[href^="tel:"] {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

}

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

.br-1920-more {
	display: none;
}

}

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

.br-1480-more {
	display: none;
}

}

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

.top-service__img {
	width: 59%;
}

}

@media (max-width: 1188px) {

html {
	font-size: 1.3468013468vw;
}

}

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

.br-1000-less {
	display: block;
}

.br-1000-more {
	display: none;
}

}

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

.admin-bar .header {
	top: 46px;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.br-768-less {
	display: block;
}

.br-768-more {
	display: none;
}

html {
	font-size: 16px;
	scroll-padding-top: 6.25rem;
}

.schedule__circle01.about__circle01 {
	display: none;
}

.schedule__circle02.about__circle02 {
	bottom: 0;
}

.schedule__circle03.about__circle03 {
	top: 7%;
}

.about__content-wrap {
	margin-top: 3.75rem;
	padding-bottom: 1.875rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 2rem;
}

.about__content-title {
	font-size: 1.125rem;
}

.about__content-text {
	font-size: 0.9375rem;
	line-height: 1.6;
	max-width: 31.25rem;
}

.about__content-text:not(:first-child) {
	margin-top: 1.25rem;
}

.about-work {
	padding-bottom: 6.25rem;
	padding-top: 4.375rem;
}

.about-work::after {
	display: none;
}

.about-work__inner.inner {
	max-width: 37.5rem;
}

.about-work__item-icon {
	bottom: -2.375rem;
	right: 0;
	top: auto;
}

.about-work__item-title.page-title {
	padding: 0.5rem 2.5rem 0.75rem;
	top: -3.75rem;
	width: 73%;
}

.about-work__item-list {
	gap: 0rem;
	grid-template-columns: repeat(1, 1fr);
	padding: 2rem 0.9375rem 2.5rem;
}

.about-work__item-item {
	border-bottom: 1px solid #000;
	border-right: none;
	padding: 1.75rem 1.875rem;
}

.about-work__item-item:last-child {
	border-bottom: none;
}

.about-work__item-number {
	font-size: 1.75rem;
}

.about-work__item-number::after {
	height: 1.5rem;
	width: 1.5rem;
}

.about-work__item-subtitle {
	font-size: 1.25rem;
}

.about-work__item-text {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 0.75rem;
}

.schedule__circle01.about-members__circle01 {
	right: calc(50% - min(64.4vw, 51.5625rem));
}

.schedule__circle02.about-members__circle02 {
	bottom: -12%;
	left: calc(50% - min(86.4vw, 59.5625rem));
	width: 18.75rem;
}

.schedule__circle03.about-members__circle03 {
	top: 4%;
}

.about-members__inner.inner {
	max-width: 37.5rem;
}

.about-members__dl {
	margin-top: 2.5rem;
}

.about-members__row {
	flex-wrap: wrap;
	font-size: 0.9375rem;
	gap: 0.3125rem 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.about-members__role {
	width: -moz-fit-content;
	width: fit-content;
}

.schedule__circle01.article__circle01 {
	display: none;
}

.schedule__circle02.article__circle02 {
	left: calc(50% - min(66.4vw, 77.5625rem));
}

.schedule__circle03.article__circle03 {
	top: 12%;
}

.article__item {
	margin-top: 3.75rem;
	padding-bottom: 2.125rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 2rem;
}

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

.article__back .btn::after {
	right: 2.625rem;
}

.breadcrumb {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 21.875rem;
	padding: 1.0625rem 3.1875rem 1.0625rem 1.25rem;
	text-align: center;
	width: 100%;
}

.btn::after {
	right: 6.25rem;
}

.schedule__circle01.business__circle01 {
	display: none;
}

.schedule__circle02.business__circle02 {
	bottom: -21%;
	left: calc(50% - min(66.4vw, 77.5625rem));
	right: auto;
}

.schedule__circle03.business__circle03 {
	top: 28%;
}

.business__lead-wrap {
	margin-top: 3.125rem;
	padding: 1.875rem 0.9375rem;
}

.business__lead.section-lead {
	font-size: 1.125rem;
}

.business__lead-text {
	font-size: 0.9375rem;
	line-height: 1.5714285714;
	margin-top: 1rem;
}

.business-purpose::after {
	display: none;
}

.business-purpose__inner.inner {
	max-width: 37.5rem;
}

.business-purpose__education-title {
	font-size: 1.25rem;
	padding: 0.625rem;
	text-align: center;
	width: 15rem;
}

.business-purpose__education-content {
	flex-direction: column;
	font-size: 1.125rem;
	gap: 0.9375rem;
	padding-bottom: 3.125rem;
	padding-top: 3.75rem;
	text-align: center;
}

.business-purpose__education-content::after {
	display: none;
}

.business-purpose__middle {
	flex-direction: column;
	margin-top: 2.5rem;
}

.business-purpose__company {
	width: 100%;
}

.business-purpose__company-title {
	font-size: 1.25rem;
	padding: 0.625rem;
}

.business-purpose__company-content {
	padding-bottom: 3.125rem;
	padding-top: 3.75rem;
}

.business-purpose__company-content::after {
	bottom: -1.3125rem;
	height: 2.125rem;
	left: 50%;
	right: auto;
	top: auto;
	transform: translate(-50%, 50%) rotate(90deg);
	width: 3.75rem;
}

.business-purpose__company-icon {
	width: 3.75rem;
}

.business-purpose__company-text {
	font-size: 1.125rem;
	margin-top: 0.9375rem;
}

.business-purpose__ksca {
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
	width: 100%;
}

.business-purpose__ksca-title {
	font-size: 1.25rem;
}

.business-purpose__ksca-logo {
	margin-top: 1rem;
	width: 9.375rem;
}

.business-purpose__community {
	margin-top: 0.75rem;
	width: 100%;
}

.business-purpose__community-title {
	font-size: 1.25rem;
	padding: 0.625rem;
}

.business-purpose__community-content {
	padding-bottom: 3.125rem;
	padding-top: 3.75rem;
}

.business-purpose__community-content::after {
	height: 2.125rem;
	left: 50%;
	top: -2.9375rem;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 3.75rem;
}

.business-purpose__community-icon {
	width: 3.75rem;
}

.business-purpose__community-text {
	font-size: 1.125rem;
	margin-top: 0.9375rem;
}

.business-purpose__bottom {
	margin-top: 5rem;
}

.business-purpose__steps {
	gap: 3.125rem;
	grid-template-columns: 1fr;
}

.business-purpose__step-number {
	font-size: 1.5rem;
	padding-top: 0.625rem;
	transform: translate(-50%, -46%);
	width: 5rem;
}

.business-purpose__step-number::before {
	height: 1.5rem;
	top: 38%;
	width: 1.5rem;
}

.business-purpose__step-title {
	font-size: 1rem;
}

.business-promotion {
	margin-top: 3.125rem;
	padding-bottom: 5rem;
}

.business-promotion__inner.inner {
	max-width: 37.5rem;
}

.schedule__circle01.business-promotion__circle01 {
	display: none;
}

.schedule__circle02.business-promotion__circle02 {
	left: calc(50% - min(75.4vw, 24.5625rem));
	right: auto;
}

.schedule__circle03.business-promotion__circle03 {
	bottom: 29%;
}

.business-promotion__video {
	margin-top: 2.5rem;
}

.business-promotion__wrap-title {
	font-size: 1.25rem;
	margin-top: 2.5rem;
}

.business-promotion__club {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.business-promotion__club-title {
	font-size: 1.25rem;
	padding-top: 2.5rem;
}

.business-promotion__club-item {
	flex-direction: column;
	gap: 1rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.business-promotion__club-label {
	width: 100%;
}

.business-promotion__club-label span {
	font-size: 0.875rem;
	margin-left: 0;
}

.business-promotion__club-content {
	font-size: 0.875rem;
}

.business-promotion__club-btn a {
	max-width: 21.875rem;
	padding: 1.0625rem 3.1875rem 1.0625rem 1.25rem;
}

.business-promotion__study {
	margin-top: 2.5rem;
	padding: 2.5rem 0.9375rem;
}

.business-promotion__study-text {
	font-size: 0.875rem;
}

.business-promotion__school-title {
	font-size: 1.25rem;
}

.business-promotion__sports-list {
	gap: 1.25rem 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 21.875rem;
}

.business-promotion__school-btn a {
	padding: 1.0625rem 1.375rem 1.0625rem 0.625rem;
}

.business-promotion__school-btn .btn::after {
	right: 0.625rem;
}

.cooperation__inner.inner {
	max-width: 37.5rem;
}

.cooperation__content {
	margin-top: 3.75rem;
}

.cooperation__content + .cooperation__content {
	margin-top: 5rem;
}

.cooperation__section-subtitle {
	font-size: 1.125rem;
}

.cooperation__section-title {
	font-size: 1.5rem;
	margin-top: 0.75rem;
}

.cooperation__wrap {
	margin-top: 2rem;
}

.cooperation__list {
	padding-bottom: 2rem;
	padding-top: 2rem;
	width: 90%;
}

.cooperation__item {
	font-size: 0.9375rem;
	line-height: 1.3333333333;
}

.cooperation__item a {
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.cooperation__item a::after {
	display: none;
}

.cooperation__circle01.schedule__circle01 {
	top: 28%;
}

.cooperation__circle02.schedule__circle02 {
	display: none;
}

.cooperation__circle04.schedule__circle02 {
	bottom: -6%;
	left: calc(50% - min(85.4vw, 29.5625rem));
	right: auto;
}

.page-error {
	padding: 9.375rem 0 5rem;
}

.page-error__title {
	font-size: 2rem;
	margin-bottom: 1.25rem;
}

.page-error__text {
	font-size: 1rem;
	margin-bottom: 1.875rem;
}

.page-error__btn {
	font-size: 0.875rem;
	padding: 0.75rem 1.5rem;
}

.faq__lead {
	font-size: 3.125rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.faq__lead::after {
	width: 1.25rem;
}

.faq__lead::before {
	width: 2.3125rem;
}

.page-faq__content-wrap {
	padding-bottom: 0;
}

.page-faq__content-wrap::after {
	display: none;
}

.schedule__circle01.faq__circle01 {
	display: none;
}

.schedule__circle02.faq__circle02 {
	display: none;
}

.faq__circle04.schedule__circle02 {
	right: calc(50% - min(77.4vw, 31.5625rem));
	top: -10.25rem;
}

.faq__circle03.schedule__circle03 {
	bottom: 1rem;
	left: calc(50% - min(45.4vw, 35.5625rem));
}

.footer {
	padding-bottom: 1.875rem;
	padding-top: 3.8125rem;
}

.footer__inner.inner {
	max-width: 37.5rem;
}

.footer__content {
	flex-direction: column;
	gap: 1.5625rem;
}

.footer__info {
	gap: 1.25rem;
}

.footer__logo {
	width: 6.25rem;
}

.footer__org {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 2.5rem;
}

.footer__nav {
	max-width: none;
	width: 100%;
}

.footer__nav-list {
	gap: 0.9375rem 4.375rem;
	grid-template-rows: repeat(4, 1fr);
}

.footer__copyright {
	margin-top: 1.375rem;
	text-align: left;
}

.footer__copyright small {
	font-size: 0.625rem;
	line-height: 1.4;
}

.fv {
	margin-top: 4.375rem;
	padding-bottom: 1.75rem;
	padding-top: 1.9375rem;
}

.fv::after {
	background-image: url(../images/common/fv-sp.png);
}

.fv__inner.inner {
	padding-left: 1.25rem;
}

.fv__title {
	font-size: 1.125rem;
	gap: 0.625rem;
	line-height: 1;
}

.fv__title span {
	padding: 0.375rem 0.3125rem;
}

.fv__copy {
	font-size: 2.0625rem;
	line-height: 1.303030303;
	margin-top: 19.25rem;
}

.hamburger {
	width: 1.875rem;
}

.header {
	height: 4.375rem;
}

.header__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__logoLink img {
	height: auto;
	width: 6.25rem;
}

.header__pc-nav {
	display: none;
}

.inner {
	max-width: 44.875rem;
	padding-left: 22px;
	padding-right: 22px;
}

.inquiry-title {
	margin-top: 5rem;
}

.inquiry-title .page-title {
	margin-top: 2.5rem;
}

.inquiry {
	margin-top: 3.125rem;
	padding-bottom: 5rem;
	padding-top: 1.875rem;
}

.schedule__circle01.inquiry__circle01 {
	right: calc(50% - min(83.4vw, 83.5625rem));
	top: -2%;
	width: 17.875rem;
}

.schedule__circle02.inquiry__circle02 {
	bottom: 31%;
}

.schedule__circle03.inquiry__circle03 {
	display: none;
}

.schedule__circle02.inquiry__circle04 {
	bottom: 1%;
}

.inquiry__inner.inner {
	max-width: 37.5rem;
}

.inquiry__title-wrap {
	border-left: 0.25rem solid #22294a;
	padding-left: 1.25rem;
}

.inquiry__title {
	font-size: 1.5rem;
}

.inquiry__sub-title {
	font-size: 0.875rem;
}

.inquiry__form-wrap {
	max-width: none;
	padding-bottom: 3.125rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 2.5rem;
}

.inquiry__group {
	align-items: flex-start;
	flex-direction: column;
	gap: 1rem;
	padding-bottom: 1rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1rem;
}

.inquiry__group.inquiry__group--textarea .inquiry__label-wrap {
	padding-top: 0;
}

.inquiry__label-wrap {
	width: 100%;
}

.inquiry__label {
	flex: none;
	font-size: 0.9375rem;
}

.inquiry__input,
.inquiry__textarea {
	padding: 0.625rem;
}

.inquiry__input::-moz-placeholder,
.inquiry__textarea::-moz-placeholder {
	font-size: 0.9375rem;
}

.inquiry__input::placeholder,
.inquiry__textarea::placeholder {
	font-size: 0.9375rem;
}

.inquiry__radio {
	font-size: 0.9375rem;
}

.inquiry__agree {
	font-size: 0.875rem;
}

input[type=checkbox] {
	height: 1rem;
	width: 1rem;
}

.wpcf7-form-control.wpcf7-radio.inquiry__radio {
	flex-direction: column;
	gap: 1rem;
}

.inquiry__contact {
	padding-bottom: 2.5rem;
	padding-top: 1rem;
}

.inquiry__contact-inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.inquiry__contact-item {
	align-items: flex-start;
	flex-direction: column;
	gap: 1rem;
	padding-left: 0;
	padding-right: 0;
}

.inquiry__contact-header {
	padding-left: 1.25rem;
	width: 100%;
}

.inquiry__contact-title {
	font-size: 1.125rem;
}

.inquiry__contact-header::after {
	height: 0.8125rem;
	top: 0.375rem;
	width: 0.5rem;
}

.inquiry__contact-time {
	font-size: 0.9375rem;
}

.inquiry__contact-phone {
	font-size: 1.875rem;
	line-height: 1.3333333333;
	padding-left: 1.25rem;
}

.inquiry__contact-note {
	font-size: 0.8125rem;
	line-height: 1.5384615385;
	margin-top: 0rem;
	padding-left: 0rem;
}

.inquiry__title-wrap.inquiry__title-wrap--mt {
	margin-top: 5rem;
}

.thanks__text {
	font-size: 1rem;
	line-height: 1.4444444444;
}

.schedule__circle02.thanks__circle02 {
	display: none;
}

.news__circle01.schedule__circle01 {
	display: none;
}

.schedule__circle02.news__circle02 {
	bottom: -4%;
	left: calc(50% - min(81.4vw, 24.5625rem));
}

.schedule__circle03.news__circle03 {
	left: auto;
	right: calc(50% - min(35.4vw, 35.5625rem));
	top: 7%;
}

.news__items {
	gap: 1.5625rem;
	margin-top: 3.75rem;
}

.news__link {
	padding: 1.875rem 1.25rem;
}

.news__date {
	font-size: 0.875rem;
}

.news__category {
	font-size: 0.8125rem;
	padding: 0 0.625rem;
}

.news__title {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.pagination {
	margin-top: 3.75rem;
}

.pagination__number {
	font-size: 1rem;
	height: 2.5rem;
	width: 2.5rem;
}

.schedule__circle01.privacy__circle01 {
	display: none;
}

.schedule__circle02.privacy__circle02 {
	display: none;
}

.schedule__circle03.privacy__circle03 {
	top: 9%;
}

.schedule__circle02.privacy__circle04 {
	bottom: -7.5%;
	left: calc(50% - min(65.4vw, 39.5625rem));
}

.privacy__inner.inner {
	max-width: 37.5rem;
}

.privacy__wrap {
	margin-top: 3.75rem;
	padding-bottom: 3.75rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 3.75rem;
}

.privacy__content {
	font-size: 0.9375rem;
}

.privacy__section {
	margin-top: 2rem;
}

.privacy__section + .privacy__section {
	margin-top: 2rem;
}

.privacy__section-title {
	border-bottom: 2px solid #e1e1e1;
	font-size: 1.25rem;
	padding-bottom: 0.5rem;
}

.privacy__section-text {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
	margin-top: 0.5rem;
}

.privacy__list {
	margin-left: 0.5rem;
}

.privacy__list-item + .privacy__list-item {
	margin-top: 0.375rem;
}

.privacy__list-item {
	padding-left: 0.625rem;
}

.privacy__list-item::before {
	height: 0.1875rem;
	width: 0.1875rem;
}

.privacy__contact-tel:hover {
	opacity: 0.8;
}

.recruit.page-section {
	padding-bottom: 7.5rem;
}

.section-lead.recruit__lead {
	margin-top: 2.5rem;
}

.section-lead.recruit__lead--mt {
	margin-top: 0.625rem;
}

.section-lead.recruit__lead--mb {
	margin-top: 1.5625rem;
}

.recruit__copy {
	font-size: 1.125rem;
	margin-top: 1.5625rem;
}

.recruit-outline {
	padding-bottom: 6.25rem;
}

.recruit-outline__icon {
	width: 12.5rem;
}

.recruit-outline__inner.inner {
	max-width: 37.5rem;
	padding-top: 5rem;
}

.recruit-section-title {
	flex-direction: column;
	font-size: 1.375rem;
	margin-top: 2.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.recruit-outline__content {
	margin-top: 1.875rem;
	padding-bottom: 2.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.recruit-outline__dl {
	padding-top: 1.875rem;
}

.recruit-outline__row {
	flex-direction: column;
	gap: 0.625rem;
}

.recruit-outline__term span {
	font-size: 0.875rem;
	margin-left: 0;
}

.recruit-outline__term {
	width: -moz-fit-content;
	width: fit-content;
}

.recruit-outline__desc {
	font-size: 0.875rem;
}

.recruit-outline__btn {
	margin-top: 2.5rem;
	width: 100%;
}

.recruit-outline__desc--mt {
	margin-top: 1.25rem;
}

.recruit__circle04 {
	display: none;
}

.recruit__circle05 {
	display: none;
}

.recruit__circle06 {
	bottom: -8.5625rem;
	left: calc(50% - min(69vw, 24.5625rem));
	width: 21.875rem;
}

.registration__lead {
	margin-top: 2rem;
}

.registration__jc1 {
	font-size: 1rem;
	margin-top: 1.75rem;
}

.registration__lead-desc {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

.registration-menu {
	padding-bottom: 5rem;
}

.registration-menu::after {
	background-image: url(../images/common/top-menu-bg-sp.png);
	background-size: contain;
	bottom: 0;
	height: 18.75rem;
	left: 0;
	right: auto;
	top: auto;
	transform: translate(-43%, 27%);
	width: 18.75rem;
}

.registration-menu::before {
	background-image: url(../images/common/icon-members-sp.png);
	transform: translate(-50%, -31%);
	width: 18.75rem;
}

.registration-menu__inner.inner {
	max-width: 37.5rem;
}

.registration__list {
	gap: 4.375rem;
	grid-template-columns: 1fr;
	padding-top: 7.5rem;
}

.registration__list::after {
	display: none;
}

.registration__step {
	width: 6rem;
}

.registration__btn {
	font-size: 1.125rem;
	padding: 1.4375rem 0.625rem 3.1875rem;
}

.registration__icon {
	width: 9.375rem;
}

.registration__btn--main {
	padding: 0.875rem 0.625rem 1.875rem;
}

.registration__btn--main::after {
	bottom: 0.9375rem;
}

.registration-police {
	margin-top: 3.75rem;
	padding-bottom: 5rem;
}

.registration-police__title {
	font-size: 2.5rem;
}

.registration-police__icon {
	width: 3.125rem;
}

.registration-police__btn {
	font-size: 1.125rem;
	padding: 0.125rem 2.5rem 0.125rem 1.25rem;
}

.registration-police__btn::after {
	right: 0.75rem;
}

.registration-police__note {
	font-size: 0.8125rem;
	margin-top: 1.5rem;
}

.registration-fee {
	padding-bottom: 5rem;
	padding-top: 3rem;
}

.registration-fee__inner.inner {
	max-width: 37.5rem;
}

.registration-fee__content {
	flex-direction: column;
}

.registration-fee__item {
	padding: 3.75rem 0.9375rem 3.75rem;
	width: 100%;
}

.registration-fee__item-title {
	font-size: 1.5rem;
	padding-bottom: 0.375rem;
}

.registration-fee__price {
	font-size: 3.125rem;
	margin-top: 0.75rem;
}

.registration-fee__price span {
	font-size: 2.25rem;
}

.registration-fee__note {
	font-size: 0.75rem;
	margin-top: 1.125rem;
}

.registration-fee__graph {
	margin-top: 2rem;
	width: 15.625rem;
}

.registration-fee__graph.registration-fee__graph--mt {
	margin-top: 2rem;
}

.registration-fee__legend {
	gap: 0.625rem;
	max-width: 17.1875rem;
}

.registration-fee__legend-item {
	flex-wrap: wrap;
	gap: 0.375rem 0.75rem;
}

.registration-fee__legend-color {
	height: 1.25rem;
	width: 1.25rem;
}

.registration-fee__legend-label {
	font-size: 1rem;
	line-height: 1.125;
}

.registration-fee__legend-desc {
	font-size: 0.875rem;
	line-height: 1.2857142857;
	width: 100%;
}

.page-inner {
	margin-top: 2.5rem;
	max-width: 37.5rem;
}

.page-section {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.page-title {
	font-size: 1.75rem;
}

.section-lead {
	font-size: 0.875rem;
}

.schedule__lead {
	margin-top: 2rem;
}

.schedule__lead-desc {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

.schedule__list {
	gap: 1.25rem 0.625rem;
	grid-template-columns: repeat(2, 1fr);
}

.schedule__item a {
	padding: 1.5625rem 0.125rem;
}

.schedule__item-icon {
	height: 3.75rem;
}

.schedule__item-title {
	font-size: 1.125rem;
	line-height: 1.3;
}

.schedule__item-en-title {
	font-size: 0.8125rem;
}

.schedule__circle02 {
	right: calc(50% - min(66.4vw, 77.5625rem));
	width: 18.75rem;
}

.schedule__circle03 {
	right: calc(50% - min(45.4vw, 35.5625rem));
	top: 7%;
}

.section-title__en.section-title__en--small {
	font-size: 3.125rem;
}

.section-title__en {
	font-size: 3.125rem;
}

.section-title__jp {
	font-size: 1.25rem;
	margin-top: 0.625rem;
}

.section-title__jp.section-title__jp--small {
	font-size: 0.9375rem;
}

.section-title__jp::before {
	right: 2%;
	width: 66%;
}

.section-title__jp--small::after {
	width: 0.4375rem;
}

.seminar__items {
	gap: 1.875rem;
	margin-top: 3.75rem;
}

.seminar__item {
	padding: 1.875rem 1.25rem;
}

.seminar__title {
	font-size: 1.125rem;
	padding-bottom: 0.625rem;
	padding-left: 1.5625rem;
}

.seminar__title::after {
	height: 0.8125rem;
	left: 0rem;
	top: 0.5rem;
	width: 0.5rem;
}

.seminar__text {
	font-size: 0.9375rem;
}

.seminar__link {
	font-size: 0.9375rem;
	margin-top: 1.25rem;
}

.seminar__content {
	margin-top: 1.5rem;
}

.seminar__content .wp-block-table {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

.seminar__content .wp-block-table table {
	min-width: 37.5rem;
	width: auto;
}

.seminar__content .wp-block-table table th,
.seminar__content .wp-block-table table td {
	font-size: 0.875rem;
	padding: 0.5rem 0.75rem;
	white-space: nowrap;
}

.seminar__content h2 {
	font-size: 1.125rem;
	margin-top: 2.5rem;
	padding: 0 0.9375rem;
}

.seminar__content p {
	margin-top: 1rem;
}

.seminar__content figure {
	margin-top: 1.5rem;
}

.seminar__title-wrapper {
	padding-bottom: 1.25rem;
}

.seminar__singletitle {
	font-size: 1.25rem;
	line-height: 1.4;
}

.seminar__singletitle::after {
	display: none;
}

.nav {
	padding-top: 4.6875rem;
	width: 100%;
}

.nav__logo-main {
	font-size: 2.5rem;
}

.nav__logo-sub {
	font-size: 0.75rem;
}

.nav__items {
	margin-top: 2.5rem;
	min-height: calc(100vh - 7.1875rem);
}

.top-about {
	padding-bottom: 8.125rem;
	padding-top: 5rem;
}

.top-about__circle01 {
	display: block;
	height: 1.5625rem;
	position: absolute;
	right: calc(50% - min(43.4vw, 10.5625rem));
	top: -4%;
	width: 1.5625rem;
}

.top-about__circle02 {
	aspect-ratio: 1;
	bottom: -4.625rem;
	display: block;
	left: -4.25rem;
	position: absolute;
	width: 11.25rem;
	z-index: -1;
}

.top-about::after {
	display: none;
}

.top-about__inner.inner {
	flex-direction: column;
	gap: 2.125rem;
	max-width: 37.5rem;
}

.top-about__img {
	aspect-ratio: 343/400;
	margin-left: calc(50% - 50vw);
	max-width: 34.375rem;
	position: relative;
	width: 98.2808022923%;
}

.top-about__catch {
	font-size: 1.625rem;
	line-height: 1.5384615385;
	margin-top: 2.5rem;
	white-space: nowrap;
}

.top-about__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 2rem;
}

.top-about__btn a {
	margin-top: 2.0625rem;
}

.top-contact {
	padding-bottom: 3.75rem;
	padding-top: 3.3125rem;
}

.top-contact__inner.inner {
	max-width: 37.5rem;
}

.top-contact__lead {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 1.25rem;
}

.top-contact__content {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.top-contact__item-link {
	padding: 1rem;
}

.top-contact__item-title {
	font-size: 1rem;
}

.top-contact__item-icon {
	margin-top: 1.0625rem;
	width: 3.75rem;
}

.top-contact__item--phone-weekday {
	padding: 1.75rem 2.625rem 0.625rem;
}

.top-contact__item-subtitle {
	font-size: 1.25rem;
	margin-top: 0.3125rem;
}

.top-contact__item-time {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 0.25rem;
}

.top-contact__item--phone-weekend {
	padding: 1.75rem 2.625rem 0.625rem;
}

.top-contact__item-day-title {
	font-size: 1.25rem;
}

.top-faq {
	padding-bottom: 3.8125rem;
}

.top-faq__circle01 {
	display: none;
}

.top-faq__circle02 {
	display: none;
}

.top-faq__circle03 {
	display: none;
}

.top-faq__inner.inner {
	max-width: 37.5rem;
}

.top-faq__header {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.top-faq__header::after {
	width: 1.25rem;
}

.top-faq__header::before {
	width: 2.3125rem;
}

.top-faq__content {
	margin-top: 3.125rem;
}

.top-faq__content::after {
	display: none;
}

.faq__inner.inner {
	max-width: 37.5rem;
}

.top-faq__details {
	pointer-events: none;
}

.top-faq__summary {
	cursor: default;
	padding: 0.9375rem 1.25rem;
	pointer-events: none;
}

.top-faq__question {
	padding: 0.625rem 1.25rem;
}

.top-faq__question-icon {
	width: 1.875rem;
}

.top-faq__question-text {
	font-size: 1rem;
	line-height: 1.375;
}

.top-faq__toggle-icon {
	height: 0.625rem;
	margin-left: 0.625rem;
	width: 1rem;
}

.top-faq__answer {
	padding: 0.625rem 1.25rem;
}

.top-faq__answer-icon {
	width: 1.875rem;
}

.top-faq__answer-text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-right: 0;
}

.top-faq__answer-content {
	align-items: start;
}

.top-menu {
	margin-top: 6.4375rem;
	padding-bottom: 5rem;
}

.top-menu::before {
	background-image: url(../images/common/icon-members-sp.png);
	transform: translate(-50%, -31%);
	width: 18.75rem;
}

.top-menu::after {
	background-image: url(../images/common/top-menu-bg-sp.png);
	background-size: contain;
	bottom: 0;
	height: 18.75rem;
	left: 0;
	right: auto;
	top: auto;
	transform: translate(-43%, 27%);
	width: 18.75rem;
}

.top-menu__inner.inner {
	max-width: 37.5rem;
}

.top-menu__list {
	gap: 4.6875rem;
	grid-template-columns: repeat(1, 1fr);
	padding-top: 7.25rem;
}

.top-menu__link {
	padding-bottom: 3.375rem;
}

.top-menu__link::after {
	bottom: 1.875rem;
}

.top-menu__icon {
	transform: translate(-50%, -46%);
	width: 6rem;
}

.top-menu__icon img {
	height: 2.5rem;
}

.top-menu__title {
	padding-top: 1.6875rem;
}

.top-menu__text {
	font-size: 0.9375rem;
	line-height: 1.6;
}

.top-news {
	margin-top: 3.3125rem;
}

.top-news__inner.inner {
	flex-direction: column;
	gap: 0;
	max-width: 37.5rem;
}

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

.top-news__list {
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.top-news__item a {
	align-items: start;
	flex-direction: column;
}

.top-news__category {
	font-size: 0.8125rem;
}

.top-news__item-title {
	font-size: 0.9375rem;
	margin-left: 0;
	margin-right: 0rem;
	margin-top: 0.1875rem;
}

.top-news__btn {
	margin-top: 2.5rem;
}

.top-service {
	padding-bottom: 5rem;
	padding-top: 25.8125rem;
}

.top-service::after {
	display: none;
}

.top-service__img-wrap {
	display: block;
	position: relative;
	position: absolute;
	right: 1.5625rem;
	top: -2.875rem;
	transform: translate(0, 0);
}

.top-service__img01 {
	aspect-ratio: 1;
	width: 13.75rem;
}

.top-service__img02 {
	aspect-ratio: 1;
	transform: translate(-4.8125rem, -1.875rem);
	width: 11.25rem;
}

.inner.top-service__inner {
	flex-direction: column;
	gap: 1.875rem;
	max-width: 37.5rem;
}

.top-service__btn {
	margin-top: 0.75rem;
	width: 100%;
}

.top-service__img {
	aspect-ratio: 337/229;
	max-width: 34.375rem;
	width: 96.5616045845%;
}

.top-service__circle01 {
	aspect-ratio: 1;
	display: block;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: -46%;
	transform: translateX(60%);
	width: 17.5rem;
	z-index: -1;
}

.top-service__circle02 {
	aspect-ratio: 1;
	bottom: -2.1875rem;
	display: block;
	left: -3.625rem;
	opacity: 0.4;
	position: absolute;
	width: 12.5rem;
	z-index: -1;
}

.u-mtSp10 {
	margin-top: 10px !important;
	margin-top: 0.625rem !important;
}

.u-mtSp20 {
	margin-top: 20px !important;
	margin-top: 1.25rem !important;
}

.u-mtSp30 {
	margin-top: 30px !important;
	margin-top: 1.875rem !important;
}

.u-mtSp40 {
	margin-top: 40px !important;
	margin-top: 2.5rem !important;
}

.u-mtSp50 {
	margin-top: 50px !important;
	margin-top: 3.125rem !important;
}

.u-mtSp60 {
	margin-top: 60px !important;
	margin-top: 3.75rem !important;
}

.u-mtSp70 {
	margin-top: 70px !important;
	margin-top: 4.375rem !important;
}

.u-mtSp80 {
	margin-top: 80px !important;
	margin-top: 5rem !important;
}

.u-mtSp90 {
	margin-top: 90px !important;
	margin-top: 5.625rem !important;
}

.u-mtSp100 {
	margin-top: 100px !important;
	margin-top: 6.25rem !important;
}

.u-mtSp110 {
	margin-top: 110px !important;
	margin-top: 6.875rem !important;
}

.u-mtSp120 {
	margin-top: 120px !important;
	margin-top: 7.5rem !important;
}

.u-mtSp130 {
	margin-top: 130px !important;
	margin-top: 8.125rem !important;
}

.u-mtSp140 {
	margin-top: 140px !important;
	margin-top: 8.75rem !important;
}

.u-mtSp150 {
	margin-top: 150px !important;
	margin-top: 9.375rem !important;
}

.u-mtSp160 {
	margin-top: 160px !important;
	margin-top: 10rem !important;
}

.u-mtSp170 {
	margin-top: 170px !important;
	margin-top: 10.625rem !important;
}

.u-mtSp180 {
	margin-top: 180px !important;
	margin-top: 11.25rem !important;
}

.u-mtSp190 {
	margin-top: 190px !important;
	margin-top: 11.875rem !important;
}

.u-mtSp200 {
	margin-top: 200px !important;
	margin-top: 12.5rem !important;
}

}

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

.br-500-less {
	display: block;
}

}

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

.br-414-less {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes scrollDown {

0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
}

50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
}

51% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
}

100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
}

}


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