body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Zen Old Mincho", serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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 body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

img {
	display: block;
	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=checkbox],
input[type=radio] {
	display: none;
}

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

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

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

.c-card {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-row: span 3;
	grid-template-rows: subgrid;
}

.c-card__meta {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.c-card__category {
	-webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2142857143;
	min-width: 4.25rem;
	padding-bottom: 0.3125rem;
	padding-left: 0.3125rem;
	padding-right: 0.5625rem;
	padding-top: 0.1875rem;
	text-align: center;
}

.c-card__category--red {
	background-color: #d75f6a;
}

.c-card__category--orange {
	background-color: #ea943e;
}

.c-card__category--green {
	background-color: #3e9338;
}

.c-card__category--blue {
	background-color: #3cadae;
}

.c-card__category--deep-blue {
	background-color: #3580c3;
}

.c-card__title {
	color: #231815;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.4;
}

.c-card__img {
	margin-top: 1.0625rem;
}

.c-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 395/245;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.c-card__description {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8125;
	margin-top: 0.75rem;
}

.c-column2 {
	grid-gap: prem(40);
	display: grid;
	gap: prem(40);
	grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
	gap: prem(60);
}

.c-column3 {
	grid-gap: prem(40);
	display: grid;
	gap: prem(40);
	grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
	grid-gap: prem(40);
	display: grid;
	gap: prem(40);
	grid-template-columns: repeat(4, 1fr);
}

.c-headline {
	border-left: 5px solid black;
	color: black;
	font-size: prem(24);
	font-weight: 700;
	padding-left: prem(20);
}

.c-hoverRun {
	-webkit-text-decoration: none;
	background-image: linear-gradient(90deg, black, black);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0 1px;
	color: black;
	display: inline;
	text-decoration: none;
	transition: background-size 0.5s;
}

.c-hoverUnderline {
	display: inline-block;
	position: relative;
}

.c-hoverUnderline::after {
	background: black;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease-in-out;
	width: 100%;
}

.c-imgHover {
	position: relative;
}

.c-imgHover img {
	transition: 0.5s opacity;
	width: prem(30);
}

.c-imgHover img:nth-of-type(2) {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.5s opacity;
}

.c-item {
	background-color: #fff;
	border-radius: 0.5rem;
	padding-bottom: 2.5rem;
	padding-left: 2.5rem;
	padding-right: 3.125rem;
	padding-top: 2rem;
}

.c-item__meta {
	align-items: center;
	display: flex;
	gap: 0.875rem;
}

.c-item__category {
	-webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
	background-color: #fac637;
	clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2142857143;
	min-width: 4.25rem;
	padding-bottom: 0.3125rem;
	padding-left: 0.3125rem;
	padding-right: 0.5625rem;
	padding-top: 0.1875rem;
	text-align: center;
}

.c-item__job {
	color: #231815;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}

.c-item__container {
	display: flex;
	gap: 2.6875rem;
	justify-content: center;
	margin-top: 1.0625rem;
}

.c-item__img {
	width: 48.5897435897%;
}

.c-item__img img {
	-o-object-fit: cover;
	aspect-ratio: 379/254;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.c-item__body {
	width: 51.2820512821%;
}

.c-item__title {
	color: #3cadae;
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 1.3636363636;
}

.c-item__info {
	color: #231815;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5714285714;
	margin-top: 1.0625rem;
}

.c-item__text {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8125;
	margin-top: 1.0625rem;
}

.c-link {
	line-height: 1;
	position: relative;
}

.c-link::after {
	background: url(../images/common/) center center/contain no-repeat;
	content: "";
	height: 1em;
	position: absolute;
	right: -1em;
	top: 0.3em;
	width: 1em;
}

.c-section-heading {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.c-section-heading__title {
	color: #231815;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
	text-transform: uppercase;
}

.c-section-heading__text {
	color: #3cadae;
	font-family: "Libre Caslon Text", serif;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
	translate: 0 0.125rem;
}

.c-section-title {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	text-align: center;
}

.c-section-title__en {
	color: #3cadae;
	font-family: "Libre Caslon Text", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-transform: uppercase;
}

.c-section-title__ja {
	color: #231815;
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 1.4;
}

.c-table {
	border: 1px solid #333;
	border-collapse: collapse;
	width: 100%;
}

.c-table__data,
.c-table__head {
	border: 1px solid #333;
	padding: prem(10);
	width: 50%;
}

.c-table__head {
	background-color: #eee;
	font-size: prem(16);
}

.c-table__data {
	font-size: prem(24);
}

.c-underBar {
	display: inline-block;
	position: relative;
}

.c-underBar::before {
	background-color: #333;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 1;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 100%;
}

.p-contact {
	background-color: #3cadae;
	padding-bottom: 1.625rem;
	padding-top: 2.4375rem;
	text-align: center;
}

.p-contact__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 1.2105263158;
}

.p-contact__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.4545454545;
	margin-top: 0.5rem;
}

.p-contact__address {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0.9375rem;
}

.p-contact__items {
	align-items: center;
	display: flex;
	gap: 1.5625rem;
	justify-content: center;
	margin-top: 1.3125rem;
}

.p-contact__item {
	color: #fff;
	font-family: "Libre Caslon Text", serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.1363636364;
}

.p-contact__item:first-child a {
	pointer-events: none;
}

.p-content-wrapper {
	background: url(../images/common/content-background-whole.webp) no-repeat center center/cover;
	overflow-x: clip;
}

.p-content-wrapper__inner.l-inner {
	display: flex;
	gap: 6.25rem;
	position: relative;
}

.p-content-wrapper__aside {
	position: sticky;
	top: 0;
	z-index: 2;
}

.p-cta {
	overflow-x: clip;
	padding-bottom: 2.1875rem;
	padding-top: 1.25rem;
	position: relative;
	z-index: 1;
}

.p-cta::before {
	background: url(../images/common/background-blue.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.p-cta__inner.l-inner {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	justify-content: center;
	max-width: 55.25rem;
}

.p-cta__img {
	flex: 0 0 23.9375rem;
}

.p-cta__img img {
	-o-object-fit: contain;
	aspect-ratio: 383/457;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-cta__buttons {
	grid-gap: 1.0625rem;
	display: grid;
	flex: 1 0 0;
	gap: 1.0625rem;
}

.p-cta__button a {
	background-color: #fff;
	border: 1px solid #00918F;
	border-radius: calc(infinity * 1px);
	color: #00918F;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4444444444;
	padding-bottom: 1.6875rem;
	padding-top: 1.625rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.p-cta__button a::before {
	-webkit-mask-image: url(../images/common/arrow_cta-button.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	aspect-ratio: 7/12;
	background-color: #00918F;
	content: "";
	mask-image: url(../images/common/arrow_cta-button.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.375rem;
	top: 50%;
	transition: 0.3s;
	translate: 0 -50%;
	width: 0.625rem;
}

.p-curriculum {
	max-width: 54.375rem;
	padding-bottom: 7.5rem;
	padding-top: 4.875rem;
}

.p-curriculum__text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 47.0625rem;
}

.p-curriculum__items {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	margin-top: 2.875rem;
}

.p-curriculum__details {
	background-color: #fff;
	border-radius: 0.625rem;
}

.p-curriculum__summary {
	background-color: #3cadae;
	border-radius: 0.625rem;
	padding-bottom: 1.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 1.125rem;
	text-align: center;
}

.p-curriculum__item:first-child .p-curriculum__summary {
	background-color: #87C1C3;
}

.p-curriculum__item:nth-child(2) .p-curriculum__summary {
	background-color: #6EB7B9;
}

.p-curriculum__item:last-child .p-curriculum__summary {
	background-color: #00918F;
}

.p-curriculum__item-heading {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
}

.p-curriculum__item-heading::before {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1.8125rem;
}

.p-curriculum__item-heading span {
	display: block;
	position: relative;
	transition: rotate 0.3s;
}

.p-curriculum__item-heading span::before,
.p-curriculum__item-heading span::after {
	background-color: #3cadae;
	content: "";
	height: 2px;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transition: rotate 0.3s;
	translate: 0 -50%;
	width: 0.8125rem;
}

.p-curriculum__item-heading span::after {
	rotate: -90deg;
}

.p-curriculum__details[open] .p-curriculum__item-heading span::after {
	rotate: 0deg;
}

.p-curriculum__summary-text {
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 0.625rem;
}

.p-curriculum__summary-text span {
	display: inline-block;
}

.p-curriculum__summary-text.p-curriculum__summary-text--sp {
	display: none;
}

.p-curriculum__dgx-items {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 0.625rem;
}

.p-curriculum__dgx-item {
	width: 33.3333333333%;
}

.p-curriculum__dgx-item:not(:first-child) {
	position: relative;
}

.p-curriculum__dgx-item:not(:first-child)::before {
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: -1.375rem;
	position: absolute;
	top: 0;
	width: 0.0625rem;
}

.p-curriculum__dgx-item-heading {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.p-curriculum__dgx-item-text {
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.625rem;
	text-align: left;
}

.p-curriculum__content {
	background-color: #fff;
	border-radius: 0 0 0.625rem 0.625rem;
	padding-bottom: 1.875rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	padding-top: 1.25rem;
}

.p-curriculum__content-text {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8333333333;
}

.p-curriculum__sp-content {
	display: none;
}

.p-curriculum__sp-content-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
}

.p-curriculum__sp-content-item:not(:first-child) {
	position: relative;
}

.p-curriculum__sp-content-item:not(:first-child)::before {
	background: url(../images/common/dotted_blue_vertical.png) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: -0.875rem;
	position: absolute;
	top: 0;
	width: 1px;
}

.p-curriculum__sp-content-heading {
	color: #3cadae;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.3;
	min-width: 5.375rem;
}

.p-curriculum__sp-content-item-text {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.4615384615;
}

.p-curriculum__item-img {
	margin-top: 1.875rem;
}

.p-curriculum__item-img img {
	-o-object-fit: contain;
	aspect-ratio: 826/555;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-curriculum__item-img--pc {
	display: block;
}

.p-curriculum__item-img--sp {
	display: none;
}

.p-curriculum__summary-note {
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	margin-top: 0.625rem;
}

.p-curriculum__memo {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.4615384615;
	margin-top: 2.1875rem;
	text-align: center;
}

.p-curriculum__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.25rem;
	max-width: 25rem;
}

.p-curriculum__button a {
	background-color: #fff;
	border: 1px solid #00918F;
	border-radius: calc(infinity * 1px);
	color: #00918F;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4444444444;
	padding-bottom: 1.6875rem;
	padding-left: 0.625rem;
	padding-right: 2.5rem;
	padding-top: 1.6875rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.p-curriculum__button a::before {
	aspect-ratio: 30/32;
	background: url(../images/common/pdf.svg) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: 2.125rem;
	top: 50%;
	translate: 0 -50%;
	width: 1.875rem;
}

.p-featured-class {
	padding-bottom: 0;
	padding-top: 5rem;
}

.p-featured-class__items {
	grid-column-gap: 4.6875rem;
	-moz-column-gap: 4.6875rem;
	grid-row-gap: 5.125rem;
	column-gap: 4.6875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.375rem;
	max-width: 54.8125rem;
	row-gap: 5.125rem;
}

.p-featured-class__column {
	background-color: #3cadae;
	border-radius: 0.5rem;
	display: flex;
	gap: 1.6875rem;
	margin-top: 5rem;
	max-width: 54.375rem;
	padding-bottom: 2.375rem;
	padding-left: 2.25rem;
	padding-right: 1.875rem;
	padding-top: 1.625rem;
	position: relative;
}

.p-featured-class__column::before {
	aspect-ratio: 1;
	background: url(../images/common/column-ornament.png) no-repeat center center/cover;
	border: 1px solid rgba(112, 112, 112, 0.5);
	border-radius: 50%;
	box-shadow: 1.875rem 1.875rem 1rem rgba(0, 0, 0, 0.5);
	content: "";
	left: -1.125rem;
	position: absolute;
	top: -1.125rem;
	width: 7.125rem;
}

.p-featured-class__column-img {
	flex: 0 0 15.5rem;
	padding-top: 3.75rem;
}

.p-featured-class__column-img img {
	-o-object-fit: cover;
	aspect-ratio: 248/252;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-featured-class__column-body {
	flex: 1 0 0;
}

.p-featured-class__column-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.p-featured-class__column-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6875;
	margin-top: 1.3125rem;
}

.p-featured-class__questionnaire {
	margin-top: 8.3125rem;
}

.p-footer {
	padding-bottom: 0.9375rem;
	padding-top: 0.4375rem;
	text-align: center;
}

.p-footer__copyright {
	color: #231815;
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.4166666667;
}

.p-fv {
	padding-top: 5.625rem;
}

.p-fv__img img {
	-o-object-fit: cover;
	aspect-ratio: 1600/808;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-graduate {
	max-width: 54.375rem;
	padding-bottom: 5.375rem;
	padding-top: 7.625rem;
}

.p-graduate__memo {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.3571428571;
	margin-top: 1.25rem;
	text-align: center;
}

.p-graduate__items {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	margin-top: 4.75rem;
}

.p-graduate__available-licenses {
	background-color: #3cadae;
	border-radius: 0.5rem;
	margin-top: 1.875rem;
	padding-bottom: 1.5625rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.5rem;
}

.p-graduate__available-licenses-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.45;
}

.p-graduate__available-licenses-list {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-top: 0.75rem;
}

.p-graduate__available-licenses-item {
	border: 1px solid #fff;
	border-radius: 0.4375rem;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.1578947368;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.4375rem;
	text-align: center;
}

.p-graduate__available-licenses-item:first-child {
	min-width: 11.0625rem;
}

.p-graduate__available-licenses-item:nth-child(2) {
	min-width: 14.875rem;
}

.p-graduate__available-licenses-item:last-child {
	min-width: 20.3125rem;
}

.p-graduate__licence-details {
	display: flex;
	gap: 1.0625rem;
	margin-top: 1.0625rem;
}

.p-graduate__licence-item {
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6875;
}

.p-graduate__licence-text {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.75rem;
	padding-left: 1em;
	text-indent: -1em;
}

.p-header {
	background-color: transparent;
	height: 6.25rem;
	transition: 0.3s;
}

.p-header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 2.1875rem;
}

.p-header__logo {
	max-width: 16.625rem;
	padding-top: 1.3125rem;
	width: 100%;
}

.p-header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
	transition: 0.3s;
}

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

.p-header__nav {
	height: inherit;
}

.p-header__nav-list {
	display: flex;
	height: inherit;
}

.p-header__nav-item {
	height: inherit;
	position: relative;
}

.p-header__nav-item:not(:first-child)::before {
	background-color: #fff;
	content: "";
	height: 84.693877551%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-header__nav-item a {
	align-items: center;
	background-color: #3cadae;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	width: 8.75rem;
}

.p-header__nav-item:first-child a {
	border-bottom-left-radius: 1.75rem;
}

.p-header__nav-item-img img {
	-o-object-fit: contain;
	aspect-ratio: 60/47;
	height: auto;
	object-fit: contain;
	transition: 0.3s;
	width: 100%;
}

.p-header__nav-item-img {
	max-width: 3.75rem;
}

.p-header__nav-text {
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: -0.08em;
	line-height: 1.4166666667;
	text-align: center;
	transition: 0.3s;
}

.p-header__nav-item:not(:first-child) .p-header__nav-text {
	letter-spacing: normal;
}

.p-header.UpMove {
	animation: UpAnime 0.5s forwards;
}

.p-header.DownMove {
	animation: DownAnime 0.5s forwards;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0px;
}

.p-highlights {
	max-width: 54.375rem;
	padding-bottom: 5rem;
	padding-top: 7.5rem;
}

.p-highlights__text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 51.3125rem;
}

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

.p-highlights__item + .p-highlights__item {
	margin-top: 1.875rem;
}

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

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

.p-highlights__summary {
	cursor: default;
	pointer-events: none;
}

.p-highlights__item:first-child .p-highlights__item-heading {
	background-color: #3e9338;
}

.p-highlights__item:first-child .p-highlights__sp-summary {
	border-color: #3e9338;
}

.p-highlights__item:first-child .p-highlights__item-content {
	border-color: #3e9338;
}

.p-highlights__item:first-child .p-highlights__content-subject {
	background-color: #3e9338;
}

.p-highlights__item:first-child .p-highlights__content-headline {
	background-color: #3e9338;
}

.p-highlights__item:nth-child(2) .p-highlights__item-heading {
	background-color: #ea943e;
}

.p-highlights__item:nth-child(2) .p-highlights__sp-summary {
	border-color: #ea943e;
}

.p-highlights__item:nth-child(2) .p-highlights__item-content {
	border-color: #ea943e;
}

.p-highlights__item:nth-child(2) .p-highlights__content-subject {
	background-color: #ea943e;
}

.p-highlights__item:nth-child(2) .p-highlights__content-headline {
	background-color: #ea943e;
}

.p-highlights__item:nth-child(2) .p-highlights__subject-wrapper::before {
	background: url(../images/common/dotted_orange.png) no-repeat center center/cover;
}

.p-highlights__item:nth-child(3) .p-highlights__item-heading {
	background-color: #d75f6a;
}

.p-highlights__item:nth-child(3) .p-highlights__sp-summary {
	border-color: #d75f6a;
}

.p-highlights__item:nth-child(3) .p-highlights__item-content {
	border-color: #d75f6a;
}

.p-highlights__item:nth-child(3) .p-highlights__content-subject {
	background-color: #d75f6a;
}

.p-highlights__item:nth-child(3) .p-highlights__content-headline {
	background-color: #d75f6a;
}

.p-highlights__item:nth-child(3) .p-highlights__subject-wrapper::before {
	background: url(../images/common/dotted_red.png) no-repeat center center/cover;
}

.p-highlights__item-heading {
	border-radius: 0.5rem 0.5rem 0 0;
	padding-bottom: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.5rem;
	position: relative;
}

.p-highlights__item-heading .p-highlights__item-heading-small {
	font-size: 0.875rem;
	font-weight: 400;
}

.p-highlights__item-heading-text {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.5rem;
	justify-content: center;
	text-align: center;
}

.p-highlights__sp-summary {
	display: none;
}

.p-highlights__item-content {
	background-color: #fff;
	border: 3px solid #3e9338;
	border-radius: 0 0 0.5rem 0.5rem;
	border-top: none;
	display: flex;
	gap: 3.5rem;
	justify-content: center;
	padding-bottom: 1.5rem;
	padding-left: 3rem;
	padding-right: 2.375rem;
	padding-top: 1.125rem;
}

.p-highlights__item-text {
	color: #231815;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.8235294118;
	padding-top: 1rem;
	width: 50%;
}

.p-highlights__item-container {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	width: 50%;
}

.p-highlights__subject-wrapper {
	position: relative;
}

.p-highlights__subject-wrapper::before {
	background: url(../images/common/dotted_green.png) no-repeat center center/cover;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
}

.p-highlights__content-subject {
	-webkit-clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
	clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-highlights__content-text-wrapper {
	display: flex;
	gap: 1.25rem;
}

.p-highlights__content-text {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5294117647;
	margin-top: 0.5rem;
}

.p-highlights__content:last-child .p-highlights__content-text {
	margin-top: 0.875rem;
}

.p-highlights__content-headline {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.5rem;
	justify-content: center;
	padding-bottom: 0.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.25rem;
	text-align: center;
}

.p-highlights__content-headline span {
	font-size: 0.875rem;
	font-weight: 400;
}

.p-message {
	margin-left: auto;
	margin-right: auto;
	max-width: 51.25rem;
	padding-bottom: 8.625rem;
	padding-top: 8.625rem;
	position: relative;
	z-index: 1;
}

.p-message::before {
	background-color: rgba(255, 255, 255, 0.45);
	content: "";
	height: 100%;
	left: calc(50% - 9.375rem);
	position: absolute;
	top: 0;
	translate: -50% 0;
	width: 110vw;
	z-index: -1;
}

.p-message__main {
	color: #231815;
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 1.8571428571;
	margin-top: 3.125rem;
	text-align: center;
}

.p-message__main span {
	position: relative;
}

.p-message__main span::before {
	aspect-ratio: 1;
	background: url(../images/common/by.png) no-repeat center center/cover;
	content: "";
	left: -2.3125rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.4375rem;
}

.p-message__text {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.9411764706;
	margin-top: 3.875rem;
	text-align: center;
}

.p-message__img-wrap {
	margin-top: 3.375rem;
	position: relative;
}

.p-message__img {
	opacity: 0;
}

.p-message__img img {
	-o-object-fit: cover;
	aspect-ratio: 820/420;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-message__president-infomation {
	background-color: #b6dad9;
	border-radius: 0.5rem;
	bottom: -1.9375rem;
	max-width: 21rem;
	opacity: 0;
	padding-bottom: 1.125rem;
	padding-left: 1.6875rem;
	padding-right: 1.6875rem;
	padding-top: 1.6875rem;
	position: absolute;
	right: -1.5625rem;
}

.p-message__president-position {
	color: #231815;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.4166666667;
}

.p-message__president-name {
	color: #231815;
	display: inline-block;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.4210526316;
	margin-left: 0.9375rem;
}

.p-message__profile {
	color: #3cadae;
	display: inline-block;
	font-family: "Libre Caslon Text", serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 1.3125rem;
	text-transform: uppercase;
}

.p-message__profile-text {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6428571429;
	margin-top: 0.5625rem;
}

.p-message__president-text-container {
	margin-top: 3.9375rem;
}

.p-message__president-message-text {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
}

.p-message__more-button {
	color: #3cadae;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.3333333333;
	margin-top: 1.4375rem;
	text-align: center;
	width: 100%;
}

.p-message__more-button span {
	display: inline-block;
	padding-right: 1.5rem;
	position: relative;
}

.p-message__more-button span::before {
	aspect-ratio: 1;
	background: url(../images/common/arrow_more.svg) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transition: transform 0.3s;
	translate: 0 -50%;
	width: 1.25rem;
}

.p-message__more-button.is-open span::before {
	transform: rotate(180deg);
}

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

.p-message__movie-text {
	color: #231815;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
}

.p-message__youtube {
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.8125rem;
	max-width: 35rem;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.p-message__youtube iframe {
	-o-object-fit: cover;
	aspect-ratio: 560/315;
	height: auto;
	object-fit: cover;
	pointer-events: none;
	width: 100%;
}

.p-model {
	padding-bottom: 7.5rem;
	padding-top: 5.8125rem;
	position: relative;
	z-index: 1;
}

.p-model::before {
	background-color: rgba(255, 255, 255, 0.45);
	content: "";
	height: 100%;
	left: calc(50% - 9.375rem);
	position: absolute;
	top: 0;
	translate: -50% 0;
	width: 110vw;
	z-index: -1;
}

.p-model__text {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.4615384615;
	margin-top: 2.25rem;
}

.p-model__img {
	margin-top: 3.375rem;
	opacity: 0;
}

.p-model__img img {
	-o-object-fit: contain;
	aspect-ratio: 1000/734;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-oc {
	max-width: 61.375rem;
	padding-bottom: 8.9375rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 1;
}

.p-oc::before {
	background-color: rgba(255, 255, 255, 0.45);
	content: "";
	height: 100%;
	left: calc(50% - 9.375rem);
	position: absolute;
	top: 0;
	translate: -50% 0;
	width: 110vw;
	z-index: -1;
}

.p-oc__title {
	color: #231815;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
	text-align: center;
}

.p-oc__banner {
	margin-top: 2.75rem;
}

.p-oc__banner a {
	transition: opacity 0.3s;
}

.p-oc__banner img {
	-o-object-fit: contain;
	aspect-ratio: 982/259;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-oc__schedule {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.75rem;
	max-width: 37.875rem;
}

.p-oc__schedule img {
	-o-object-fit: contain;
	aspect-ratio: 606/98;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-oc__map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 54.375rem;
}

.p-oc__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 870/348;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-other-departments {
	margin-left: auto;
	margin-right: auto;
	max-width: 57.625rem;
	padding-bottom: 5.875rem;
	padding-top: 5.875rem;
}

.p-other-departments__title {
	color: #231815;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
	text-align: center;
}

.p-other-departments__items {
	grid-gap: 1.125rem;
	display: grid;
	gap: 1.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3rem;
}

.p-other-departments__item {
	grid-gap: 0;
	border-radius: 0.5rem;
	display: grid;
	gap: 0;
	grid-row: span 4;
	grid-template-rows: subgrid;
	padding-bottom: 3.375rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.875rem;
	position: relative;
	transition: opacity 0.3s, translate 0.3s;
}

.p-other-departments__item-indicator {
	background-color: #fff;
	border-radius: 0.25rem;
	bottom: 0.875rem;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 0.375rem;
	position: absolute;
	right: 1rem;
}

.p-other-departments__item-indicator--psychology {
	color: #d75f6a;
}

.p-other-departments__item-indicator--education {
	color: #3580c3;
}

.p-other-departments__item--psychology {
	background-color: #d75f6a;
}

.p-other-departments__item--education {
	background-color: #3580c3;
}

.p-other-departments__item-title {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.1;
	text-align: center;
}

.p-other-departments__item-title span {
	font-size: 0.9375rem;
	line-height: 1.4666666667;
}

.p-other-departments__img {
	margin-top: 0.875rem;
}

.p-other-departments__img img {
	-o-object-fit: cover;
	aspect-ratio: 388/230;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-other-departments__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-other-departments__qualifications {
	margin-top: 1.4375rem;
}

.p-other-departments__qualification-heading {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	position: relative;
}

.p-other-departments__qualification-heading::after {
	border-top: 1px dotted #fff;
	content: "";
	flex: 1;
	height: 0;
}

.p-other-departments__qualification-list-wrap {
	display: flex;
	gap: 0.625rem;
}

.p-other-departments__qualification-list {
	width: -moz-fit-content;
	width: fit-content;
}

.p-other-departments__qualification-heading,
.p-other-departments__qualification-item {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.4666666667;
}

.p-overview {
	padding-bottom: 6.25rem;
	padding-right: 9.6875rem;
	padding-top: 5.25rem;
	position: relative;
	z-index: 1;
}

.p-overview::before {
	background: url(../images/common/background-blue.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: calc(50% - 9.375rem);
	position: absolute;
	top: 0;
	translate: -50% 0;
	width: 110vw;
	z-index: -1;
}

.p-overview__title {
	color: #231815;
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

.p-overview__text.u-base {
	color: #231815;
	line-height: 2;
	margin-top: 2.25rem;
	text-align: center;
}

.p-overview__img {
	margin-top: 4.375rem;
	opacity: 0;
	transform: translateY(1.25rem);
}

.p-overview__img img {
	-o-object-fit: contain;
	aspect-ratio: 820/273;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-page-top {
	background-color: #3cadae;
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: 1.5rem;
	box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
	display: block;
	height: 4.375rem;
	position: fixed;
	right: 1.5rem;
	width: 4.375rem;
	z-index: 99;
}

.p-page-top::before {
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	content: "";
	height: 1.125rem;
	left: 55%;
	position: absolute;
	top: 25%;
	transform: rotate(-45deg) translate(-50%, -50%);
	width: 1.125rem;
}

.p-page-top::after {
	color: #fff;
	content: "上へ戻る";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.03em;
	line-height: 1.5;
	position: absolute;
	top: 62%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.p-prospects {
	max-width: 54.375rem;
	padding-bottom: 9.5625rem;
	padding-top: 5.4375rem;
}

.p-prospects__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.3125rem;
	max-width: 45.9375rem;
	opacity: 0;
	transform: translateY(1.25rem);
}

.p-prospects__img img {
	-o-object-fit: contain;
	aspect-ratio: 735/386;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-prospects__img-caption {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.4166666667;
	margin-top: 0.625rem;
	text-align: right;
}

.p-prospects__detail {
	background-color: #fff;
	border-left: 0.625rem solid #3cadae;
	margin-top: 2.3125rem;
	padding-bottom: 1.8125rem;
	padding-left: 3.5rem;
	padding-right: 3.1875rem;
	padding-top: 1.75rem;
}

.p-prospects__detail-headline {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.1578947368;
}

.p-prospects__detail-text-wrap {
	grid-gap: 0.6875rem;
	display: grid;
	gap: 0.6875rem;
	margin-top: 1.4375rem;
}

.p-prospects__detail-text {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6875;
}

.p-quality {
	padding-bottom: 5rem;
	padding-right: 9.375rem;
	padding-top: 7.5rem;
}

.p-quality__message {
	color: #231815;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.6666666667;
	margin-top: 3.75rem;
	text-align: center;
}

.p-quality__text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	max-width: 43.4375rem;
}

.p-quality__img-wrapper {
	margin-top: 2.1875rem;
	padding-left: 3.125rem;
}

.p-quality__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 32.75rem;
	opacity: 0;
	transform: translateY(1.25rem);
}

.p-quality__img img {
	-o-object-fit: contain;
	aspect-ratio: 524/400;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-quality__dgx {
	align-items: center;
	background-color: #3cadae;
	border-radius: 0.5rem;
	display: flex;
	gap: 1.9375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	max-width: 51.25rem;
	padding-bottom: 1.375rem;
	padding-left: 4.4375rem;
	padding-right: 2.6875rem;
	padding-top: 1.375rem;
	position: relative;
}

.p-quality__dgx::before {
	aspect-ratio: 43/51;
	background: url(../images/common/icon-question.png) no-repeat center center/contain;
	content: "";
	left: 1.125rem;
	pointer-events: none;
	position: absolute;
	top: -1.25rem;
	width: 2.6875rem;
	z-index: 1;
}

.p-quality__dgx-summary {
	display: contents;
	gap: 1.9375rem;
	padding-bottom: 1.375rem;
	padding-left: 4.4375rem;
	padding-right: 2.6875rem;
	padding-top: 1.375rem;
	pointer-events: none;
}

.p-quality__dgx-question {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4444444444;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.p-quality__dgx[open] .p-quality__dgx-question::after {
	rotate: 0deg;
}

.p-quality__dgx-content {
	display: contents;
}

.p-quality__dgx-answer {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75;
}

.p-questionnaire {
	padding-bottom: 5rem;
	padding-top: 4.1875rem;
	position: relative;
	z-index: 1;
}

.p-questionnaire::before {
	background-color: rgba(255, 255, 255, 0.45);
	content: "";
	height: 100%;
	left: calc(50% - 9.375rem);
	position: absolute;
	top: 0;
	translate: -50% 0;
	width: 110vw;
	z-index: -1;
}

.p-questionnaire__title {
	display: flex;
	flex-direction: column;
}

.p-questionnaire__en-title {
	color: #3cadae;
	font-family: "Libre Caslon Text", serif;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-left: 5.875rem;
	position: relative;
	text-transform: uppercase;
}

.p-questionnaire__en-title::before {
	aspect-ratio: 69/42;
	background: url(../images/common/icon-question-heading.png) no-repeat center center/contain;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 4.3125rem;
}

.p-questionnaire__ja-title {
	color: #231815;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
	margin-top: 1.3125rem;
}

.p-questionnaire__items {
	display: flex;
	margin-top: 3.375rem;
}

.p-questionnaire__item {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.p-questionnaire__item:first-child .p-questionnaire__item-title {
	margin-top: -5rem;
}

.p-questionnaire__item:last-child .p-questionnaire__item-title {
	margin-top: -4.375rem;
}

.p-questionnaire__item-title {
	color: #231815;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.4347826087;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.p-questionnaire__item-title span {
	color: #3cadae;
}

.p-questionnaire__item-img {
	opacity: 0;
	transform: translateY(1.25rem);
	width: 20.8125rem;
}

.p-questionnaire__item-img img {
	-o-object-fit: contain;
	aspect-ratio: 333/348;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-questionnaire__note {
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4285714286;
	margin-top: -1.125rem;
}

.p-sidebar {
	flex: 0 0 13.125rem;
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 5rem;
	padding-top: 6.9375rem;
}

.p-sidebar__title {
	color: #3cadae;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
}

.p-sidebar__list {
	grid-gap: 1.25rem;
	border-bottom: 1px solid #32321e;
	border-top: 1px solid #32321e;
	display: grid;
	gap: 1.25rem;
	margin-top: 1.1875rem;
	padding-bottom: 1.875rem;
	padding-left: 0.375rem;
	padding-top: 1.625rem;
}

.p-sidebar__item {
	opacity: 0;
	padding-left: 1.625rem;
	position: relative;
	transform: translateX(-0.625rem);
}

.p-sidebar__item.is-active::before {
	aspect-ratio: 20/16;
	background-image: url(../images/common/arrow-nav.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	top: calc(0.5lh + 0.125rem);
	translate: 0 -50%;
	width: 1.25rem;
}

.p-sidebar__link {
	color: #231815;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.4;
}

.u-base {
	color: #231815;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.8333333333;
}

@media (any-hover: hover) {

.p-cta__button a:hover {
	background-color: #00918F;
	border-color: #fff;
	color: #fff;
}

.p-cta__button a:hover::before {
	background-color: #fff;
}

.p-curriculum__button a:hover {
	background-color: #00918F;
	border-color: #fff;
	color: #fff;
}

.p-header__logo a:hover {
	opacity: 0.7;
}

.p-header__nav-item a:hover .p-header__nav-item-img img,
.p-header__nav-item a:hover .p-header__nav-text {
	opacity: 0.7;
}

summary:hover {
	cursor: pointer;
}

.p-oc__banner a:hover {
	opacity: 0.7;
}

.p-other-departments__item:hover {
	opacity: 0.7;
	translate: 0 -0.625rem;
}

}

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

.c-hoverRun:hover {
	background-size: 100% 1px;
}

.c-hoverUnderline:hover::after {
	opacity: 1;
}

.c-imgHover:hover img:nth-of-type(1) {
	opacity: 0;
	transition: 0.5s opacity;
}

.c-imgHover:hover img:nth-of-type(2) {
	opacity: 1;
	transition: 0.5s opacity;
}

.c-underBar:hover:before {
	opacity: 0;
	transition: 0.5s all;
}

}

@media (max-width: 1310px) {

html {
	font-size: 1.2213740458vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

.c-card--child-art {
	order: 1;
}

.c-card--child-place {
	order: 4;
}

.c-card--environment {
	order: 2;
}

.c-card--nature {
	order: 5;
}

.c-card--seminar {
	order: 3;
}

.c-card--design {
	order: 6;
}

.c-card__meta {
	gap: 0.5rem;
}

.c-card__category {
	font-size: 0.75rem;
	line-height: 1.1666666667;
	min-width: 3.625rem;
}

.c-card__title {
	font-size: 1.0625rem;
	letter-spacing: -0.02em;
	line-height: 1.2941176471;
}

.safari .c-card__title {
	font-size: 1.125rem;
}

.c-card__img {
	margin-top: 0.9375rem;
}

.c-card__description {
	font-size: 0.9375rem;
	line-height: 1.6666666667;
	margin-top: 0.625rem;
}

.c-column2 {
	gap: prem(30);
	grid-template-columns: repeat(1, 1fr);
}

.c-column2--gap60 {
	gap: prem(40);
}

.c-column2--gapSp20 {
	gap: prem(20);
}

.c-column3 {
	grid-template-columns: repeat(1, 1fr);
}

.c-column4 {
	grid-template-columns: repeat(1, 1fr);
}

.c-column4--sp2 {
	grid-template-columns: repeat(2, 1fr);
}

.c-headline {
	font-size: prem(18);
	padding-left: prem(10);
}

.c-item {
	padding-bottom: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.125rem;
}

.c-item__meta {
	gap: 0.625rem;
}

.c-item__category {
	font-size: 0.75rem;
	line-height: 1.1666666667;
	min-width: 3.625rem;
}

.c-item__job {
	font-size: 0.9375rem;
	line-height: 1.4;
}

.c-item__container {
	flex-direction: column;
	gap: 0.875rem;
	margin-top: 0.875rem;
}

.c-item__img {
	width: 100%;
}

.c-item__img img {
	aspect-ratio: 300/181;
}

.c-item__body {
	width: 100%;
}

.c-item__title {
	font-size: 1.0625rem;
	letter-spacing: -0.01em;
	line-height: 1.2941176471;
}

.safari .c-item__title {
	letter-spacing: -0.02em;
}

.c-item__info {
	font-size: 0.8125rem;
	line-height: 1.5384615385;
	margin-top: 0.875rem;
}

.c-item__text {
	font-size: 0.9375rem;
	line-height: 1.6666666667;
	margin-top: 0.9375rem;
}

.c-section-heading {
	flex-direction: column;
	gap: 1.125rem;
}

.c-section-heading__title {
	font-size: 1.375rem;
	line-height: 1.2727272727;
}

.c-section-heading__text {
	font-size: 0.875rem;
	translate: initial;
}

.c-section-title {
	gap: 0.3125rem;
}

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

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

.p-contact {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.p-contact__title {
	font-size: 1.0625rem;
	line-height: 1.3529411765;
}

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

.p-contact__address {
	margin-top: 0.5625rem;
}

.p-contact__items {
	gap: 0.5rem;
	margin-top: 1rem;
}

.p-contact__item {
	font-size: 0.8125rem;
	letter-spacing: 0.02em;
	line-height: 1.125;
}

.p-contact__item:first-child a {
	pointer-events: auto;
}

.p-content-wrapper__inner.l-inner {
	justify-content: center;
}

.p-content-wrapper__aside {
	display: none;
}

.p-content-wrapper__main {
	width: 100%;
}

.p-cta {
	padding-bottom: 2.375rem;
	padding-top: 0.25rem;
}

.p-cta__inner.l-inner {
	flex-direction: column;
	max-width: 21rem;
}

.p-cta__img {
	flex: 0 0 auto;
	width: 10.0625rem;
}

.p-cta__buttons {
	gap: 0.75rem;
	margin-top: -5rem;
	width: 100%;
}

.p-cta__button a {
	font-size: 0.9375rem;
	line-height: 1.4;
	padding-bottom: 1.25rem;
	padding-top: 1.125rem;
}

.p-cta__button a::before {
	right: 0.9375rem;
	width: 0.5rem;
}

.p-curriculum {
	padding-bottom: 2.5rem;
	padding-top: 1.75rem;
}

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

.p-curriculum__items {
	margin-top: 2.375rem;
}

.p-curriculum__details.js-details-spLink .p-curriculum__summary {
	display: block;
}

.p-curriculum__summary {
	padding-bottom: 0.875rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	padding-top: 0.875rem;
}

.p-curriculum__item-heading {
	font-size: 1rem;
}

.p-curriculum__item-heading::before {
	width: 1.4375rem;
}

.p-curriculum__details.js-details-spLink .p-curriculum__item-heading::before {
	background: url(../images/common/arrow-accordion.svg) no-repeat center center/contain;
}

.p-curriculum__item-heading span::before,
.p-curriculum__item-heading span::after {
	right: 0.3125rem;
}

.p-curriculum__details.js-details-spLink .p-curriculum__item-heading span::before,
.p-curriculum__details.js-details-spLink .p-curriculum__item-heading span::after {
	content: none;
}

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

.p-curriculum__summary-text.p-curriculum__summary-text--sp {
	display: block;
}

.p-curriculum__dgx-items {
	display: none;
}

.p-curriculum__content {
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.625rem;
}

.p-curriculum__content-text {
	font-size: 0.8125rem;
}

.p-curriculum__sp-content {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-curriculum__item-img {
	margin-top: 0;
}

.p-curriculum__item-img img {
	aspect-ratio: 531/357;
}

.p-curriculum__item-img--pc {
	display: none;
}

.p-curriculum__item-img--sp {
	display: block;
}

.p-curriculum__summary-note {
	font-size: 0.625rem;
}

.p-curriculum__memo {
	font-size: 0.625rem;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.p-curriculum__button {
	max-width: 18.75rem;
}

.p-curriculum__button a {
	font-size: 0.9375rem;
	line-height: 1.4;
	padding-bottom: 1.25rem;
	padding-left: 0.625rem;
	padding-right: 1.875rem;
	padding-top: 1.125rem;
}

.p-curriculum__button a::before {
	right: 1.5625rem;
	width: 1.4375rem;
}

.p-featured-class {
	padding-bottom: 0;
	padding-top: 1.6875rem;
}

.p-featured-class__items {
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.3125rem;
	max-width: 25rem;
	row-gap: 2.625rem;
}

.p-featured-class__column {
	flex-direction: column;
	gap: 1.0625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4375rem;
	max-width: 31.25rem;
	padding-bottom: 1.4375rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-top: 1.4375rem;
}

.p-featured-class__column::before {
	left: 0.4375rem;
	top: -1.625rem;
}

.p-featured-class__column-img {
	flex: 0 0 auto;
	padding-top: 0;
}

.p-featured-class__column-img img {
	aspect-ratio: 301/199;
}

.p-featured-class__column-text {
	font-size: 0.9375rem;
	line-height: 1.6666666667;
	margin-top: 0.5625rem;
}

.p-featured-class__questionnaire {
	margin-top: 2.375rem;
}

.p-footer {
	padding-bottom: 0.75rem;
	padding-top: 0.375rem;
}

.p-fv {
	padding-top: 3.375rem;
}

.p-fv__img img {
	aspect-ratio: 375/657;
}

.p-graduate {
	padding-bottom: 2.1875rem;
	padding-top: 1.9375rem;
}

.p-graduate__memo {
	font-size: 0.6875rem;
	line-height: 1.4545454545;
	margin-top: 0.9375rem;
}

.p-graduate__items {
	gap: 1.0625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4375rem;
	max-width: 25rem;
}

.p-graduate__available-licenses {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4375rem;
	max-width: 31.25rem;
	padding-bottom: 0.9375rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	padding-top: 0.75rem;
}

.p-graduate__available-licenses-title {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	text-align: center;
}

.p-graduate__available-licenses-list {
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0.9375rem;
	row-gap: 0.5rem;
}

.p-graduate__available-licenses-item {
	font-size: 1rem;
	line-height: 1.375;
	padding-bottom: 0.25rem;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
	padding-top: 0.1875rem;
}

.p-graduate__available-licenses-item:first-child {
	min-width: 7.6875rem;
}

.p-graduate__available-licenses-item:nth-child(2) {
	min-width: 11.25rem;
}

.p-graduate__available-licenses-item:last-child {
	min-width: 19.5rem;
}

.p-graduate__licence-details {
	flex-direction: column;
	gap: 0;
	margin-top: 0.6875rem;
}

.p-graduate__licence-item {
	font-size: 0.9375rem;
	line-height: 1.4666666667;
}

.p-graduate__licence-text {
	font-size: 0.6875rem;
	line-height: 1.6363636364;
	margin-top: 0.875rem;
}

.p-header {
	height: 3.625rem;
}

.p-header__inner {
	align-items: center;
	padding-left: 0.75rem;
}

.p-header__logo {
	max-width: 8.125rem;
	padding-top: 0;
}

.p-header__nav-item a {
	width: 3.375rem;
}

.p-header__nav-item:first-child a {
	width: 4rem;
}

.p-header__nav-item:first-child a {
	border-bottom-left-radius: 0.875rem;
}

.p-header__nav-item-img {
	max-width: 1.875rem;
}

.p-header__nav-text {
	font-size: 0.4375rem;
}

.p-highlights {
	padding-bottom: 2.8125rem;
	padding-top: 2.8125rem;
}

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

.p-highlights__items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 25rem;
}

.p-highlights__item + .p-highlights__item {
	margin-top: 1.5rem;
}

.p-highlights__summary {
	pointer-events: auto;
}

.p-highlights__item:first-child .p-highlights__item-heading-text::before,
.p-highlights__item:first-child .p-highlights__item-heading-text::after {
	background-color: #3e9338;
}

.p-highlights__item:nth-child(2) .p-highlights__item-heading-text::before,
.p-highlights__item:nth-child(2) .p-highlights__item-heading-text::after {
	background-color: #ea943e;
}

.p-highlights__item:nth-child(3) .p-highlights__item-heading-text::before,
.p-highlights__item:nth-child(3) .p-highlights__item-heading-text::after {
	background-color: #d75f6a;
}

.p-highlights__item-heading::before {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	position: absolute;
	right: 0.8125rem;
	top: 50%;
	translate: 0 -50%;
	width: 1.4375rem;
}

.p-highlights__item-heading-text {
	font-size: 1.25rem;
	justify-content: flex-start;
	position: relative;
	transition: rotate 0.3s;
}

.p-highlights__item-heading-text::before {
	content: "";
	height: 2px;
	position: absolute;
	right: -0.125rem;
	top: 0.875rem;
	transition: rotate 0.3s;
	width: 0.8125rem;
}

.p-highlights__item-heading-text::after {
	content: "";
	height: 2px;
	position: absolute;
	right: -0.125rem;
	rotate: -90deg;
	top: 0.875rem;
	transition: rotate 0.3s;
	width: 0.8125rem;
}

.p-highlights__details[open] .p-highlights__sp-summary {
	border-bottom: none;
	border-radius: 0;
}

.p-highlights__details[open] .p-highlights__item-heading-text::after {
	rotate: 0deg;
}

.p-highlights__sp-summary {
	background-color: #fff;
	border: 3px solid #3e9338;
	border-radius: 0 0 0.5rem 0.5rem;
	display: block;
	padding-bottom: 1.625rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	padding-top: 0rem;
}

.p-highlights__item-content {
	flex-direction: column;
	gap: 0;
	padding-bottom: 1rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	padding-top: 0rem;
}

.p-highlights__item-text {
	font-size: 1rem;
	line-height: 1.6875;
	width: 100%;
}

.p-highlights__item-content .p-highlights__item-text {
	display: none;
}

.p-highlights__item-container {
	gap: 0.625rem;
	width: 100%;
}

.p-highlights__content-text-wrapper {
	flex-direction: column;
	gap: 0;
}

.p-highlights__content-text {
	font-size: 0.9375rem;
	line-height: 1.6666666667;
}

.p-highlights__content-text:last-child {
	margin-top: 0;
}

.p-highlights__content-headline {
	padding-bottom: 0.25rem;
	padding-top: 0.125rem;
}

.p-message {
	padding-bottom: 3.625rem;
	padding-top: 2.375rem;
}

.p-message::before {
	left: 50%;
	translate: -50% 0;
	width: 100vw;
}

.p-message__main {
	font-size: 1.1875rem;
	line-height: 1.8421052632;
	margin-top: 1.5rem;
}

.p-message__main span::before {
	background-image: url(../images/common/by_sp.png);
	left: -1.25rem;
	top: calc(50% + 0.125rem);
	width: 1.25rem;
}

.p-message__text {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 1.5rem;
	text-align: left;
	text-align: initial;
}

.p-message__img-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4375rem;
	max-width: 31.25rem;
}

.p-message__img img {
	aspect-ratio: 340/212;
}

.p-message__president-infomation {
	bottom: auto;
	bottom: initial;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.0625rem;
	max-width: 25rem;
	padding-bottom: 1.0625rem;
	padding-left: 1.625rem;
	padding-right: 0.75rem;
	padding-top: 0.875rem;
	position: relative;
	right: auto;
	right: initial;
	width: 81.0666666667vw;
}

.p-message__president-name {
	margin-left: 1.25rem;
}

.p-message__profile {
	margin-top: 0.875rem;
}

.p-message__profile-text {
	font-size: 0.8125rem;
	line-height: 1.5384615385;
	margin-top: 0.375rem;
}

.p-message__president-text-container {
	margin-top: 1.1875rem;
}

.p-message__president-message-text {
	font-size: 0.9375rem;
	line-height: 1.6666666667;
}

.p-message__president-message-text--show {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	display: -webkit-box;
	overflow: hidden;
	transition: 0.5s;
}

.p-message__president-message-text--show.is-show {
	-webkit-line-clamp: unset;
	display: block;
	overflow: visible;
	overflow: initial;
}

.p-message__president-message-text--hide {
	display: none;
}

.p-message__movie {
	margin-top: 4.8125rem;
}

.p-message__movie-text {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
}

.p-message__youtube {
	margin-top: 1.1875rem;
	max-width: 25rem;
	width: 75.2vw;
}

.p-model {
	padding-bottom: 2.25rem;
	padding-top: 2.25rem;
}

.p-model::before {
	left: 50%;
	translate: -50% 0;
	width: 100vw;
}

.p-model__text {
	font-size: 0.6875rem;
	line-height: 1.4545454545;
	margin-top: 1.0625rem;
	text-align: center;
}

.p-model__img {
	font-family: "Noto Sans JP", sans-serif;
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	overflow-x: scroll;
}

.p-model__img img {
	aspect-ratio: 605/444;
	min-width: 37.8125rem;
}

.p-oc {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
	padding-bottom: 2.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.0625rem;
}

.p-oc::before {
	left: 50%;
	translate: -50% 0;
	width: 100vw;
}

.p-oc__title {
	font-size: 1.375rem;
	line-height: 1.2727272727;
}

.p-oc__banner {
	margin-top: 1.3125rem;
}

.p-oc__banner img {
	aspect-ratio: 300/200;
}

.p-oc__schedule {
	margin-top: 0.75rem;
}

.p-oc__schedule img {
	aspect-ratio: 300/80;
}

.p-oc__map {
	margin-top: 1.8125rem;
}

.p-oc__map iframe {
	aspect-ratio: 300/140;
}

.p-other-departments {
	padding-bottom: 1.875rem;
	padding-top: 2.8125rem;
}

.p-other-departments__title {
	font-size: 1.375rem;
	line-height: 1.2727272727;
}

.p-other-departments__items {
	gap: 1rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.375rem;
	max-width: 31.25rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.p-other-departments__item {
	padding-bottom: 1rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-top: 1rem;
}

.p-other-departments__item-indicator {
	font-size: 0.75rem;
}

.p-other-departments__item-title {
	font-size: 1.0625rem;
	gap: 0.1875rem;
	line-height: 1.4705882353;
}

.p-other-departments__item-title span {
	font-size: 0.75rem;
	line-height: 1.25;
}

.p-other-departments__img img {
	aspect-ratio: 291/170;
}

.p-other-departments__text {
	line-height: 1.4666666667;
	margin-top: 0.8125rem;
}

.p-other-departments__qualifications {
	margin-top: 0.75rem;
}

.p-other-departments__qualification-list-wrap {
	flex-direction: column;
	gap: 0;
}

.p-other-departments__qualification-heading,
.p-other-departments__qualification-item {
	font-size: 0.875rem;
}

.p-overview {
	padding-bottom: 2.5rem;
	padding-right: 0;
	padding-top: 1.875rem;
}

.p-overview::before {
	left: 50%;
	translate: -50% 0;
	width: 100vw;
}

.p-overview__title {
	font-size: 1.1875rem;
	line-height: 1.5789473684;
}

.p-overview__text.u-base {
	line-height: 1.8666666667;
	margin-top: 1.5625rem;
}

.p-overview__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.6875rem;
	max-width: 31.25rem;
}

.p-overview__img img {
	aspect-ratio: 340/172;
}

.p-page-top {
	height: 2.8125rem;
	right: 1.25rem;
	width: 2.8125rem;
}

.p-page-top::before {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	height: 0.625rem;
	left: 53%;
	top: 43%;
	width: 0.625rem;
}

.p-page-top::after {
	content: none;
}

.p-prospects {
	padding-bottom: 2.1875rem;
	padding-top: 1.9375rem;
}

.p-prospects__img {
	margin-top: 1.9375rem;
	max-width: 13.6875rem;
}

.p-prospects__img img {
	aspect-ratio: 219/507;
}

.p-prospects__img-caption {
	font-size: 0.6875rem;
	line-height: 1.6363636364;
	margin-top: 1.0625rem;
	translate: 3.75rem;
}

.p-prospects__detail {
	padding-bottom: 1.125rem;
	padding-left: 0.875rem;
	padding-right: 0.625rem;
	padding-top: 0.875rem;
}

.p-prospects__detail-headline {
	font-size: 1rem;
	line-height: 1.375;
}

.p-prospects__detail-text-wrap {
	gap: 0.8125rem;
	margin-top: 0.25rem;
}

.p-prospects__detail-text {
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.p-quality {
	padding-bottom: 1.75rem;
	padding-right: 0;
	padding-top: 3.125rem;
}

.p-quality__message {
	font-size: 1.25rem;
	line-height: 1.75;
	margin-top: 1.875rem;
}

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

.p-quality__img-wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4375rem;
	max-width: 25rem;
	padding-left: 0.9375rem;
}

.p-quality__img {
	min-width: 21.375rem;
	position: relative;
	z-index: 10;
}

.p-quality__dgx {
	background-color: transparent;
	display: block;
	margin-top: 0.875rem;
	padding: 0;
}

.p-quality__dgx::before {
	left: calc(50% - 5.5rem);
	top: -0.8125rem;
	translate: -50% 0;
}

.p-quality__dgx-summary {
	background-color: #3cadae;
	border-radius: 0.5rem;
	cursor: pointer;
	display: block;
	gap: 0.5rem;
	padding-bottom: 0.625rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	padding-top: 0.5rem;
	pointer-events: auto;
	position: relative;
}

.p-quality__dgx-question {
	line-height: 1.8333333333;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-quality__dgx-question::before,
.p-quality__dgx-question::after {
	background-color: #3cadae;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 0.3125rem;
	top: 50%;
	transition: rotate 0.3s;
	translate: 0 -50%;
	width: 0.8125rem;
	z-index: 1;
}

.p-quality__dgx-question span::before {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	width: 1.4375rem;
}

.p-quality__dgx-question::after {
	rotate: -90deg;
}

.p-quality__dgx-content {
	background-color: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
	display: block;
	padding-bottom: 1rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	padding-top: 0.6875rem;
}

.p-quality__dgx-answer {
	color: #3cadae;
	font-size: 0.9375rem;
	line-height: 1.6666666667;
}

.p-questionnaire {
	padding-bottom: 1.75rem;
	padding-top: 5.0625rem;
}

.p-questionnaire::before {
	left: 50%;
	translate: -50% 0;
	width: 100vw;
}

.p-questionnaire__title {
	flex-direction: column-reverse;
}

.p-questionnaire__en-title {
	margin-top: 1.0625rem;
	padding-left: 0;
	text-align: center;
}

.p-questionnaire__en-title::before {
	content: none;
}

.p-questionnaire__ja-title {
	font-size: 1.375rem;
	line-height: 1.2727272727;
	margin-top: 0;
	position: relative;
	text-align: center;
}

.p-questionnaire__ja-title::before {
	aspect-ratio: 59/36;
	background: url(../images/common/icon-question-heading.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -2.875rem;
	translate: -50% 0;
	width: 3.6875rem;
}

.p-questionnaire__items {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.6875rem;
	max-width: 20rem;
}

.p-questionnaire__item {
	gap: 1.4375rem;
	justify-content: center;
}

.p-questionnaire__item:last-child {
	gap: 0.625rem;
}

.p-questionnaire__item:first-child .p-questionnaire__item-title {
	margin-top: -3.5rem;
}

.p-questionnaire__item:last-child .p-questionnaire__item-title {
	margin-top: -2.625rem;
}

.p-questionnaire__item-title {
	font-size: 1.125rem;
	line-height: 1.5555555556;
}

.p-questionnaire__item-img {
	min-width: 10.625rem;
	width: 10.625rem;
}

.p-questionnaire__note {
	font-size: 0.6875rem;
	line-height: 1.6363636364;
	margin-left: auto;
	margin-right: auto;
	max-width: 20rem;
}

.u-base {
	font-size: 0.9375rem;
	line-height: 1.7333333333;
}

}

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

.p-curriculum__sp-content {
	grid-template-columns: 1fr;
}

.p-curriculum__sp-content-item {
	align-items: flex-start;
	flex-direction: row;
	gap: 1.125rem;
}

.p-curriculum__sp-content-item:not(:first-child)::before {
	background: url(../images/common/dotted_blue_sideways.png) no-repeat center center/cover;
	height: 1px;
	left: 0;
	top: -0.625rem;
	width: 100%;
}

.p-curriculum__sp-content-heading {
	font-size: 0.875rem;
}

.p-curriculum__item-img img {
	aspect-ratio: 321/1233;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes UpAnime {

from {
	opacity: 1;
	transform: translateY(0);
}

to {
	opacity: 0;
	transform: translateY(-100px);
}

}

@keyframes DownAnime {

from {
	opacity: 0;
	transform: translateY(-100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}


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