.u-font__main {
	font-family: "Noto Sans JP", sans-serif !important;
}

body {
	background: #fff;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
}

body.no-scroll {
	overflow: hidden;
}

a {
	display: inline-block;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}

picture,
img {
	display: inline-block;
}

img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	vertical-align: bottom;
	border: none;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #ffffff;
	width: 100%;
	height: 5rem;
}

.l-header__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	padding: 0.5625rem 1.25rem;
	width: 100%;
	max-width: 80rem;
}

.l-header__logo {
	aspect-ratio: 160/43;
	width: 10rem;
	height: auto;
}

.l-header__nav {
	-moz-column-gap: 3rem;
	display: flex;
	column-gap: 3rem;
	justify-content: space-between;
	align-items: center;
}

.l-header__list {
	-moz-column-gap: 1.875rem;
	display: flex;
	column-gap: 1.875rem;
	align-items: center;
}

.l-header__item a {
	padding: 0.625rem 0;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.6;
	letter-spacing: 0em;
}

.l-header__btn a {
	box-shadow: 2px 2px 10px 0px rgba(51, 51, 51, 0.1), -4px -4px 4px 0px rgba(51, 51, 51, 0.05) inset;
	border-radius: 5px;
	background: linear-gradient(85deg, #0190CD 1.84%, #13BBCF 63.62%);
	padding: 1rem 0.75rem;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.l-drawer__icon {
	width: 3rem;
	height: 3rem;
}

.l-drawer__icon svg {
	width: 100%;
	height: 100%;
}

.l-drawer__bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	background: rgba(51, 51, 51, 0.5);
	width: 100%;
	height: 100vh;
	height: 100svh;
}

.l-drawer__bg.js-open {
	display: block;
}

.l-drawer__menu {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	z-index: 102;
	transition: all 0.3s ease;
	background: #EBF3F6;
	width: 20.1875rem;
	height: 100vh;
	height: 100svh;
	overflow-y: auto;
}

.l-drawer__menu.js-open {
	transform: translateX(0);
}

.l-drawer__close {
	position: fixed;
	top: 1rem;
	right: 1.875rem;
	z-index: 103;
	aspect-ratio: 1;
	width: 1.625rem;
	height: auto;
}

.l-drawer__container {
	padding: 4.375rem 2.6875rem 2.5rem 1.875rem;
	height: -moz-fit-content;
	height: fit-content;
}

.l-drawer__list {
	margin-bottom: 1.875rem;
	padding-top: 3.75rem;
}

.l-drawer__item:not(:last-of-type) {
	margin-bottom: 0.9rem;
}

.l-drawer__item a {
	padding: 0.625rem;
	color: #333;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1;
	letter-spacing: 0em;
}

.l-drawer__btn {
	margin-bottom: 1.875rem;
	margin-left: 0.5625rem;
}

.l-drawer__btn a {
	border-radius: 5px;
	background: linear-gradient(85deg, #0190CD 1.84%, #13BBCF 63.62%);
	padding: 1rem 0.8375rem;
	width: 100%;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

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

.l-drawer__sns .follow {
	margin-bottom: 0.425rem;
}

.l-drawer__sns .sns-wrap {
	-moz-column-gap: 1.75rem;
	display: flex;
	column-gap: 1.75rem;
	justify-content: center;
	align-items: center;
}

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

.l-inner {
	position: relative;
	margin: 0 auto;
	padding: 0 2.5rem;
	width: 100%;
	max-width: 1120px;
	height: inherit;
}

.l-footer {
	margin-top: 0.5rem;
	background: #005C83;
	padding: 2.23125rem 0;
}

.l-footer__wrapper {
	margin: auto;
	padding: 0 1.25rem;
	width: 100%;
	max-width: 80rem;
}

.l-footer__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.l-footer__logo {
	aspect-ratio: 240/65;
	width: 15rem;
	height: auto;
}

.l-footer__list {
	display: flex;
	align-items: center;
	gap: 1.875rem;
}

.l-footer__item a {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.l-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 1.125rem;
}

.l-footer__snsWrap {
	margin-left: 0.8125rem;
	width: 10.8125rem;
	text-align: center;
}

.l-footer__snsTitle {
	display: inline-block;
	position: relative;
	padding: 0 1.125rem;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.002em;
}

.l-footer__snsTitle::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-25.2deg);
	background: #fff;
	width: 0.125rem;
	height: 1.1875rem;
	content: "";
}

.l-footer__snsTitle::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(25.2deg);
	background: #fff;
	width: 0.125rem;
	height: 1.1875rem;
	content: "";
}

.l-footer__snsList {
	display: flex;
	align-items: center;
	gap: 1.75rem;
	margin-top: 0.25rem;
}

.l-footer__snsItem a {
	aspect-ratio: 1;
	width: 2.4375rem;
	height: auto;
}

.l-footer__copyright {
	margin-bottom: -0.5rem;
	color: #fff;
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1.4483333333;
	letter-spacing: 0em;
}

.l-section {
	padding: 5rem 0;
}

.c-section__subtitle {
	margin-bottom: 0.75rem;
	color: #005C83;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: center;
}

.c-section__title {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0em;
	text-align: center;
}

.p-topFv {
	position: relative;
	padding: 2.25rem 0;
	aspect-ratio: 1440/570;
	width: 100%;
	height: auto;
	max-height: 40.625rem;
}

.p-topFv__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.p-topFv__bg img {
	-o-object-position: center top;
	object-position: center top;
}

.p-topFv__off {
	display: inline-block;
	margin-bottom: 1.25rem;
	border-radius: 2px;
	background: #005C83;
	padding: 0.5rem;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1;
	letter-spacing: 0.001em;
}

.p-topFv__title .row {
	font-feature-settings: "palt";
	display: inline-block;
	background: #fff;
	padding: 0.5rem 0.5rem 0.625rem 0.375rem;
	font-style: italic;
	font-weight: 700;
	font-size: 2.75rem;
	line-height: 0.9090909091;
	letter-spacing: 0.09em;
}

.p-topFv__title .accent {
	color: #13BBCF;
}

.p-topFv__title .row2pc {
	display: none;
}

.p-topFv__title .row2sp {
	display: none;
}

.p-topFv__title .row3sp {
	display: none;
}

.p-topFv__title .row1,
.p-topFv__title .row2sp {
	margin-bottom: 0.4rem;
}

.p-topFv__subtitle {
	font-feature-settings: "palt";
	margin: 0.875rem 0;
	color: #333;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.4;
	letter-spacing: 0.0004em;
}

.p-topFv__subtitle .accent {
	color: #005C83;
}

.p-topFv__iconWrap {
	-moz-column-gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 0.625rem;
	width: 28.75rem;
}

.p-topFv__icon {
	box-shadow: 0px 3px 25px 0px rgba(51, 51, 51, 0.06);
	background: url(../img/fv_iconBg.png) no-repeat center center/contain;
	padding-top: 0.65625rem;
	width: 100%;
	max-width: 9.1875rem;
	height: 7.1875rem;
	text-align: center;
}

.p-topFv__icon svg {
	margin: auto;
	aspect-ratio: 1;
	width: 3rem;
	height: auto;
}

.p-topFv__icon p {
	color: #005C83;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: center;
}

.p-topFv__bottom {
	margin-top: 1.3125rem;
	width: 24.375rem;
}

.p-topFv__btn-text {
	margin-bottom: 0.5rem;
	width: 100%;
	color: #005C83;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1;
	letter-spacing: 0.0009em;
	text-align: center;
}

.p-topFv__btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0.125rem 0.125rem 0.625rem 0px rgba(51, 51, 51, 0.1), -4px -4px 4px 0px rgba(51, 51, 51, 0.05) inset;
	border-radius: 8px;
	background: linear-gradient(85deg, #0190CD 1.84%, #13BBCF 63.62%);
	padding: 0.75rem 1rem;
	width: 100%;
}

.p-topFv__btn .line-icon {
	margin-right: 1.25rem;
	aspect-ratio: 1;
	width: 3.125rem;
	height: auto;
}

.p-topFv__btn span {
	display: inline-block;
	margin-right: 1.25rem;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1;
	letter-spacing: 0.0011em;
}

.p-topFv__btn svg {
	aspect-ratio: 1;
	width: 1.75rem;
	height: auto;
}

.p-banner {
	padding: 1.875rem 0;
	overflow: hidden;
	text-align: center;
}

.p-banner.--blue {
	background: #005C83;
}

.p-banner a {
	position: relative;
	z-index: 2;
	aspect-ratio: 890/195;
	width: 55.625rem;
	height: auto;
}

.p-curriculum__wrap {
	-moz-column-gap: 1.666875rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1.666875rem;
	margin-top: 3.125rem;
}

.p-curriculum__item-img {
	margin-bottom: 0.875rem;
	aspect-ratio: 240/140;
	width: 100%;
	height: auto;
}

.p-curriculum__item-head {
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 0em;
	text-align: center;
}

.p-curriculum__item-text {
	padding: 0 0.25rem;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.00016em;
}

.p-contact {
	background: url(../img/contact_bg.png) no-repeat center center/cover;
	padding: 4.25rem 0;
}

.p-contact__container {
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.9);
	padding: 2rem 0;
	text-align: center;
}

.p-contact__title {
	margin-bottom: 1rem;
	color: #005C83;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0em;
	text-align: center;
}

.p-contact__list {
	-moz-column-gap: 1rem;
	display: flex;
	column-gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.5rem;
}

.p-contact__item {
	display: flex;
	align-items: center;
}

.p-contact__item svg {
	aspect-ratio: 1;
	width: 1.875rem;
	height: auto;
}

.p-contact__item span {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.p-contact__item:not(:first-child) {
	margin-top: 0.25rem;
}

.p-topFv__bottom.--contact {
	margin: auto;
}

.p-topFv__btn.--contact {
	position: relative;
}

.p-topFv__btn.--contact .line-icon {
	margin-right: 0.625rem;
}

.p-topFv__btn.--contact span {
	margin-right: 0.3125rem;
}

.p-topFv__btn.--contact .bubble {
	position: absolute;
	top: -1.6875rem;
	left: 50%;
	transform: translateX(-50%);
	width: 16.25rem;
	height: 2.75rem;
}

.p-topFv__btn.--contact .bubble img {
	-o-object-fit: contain;
	width: 100%;
	object-fit: contain;
}

.p-feature {
	position: relative;
	overflow: hidden;
}

.p-feature__bar1 {
	position: absolute;
	top: 7.5625rem;
	left: -7rem;
	width: 50rem;
	height: 28.5rem;
}

.p-feature__bar2 {
	position: absolute;
	top: 31rem;
	right: -9.5rem;
	width: 50rem;
	height: 28.5rem;
}

.p-feature__bar3 {
	position: absolute;
	bottom: 7.125rem;
	left: -7rem;
	width: 50rem;
	height: 28.5rem;
}

.p-feature svg {
	width: 100%;
	height: 100%;
}

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

.p-feature__item {
	display: flex;
	position: relative;
	justify-content: space-between;
	box-shadow: 0px 0.1875rem 1.5625rem 0px rgba(51, 51, 51, 0.06);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.9);
	padding: 3rem 2rem;
}

.p-feature__item::after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(85deg, #0190CD 1.84%, #13BBCF 63.62%);
	width: 25rem;
	height: 0.375rem;
	content: "";
}

.p-feature__item:not(:last-of-type) {
	margin-bottom: 2.5rem;
}

.p-feature__item.aic {
	align-items: center;
}

.p-feature__item--left {
	width: 32.5rem;
}

.p-feature__item--left .point {
	margin-bottom: 1.6875rem;
	aspect-ratio: 102/40;
	width: 6.375rem;
	height: auto;
}

.p-feature__item--left .point img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-feature__item--left .title {
	margin-bottom: 0.75rem;
	width: 32.5rem;
	max-width: 100%;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0em;
}

.p-feature__item--left .title span {
	color: #13BBCF;
}

.p-feature__item--left .subtitle {
	-webkit-text-decoration-skip-ink: none;
	margin-bottom: 0.75rem;
	width: 32.5rem;
	max-width: 100%;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 0em;
	text-decoration: underline;
	text-decoration-color: rgba(249, 245, 11, 0.8);
	text-decoration-thickness: 0.4em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.3em;
}

.p-feature__item--left .text {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.00016em;
}

.p-feature__item--right {
	width: 26.25rem;
	height: 16.25rem;
}

.p-feature__item--right img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-feature__item:nth-child(2) .p-feature__item--right {
	margin-top: 0.8125rem;
	width: 26.25rem;
	height: 19.25rem;
}

.p-service {
	background: #EBF3F6;
	padding-bottom: 7.875rem;
}

.p-service__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3.125rem;
	margin: auto;
	margin-top: 3.125rem;
	max-width: 55.625rem;
}

.p-service__img {
	margin-bottom: 1rem;
	border-radius: 16px;
	aspect-ratio: 420/236;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.p-service__head {
	-moz-column-gap: 0.9375rem;
	display: flex;
	column-gap: 0.9375rem;
	align-items: center;
	margin-bottom: 0.75rem;
}

.p-service__head .num {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #13BBCF;
	aspect-ratio: 1;
	width: 3.125rem;
	height: auto;
	color: #ffffff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0em;
}

.p-service__head .text {
	width: 22.1875rem;
	color: #005C83;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.4;
	letter-spacing: 0em;
}

.p-service__text {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.00016em;
}

.p-service__text span {
	font-weight: 700;
}

.p-service__other {
	margin: 3.125rem auto 1.375rem;
	aspect-ratio: 732/188;
	width: 45.75rem;
	height: auto;
}

.p-service__other-img {
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	border-radius: 1rem;
	aspect-ratio: 1040/542;
	width: 100%;
	height: auto;
}

.p-comment {
	overflow: hidden;
}

.p-comment__container {
	position: relative;
}

.p-comment__title {
	margin-bottom: 0.75rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0em;
	text-align: center;
}

.p-comment__subtitle {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.6;
	letter-spacing: 0em;
	text-align: center;
}

.p-comment__bg1 {
	position: absolute;
	top: 0.75rem;
	right: -6.875rem;
	z-index: 1;
	aspect-ratio: 316/268;
	width: 19.75rem;
	height: auto;
}

.p-comment__bg2 {
	position: absolute;
	bottom: 4.75rem;
	left: -6.25rem;
	z-index: 1;
	aspect-ratio: 300/253;
	width: 18.75rem;
	height: auto;
}

.p-comment__wrap {
	display: grid;
	position: relative;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.125rem;
	z-index: 2;
	margin: auto;
	margin-top: 3.125rem;
	width: 55.625rem;
}

.p-comment__item {
	box-shadow: 0px 0.75rem 2.5rem 0px rgba(0, 0, 0, 0.15);
	border-radius: 1rem;
}

.p-schedule {
	position: relative;
	overflow: hidden;
}

.p-schedule::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	background: rgb(243, 243, 243);
	width: 100%;
	height: 100%;
	content: "";
}

.p-schedule__container {
	position: relative;
	margin-top: 3.125rem;
	box-shadow: 0px 3px 1.5625rem 0px rgba(51, 51, 51, 0.06);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.9);
	padding: 2.5rem 4.6875rem;
	text-align: center;
}

.p-schedule__bg1 {
	position: absolute;
	top: -3.9375rem;
	left: -9.6875rem;
	z-index: -1;
	width: 17.3125rem;
	height: 14.625rem;
}

.p-schedule__bg1 img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-schedule__bg2 {
	position: absolute;
	top: 19.625rem;
	right: -12.5rem;
	z-index: -1;
	width: 26.0625rem;
	height: 21.875rem;
}

.p-schedule__bg2 img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-schedule__bg3 {
	position: absolute;
	bottom: -1.375rem;
	left: -9.6875rem;
	z-index: -1;
	width: 15.6875rem;
	height: 13.75rem;
}

.p-schedule__bg3 img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-schedule__bg4 {
	position: absolute;
	bottom: 43.0625rem;
	left: -1.875rem;
	z-index: -1;
	width: 4.375rem;
	height: 4.375rem;
}

.p-schedule__bg4 img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-schedule__head {
	color: #005C83;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: center;
}

.p-schedule__sub {
	-webkit-text-decoration-skip-ink: none;
	display: inline-block;
	color: #333;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 0em;
	text-decoration: underline;
	text-decoration-color: rgba(249, 245, 11, 0.8);
	text-decoration-thickness: 0.4em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.3em;
}

.p-schedule__img {
	margin: 2.5rem 0 1.25rem;
	aspect-ratio: 890/273;
	width: 100%;
	height: auto;
}

.p-schedule__img img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-schedule__arrow {
	-o-object-fit: contain;
	margin-bottom: 1.25rem;
	width: 2.25rem;
	height: 5rem;
	object-fit: contain;
}

.p-schedule__4step {
	-o-object-fit: contain;
	margin-bottom: 1.5rem;
	aspect-ratio: 890/84.81;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.p-schedule__wrap {
	-moz-column-gap: 2.1875rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 2.1875rem;
}

.p-schedule__item {
	position: relative;
}

.p-schedule__item .arrow {
	position: absolute;
	top: 4.625rem;
	left: calc(100% + 0.4375rem);
	width: 1.0625rem;
	height: 1.875rem;
}

.p-schedule__item img {
	margin: auto;
	margin-bottom: 1.25rem;
	aspect-ratio: 1;
	width: 11.25rem;
	height: auto;
}

.p-schedule__item .num {
	-moz-column-gap: 0.25rem;
	display: flex;
	column-gap: 0.25rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.35rem;
}

.p-schedule__item .num span:nth-of-type(1) {
	border-radius: 50%;
	background: #13BBCF;
	aspect-ratio: 1;
	width: 1.5rem;
	height: auto;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.3333333333;
	letter-spacing: 0em;
	text-align: center;
}

.p-schedule__item .num span:nth-of-type(2) {
	color: #13BBCF;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: 0em;
}

.p-schedule__item .text {
	font-feature-settings: "palt";
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: center;
}

.p-faq__subtitle {
	position: relative;
	margin-top: 3.125rem;
	margin-bottom: 1.5rem;
	padding-left: 1.25rem;
	color: #005C83;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.p-faq__subtitle::after {
	position: absolute;
	top: 0;
	left: 0;
	background: #0190CD;
	width: 0.3125rem;
	height: 100%;
	content: "";
}

.p-faq__container {
	margin: 1rem auto 0;
	width: 55.625rem;
}

.p-faq__item {
	position: relative;
	border-bottom: 1px solid #EEF0F1;
	padding: 1.25rem 0;
}

.p-faq__item::before {
	position: absolute;
	top: 2.4375rem;
	right: 0.625rem;
	background: #005C83;
	width: 1.25rem;
	height: 0.125rem;
	content: "";
}

.p-faq__item::after {
	position: absolute;
	top: 1.875rem;
	right: 1.125rem;
	transition: all 0.3s ease 0s;
	background: #005C83;
	width: 0.125rem;
	height: 1.25rem;
	content: "";
}

.p-faq__item.js-accordionOpen::after {
	transform: translateY(0) rotate(90deg);
}

.p-faq__question {
	-moz-column-gap: 1.25rem;
	display: flex;
	column-gap: 1.25rem;
	align-items: center;
	margin-bottom: 0.625rem;
}

.p-faq__question img {
	aspect-ratio: 1;
	width: 2.625rem;
	height: auto;
}

.p-faq__question p {
	width: 46.875rem;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.7;
	letter-spacing: 0em;
}

.p-faq__answer {
	-moz-column-gap: 1.25rem;
	display: none;
	column-gap: 1.25rem;
	align-items: flex-start;
}

.p-faq__answer img {
	aspect-ratio: 1;
	width: 2.625rem;
	height: auto;
}

.p-faq__answer p {
	width: 46.875rem;
	min-height: 2.625rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.00016em;
}

.p-faq__answer-accent {
	font-weight: 700;
	text-decoration: underline;
}

.p-change {
	background: #EBF3F6;
}

.p-change__wrapper {
	margin: 0 auto;
	width: 100%;
}

.p-change__sliderWrap {
	position: relative;
	margin-top: 3.125rem;
	padding-bottom: 3.75rem;
}

.swiper-wrapper {
	align-items: stretch;
	transition-timing-function: linear;
}

.p-change__slider {
	width: 100%;
}

.p-change__slide {
	position: relative;
	border-radius: 0.5rem;
	background: #fff;
	padding: 1.5rem 0.75rem;
	width: 21.4375rem;
	height: auto;
}

.p-change__slide::before {
	position: absolute;
	top: 0.9375rem;
	right: 1rem;
	aspect-ratio: 1;
	width: 3rem;
	height: auto;
	content: "";
}

.p-change__slide:nth-child(even)::before {
	background: url(../img/change_icon1.svg) no-repeat center center/contain;
}

.p-change__slide:nth-child(odd)::before {
	background: url(../img/change_icon2.svg) no-repeat center center/contain;
}

.p-change__slideHead {
	display: flex;
	align-items: flex-start;
	gap: 0.8125rem;
}

.p-change__slideImg {
	aspect-ratio: 1;
	width: 3.125rem;
	height: auto;
}

.p-change__slideInfo {
	width: calc(100% - 3.9375rem - 3rem);
}

.p-change__slideCourse {
	color: #13BBCF;
	font-weight: 700;
	font-size: 0.625rem;
	line-height: 1.448;
	letter-spacing: 0em;
}

.p-change__slideGenre {
	color: #666;
	font-weight: 500;
	font-size: 0.6875rem;
	line-height: 1.4481818182;
	letter-spacing: 0em;
}

.p-change__slideName {
	color: #666;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.4483333333;
	letter-spacing: 0em;
}

.p-change__slide-xId {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.4483333333;
	letter-spacing: 0em;
}

.p-change__slideBody {
	margin-top: 1.125rem;
}

.p-change__slideLead {
	position: relative;
	filter: drop-shadow(0px 2px 2px rgba(51, 51, 51, 0.15));
	border-radius: 0.25rem;
	background: #EBF3F6;
	padding: 0.625rem 0.6875rem 0.625rem 0.5625rem;
	color: #005C83;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.p-change__slideLead::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -0.375rem;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #EBF3F6;
	width: 1.25rem;
	height: 0.520625rem;
	content: "";
}

.p-change__slideText {
	margin-top: 0.625rem;
	padding: 0 0.25rem;
	min-height: 5.625rem;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.6;
	letter-spacing: 0.001em;
}

.p-change__slideBottom {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	gap: 1.4375rem;
	margin-top: 1.125rem;
}

.p-change__slideBottom::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/change_iconArrow.svg) no-repeat center center/contain;
	aspect-ratio: 9/17;
	width: 0.5625rem;
	height: auto;
	content: "";
}

.p-change__slideBefore,
.p-change__slideAfter {
	position: relative;
	margin-top: 0.5rem;
	border-radius: 0.25rem;
	padding: 0 0.625rem;
	width: 43.1486880466%;
	min-height: 6rem;
}

.p-change__slideBefore-icon,
.p-change__slideAfter-icon {
	display: inline-block;
	position: absolute;
	top: -0.75rem;
	left: 0;
	border-radius: 2rem;
	padding: 0 0.75rem;
	color: #fff;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.5714285714;
	letter-spacing: 0em;
}

.p-change__slideBefore-text,
.p-change__slideAfter-text {
	position: absolute;
	top: 56%;
	left: 0;
	transform: translateY(-50%);
	padding: 0 0.625rem;
	width: 100%;
}

.p-change__slideBefore {
	background: #EEF0F1;
}

.p-change__slideBefore-icon {
	background: #666;
}

.p-change__slideBefore-text {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.6;
	letter-spacing: 0.001em;
}

.p-change__slideAfter {
	background: #EBF3F6;
}

.p-change__slideAfter-icon {
	background: #13BBCF;
}

.p-change__slideAfter-text {
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.6;
	letter-spacing: 0em;
}

.p-change__slideBtn {
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	margin: 0 auto;
	width: 82%;
	max-width: 72.75rem;
}

.swiper-button-prev,
.swiper-button-next {
	aspect-ratio: 1;
	width: 3rem;
	height: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev {
	background: url(../img/change_iconNext.svg) no-repeat center center/contain;
}

.swiper-button-next {
	background: url(../img/change_iconPrev.svg) no-repeat center center/contain;
}

.swiper-pagination-bullet {
	opacity: 1;
	background: #ccc;
	aspect-ratio: 1;
	width: 0.625rem;
	height: auto;
}

.swiper-pagination-bullet-active {
	background: #005C83;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.9375rem;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.p-compare {
	background: #EBF3F6;
}

.p-compare__title {
	margin-bottom: 0.75rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0em;
	text-align: center;
}

.p-compare__subtitle {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.6;
	letter-spacing: 0em;
	text-align: center;
}

.p-compare__wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 2.5rem;
	width: 100%;
	max-width: 1120px;
	height: inherit;
}

.p-compare__table {
	margin-top: 2.525rem;
	min-width: 41.9375rem;
}

.p-compare__table tbody {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

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

.p-compare__item:nth-child(2) {
	box-shadow: 0px 4px 15px 0px rgba(141, 141, 141, 0.5);
	border-radius: 1.25rem;
	background: transparent;
}

.p-compare__item:first-child .p-compare__itemName {
	background: transparent;
}

.p-compare__item:last-child .p-compare__itemData:nth-child(n+2) {
	border-radius: 0 1.25rem 1.25rem 0;
}

.p-compare__item:last-child .p-compare__itemData:last-child {
	border-radius: 0 1.25rem 1.25rem 1.25rem;
}

.p-compare__itemName {
	display: grid;
	place-items: center;
	border-radius: 1.25rem 1.25rem 0 0;
	background: #fff;
	aspect-ratio: 260/82;
	width: 16.25rem;
	height: auto;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.4479166667;
	letter-spacing: 0em;
}

.p-compare__itemImg {
	margin: 0 auto;
	aspect-ratio: 160/43;
	width: 10rem;
	height: auto;
}

.p-compare__itemImg img {
	aspect-ratio: 160/43;
	width: 10rem;
	height: auto;
}

.p-compare__itemEntry {
	display: grid;
	place-items: center;
	border-radius: 1.25rem 0 0 1.25rem;
	background: #fff;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.4477777778;
	letter-spacing: 0em;
}

.p-compare__itemEntry:nth-child(even),
.p-compare__itemData:nth-child(even) {
	background: #EEF0F1;
}

.p-compare__itemEntry:nth-child(2),
.p-compare__itemData:nth-child(2) {
	height: 5.125rem;
}

.p-compare__itemEntry:nth-child(3),
.p-compare__itemData:nth-child(3) {
	height: 15.625rem;
}

.p-compare__itemEntry:nth-child(4),
.p-compare__itemData:nth-child(4) {
	height: 9.1875rem;
}

.p-compare__itemEntry:nth-child(5),
.p-compare__itemData:nth-child(5) {
	height: 6.875rem;
}

.p-compare__itemBold {
	font-weight: 700;
}

.p-compare__item-accent {
	position: relative;
}

.p-compare__item-accent::before {
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	-webkit-mask-composite: destination-out;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	-webkit-mask-composite: xor;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	border: 0.1875rem solid transparent;
	border-radius: 1.25rem;
	background: linear-gradient(85deg, #0190CD 1.84%, #13BBCF 63.62%) border-box border-box;
	pointer-events: none;
	content: "";
}

.p-compare__itemData {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 0 1.25rem;
}

.p-compare__itemData:last-child {
	border-radius: 0 0 1.25rem 1.25rem;
}

.p-compare__unit {
	padding-top: 0.4375rem;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.448125;
	letter-spacing: 0em;
}

.p-compare__timing {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4477777778;
	letter-spacing: 0em;
}

.p-compare__money {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.4478571429;
	letter-spacing: 0em;
}

.p-compare__tax {
	padding-top: 0.625rem;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.4483333333;
	letter-spacing: 0em;
}

.p-compare__limit {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4477777778;
	letter-spacing: 0em;
}

.p-compare__date-accent {
	display: inline-block;
	aspect-ratio: 21/31;
	width: 1.3125rem;
	height: auto;
}

.p-compare__unit-accent {
	padding-top: 0.8125rem;
	color: #005C83;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.4479166667;
	letter-spacing: 0em;
}

.p-compare__timing-accent {
	color: #005C83;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4477777778;
	letter-spacing: 0em;
}

.p-compare__money-accent {
	padding-top: 1rem;
	color: #005C83;
	font-weight: 700;
	font-size: 2.375rem;
	line-height: 1.7;
	letter-spacing: 0em;
}

.p-compare__tax-accent {
	padding-top: 1.25rem;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.7;
	letter-spacing: 0em;
}

.p-compare__noteCreate {
	display: block;
	margin-top: -4rem;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.7;
	letter-spacing: 0em;
}

.p-compare__limit-accent {
	color: #005C83;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4479166667;
	letter-spacing: 0em;
}

.p-compare__noteSupport {
	display: block;
	margin-top: -1.25rem;
	color: #005C83;
	font-weight: 700;
	font-size: 0.5625rem;
	line-height: 1.2755555556;
	letter-spacing: 0em;
}

.p-compare__date-number16 {
	aspect-ratio: 28/21;
	width: 1.75rem;
	height: auto;
}

.p-compare__date-number4 {
	aspect-ratio: 16/21;
	width: 1rem;
	height: auto;
}

.p-careerFv {
	position: relative;
	padding: 2.25rem 0;
	aspect-ratio: 1440/505;
	width: 100%;
	height: auto;
	max-height: 31.5625rem;
}

.p-careerFv__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
}

.p-careerFv__bg img {
	-o-object-position: center top;
	object-position: center top;
}

.p-careerFv__title {
	margin-top: 2.75rem;
	margin-bottom: 1.25rem;
	color: #005C83;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0em;
	text-align: center;
}

.p-careerFv__lead {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.448;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-careerFv__lead .underline {
	background: linear-gradient(transparent 50%, #F0E900 0%);
	padding-bottom: 0.125rem;
}

.p-careerFv__lead .narrow {
	letter-spacing: -0.5em;
}

.p-careerFv__bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.9375rem;
	margin-top: 2.5rem;
}

.p-careerFv__logo {
	box-shadow: 0px 3px 15px 0px rgba(51, 51, 51, 0.1);
	aspect-ratio: 273/158;
	width: 17.0625rem;
	height: auto;
}

.p-careerFv__text {
	width: 25rem;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
}

.p-careerFv__text .accent {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
}

.p-careerAbout__title {
	margin-bottom: 3.125rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0em;
	text-align: center;
}

.p-careerAbout__title .accent {
	color: #13BBCF;
}

.p-careerAbout__caseImg {
	margin: 0 auto;
	aspect-ratio: 890/557;
	width: 55.625rem;
	height: auto;
}

.p-careerAbout__caseImg picture {
	width: 100%;
}

.p-careerAbout__note {
	margin-top: 3.125rem;
	border-radius: 0.5rem;
	background: #F4F6F8;
	padding: 1.875rem 1.5rem;
}

.p-careerAbout__note p {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.001em;
}

.p-careerAbout__note .small {
	margin-top: 0.75rem;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.6;
	letter-spacing: 0.001em;
}

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

.p-careerAbout__conclusionIcon {
	margin-bottom: 1.25rem;
	text-align: center;
}

.p-careerAbout__conclusionIcon span {
	display: inline-block;
	border-radius: 2rem;
	background: linear-gradient(85deg, #0190CD 1.84%, #13BBCF 63.62%);
	padding: 0.1rem 2.5rem;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4479166667;
	letter-spacing: 0em;
}

.p-careerAbout__message {
	color: #005C83;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.p-careerAbout__conclusionArrow {
	margin: 1.25rem auto 0;
	aspect-ratio: 36/79;
	width: 2.25rem;
	height: auto;
}

.p-careerAbout__listWrap {
	position: relative;
	margin: 0 auto;
	padding: 0 2.5rem;
	width: 100%;
	max-width: 1120px;
	height: inherit;
}

.p-careerAbout__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.875rem;
}

.p-careerAbout__item {
	box-shadow: 0px 0.1875rem 1.5625rem 0 rgba(51, 51, 51, 0.06);
	border-radius: 0.5rem;
	padding: 0 0.1875rem 0.1875rem 0.1875rem;
	width: 15.625rem;
}

.p-careerAbout__item.create {
	background: linear-gradient(90deg, rgba(153, 253, 255, 0.8) 0%, rgba(209, 179, 255, 0.8) 100%);
}

.p-careerAbout__item.design {
	background: linear-gradient(90deg, rgba(255, 245, 153, 0.8) 0%, rgba(255, 168, 176, 0.8) 100%);
}

.p-careerAbout__item.marketing {
	background: linear-gradient(90deg, rgba(186, 255, 173, 0.8) 0%, rgba(173, 206, 255, 0.8) 100%);
}

.p-careerAbout__item.app {
	background: linear-gradient(90deg, rgba(255, 139, 139, 0.8) 0%, rgba(247, 211, 232, 0.8) 100%);
}

.p-careerAbout__itemTitle {
	display: grid;
	place-items: center;
	height: 5.625rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: 0.004em;
	text-align: center;
}

.p-careerAbout__itemContent {
	border-radius: 0 0 0.3125rem 0.3125rem;
	background: #fff;
	padding-top: 1.5rem;
	padding-bottom: 1.6875rem;
}

.p-careerAbout__itemText {
	margin-bottom: 0.325rem;
	text-align: center;
}

.p-careerAbout__itemText p {
	display: inline-block;
	border: 0.0625rem solid #ccc;
	border-radius: 2rem;
	padding: 0 1.875rem;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.4478571429;
	letter-spacing: 0.005em;
}

.p-careerAbout__itemPrice {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.p-careerAbout__itemPrice .price {
	aspect-ratio: 92/24;
	width: 5.6875rem;
	height: auto;
}

.p-careerAbout__itemPrice .unit {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4477777778;
	letter-spacing: 0em;
}

.p-careerAbout__itemPrice .tax {
	padding-bottom: 0.125rem;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.4483333333;
	letter-spacing: 0em;
}

.p-careerAbout__itemArrow {
	margin: 0.275rem auto 0.8125rem;
	aspect-ratio: 23/10;
	width: 1.4375rem;
	height: auto;
}

.p-careerAbout__itemText--accent {
	margin-bottom: 0.625rem;
	text-align: center;
}

.p-careerAbout__itemText--accent p {
	display: inline-block;
	border-radius: 2rem;
	background: linear-gradient(85deg, #0190CD 1.84%, #13BBCF 63.62%);
	padding: 0.15625rem 2rem;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.448125;
	letter-spacing: 0.05em;
}

.p-careerAbout__itemPrice--accent {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.p-careerAbout__itemPrice--accent .price {
	aspect-ratio: 125/35;
	width: 7.8125rem;
	height: auto;
}

.p-careerAbout__itemPrice--accent .unit {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.448;
	letter-spacing: 0em;
}

.p-careerAbout__itemPrice--accent .tax {
	padding-bottom: 0.25rem;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.4483333333;
	letter-spacing: 0em;
}

.create .p-careerAbout__itemPrice--accent .price {
	aspect-ratio: 125/34;
	width: 7.8125rem;
	height: auto;
}

.p-careerTarget {
	background: #EBF3F6;
}

.p-careerTarget__inner {
	position: relative;
	margin: 0 auto;
	padding: 0 2.5rem;
	width: 100%;
	max-width: 60.625rem;
}

.p-careerTarget__wrapper {
	border-radius: 2rem;
	background: #fff;
	padding: 2.5rem 4.75rem;
}

.p-careerTarget__title {
	position: relative;
	margin-bottom: 1.5rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.448125;
	letter-spacing: 0em;
	text-align: center;
}

.p-careerTarget__title::before {
	position: absolute;
	bottom: -0.1875rem;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/careerTarget_titleBg.svg) no-repeat center center/contain;
	aspect-ratio: 472/98;
	width: 29.5rem;
	height: auto;
	content: "";
}

.p-careerTarget__lead {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: center;
}

.p-careerTarget__content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 7.5rem;
	margin-top: 2.6875rem;
}

.p-careerTarget__human {
	width: 16.25rem;
}

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

.p-careerTarget__humanTitle h3 {
	display: inline-block;
	border-radius: 0.5rem;
	background: #E0F7F9;
	padding: 0.125rem 0.625rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.p-careerTarget__humanTitle.not h3 {
	background: #FFE4E4;
}

.p-careerTarget__humanText {
	margin-top: 0.75rem;
	color: #005C83;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: center;
}

.p-careerTarget__list {
	position: relative;
	margin-top: 1.5rem;
	margin-right: auto;
	margin-left: auto;
	width: 10.9375rem;
}

.p-careerTarget__list::before {
	position: absolute;
	top: -0.6875rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	background: url(../img/careerTarget_circle.svg) no-repeat center center/contain;
	aspect-ratio: 1;
	width: 9.4375rem;
	height: auto;
	content: "";
}

.p-careerTarget__list.not {
	width: 92%;
}

.p-careerTarget__list.not::before {
	top: -0.125rem;
	background: url(../img/careerTarget_cross.svg) no-repeat center center/contain;
}

.p-careerTarget__item {
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 2;
	letter-spacing: 0em;
}

.p-careerTarget__item .small {
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 2;
	letter-spacing: 0.001em;
}

.p-careerTarget__item:not(:first-child) {
	margin-top: 0.375rem;
}

.p-careerTarget__note {
	margin: 3.5rem 0.25rem 0;
	border: 0.0625rem solid #005C83;
	border-radius: 0.5rem;
	padding: 0.625rem 1.25rem;
}

.p-careerTarget__note p {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.u-animation__fadeInUp,
.u-animation__fadeInLeft,
.u-animation__fadeInRight,
.u-animation__fadeInLeftBig,
.u-animation__fadeInRightBig {
	opacity: 0;
}

/* フェードイン時に入るクラス */

.js-fadeInUp {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInUpContents;
}

.js-fadeInUp__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInUpContents;
}

.js-fadeInUp__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInUpContents;
}

.js-fadeInLeft {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftContents;
}

.js-fadeInLeft__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftContents;
}

.js-fadeInLeft__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftContents;
}

.js-fadeInLeftBig {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftBigContents;
}

.js-fadeInLeftBig__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftBigContents;
}

.js-fadeInLeftBig__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftBigContents;
}

.js-fadeInRight {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightContents;
}

.js-fadeInRight__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightContents;
}

.js-fadeInRight__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightContents;
}

.js-fadeInRightBig {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightBigContents;
}

.js-fadeInRightBig__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightBigContents;
}

.js-fadeInRightBig__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightBigContents;
}

/* ボタンをプルプルさせる */

.u-btn__shake {
	animation: shake 2s infinite;
}

.u-sp {
	display: none;
}

.u-pc {
	display: none;
}

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

.u-left {
	text-align: left !important;
}

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

.u-pointer__none {
	pointer-events: none !important;
}

.u-nowrap {
	white-space: nowrap;
}

@media (hover: hover) {

	a:hover {
		cursor: pointer;
	}

	.l-header__item a:hover {
		opacity: 0.7;
	}

	.l-footer__item a:hover {
		opacity: 0.7;
	}

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

	.p-faq__item:hover {
		cursor: pointer;
	}

}

@media (min-width: 768px) {

	.l-drawer__icon {
		display: none;
	}

	.p-topFv__title .row2pc {
		display: inline-block;
	}

	.p-banner {
		background: #EBF3F6;
	}

	.p-feature__item--left .title {
		white-space: nowrap;
	}

	.js-fadeInUp__delay--1s {
		animation-delay: 1s;
	}

	.js-fadeInUp__delay--2s {
		animation-delay: 2s;
	}

	.js-fadeInLeft__delay--1s {
		animation-delay: 1s;
	}

	.js-fadeInLeft__delay--2s {
		animation-delay: 2s;
	}

	.js-fadeInLeftBig__delay--1s {
		animation-delay: 1s;
	}

	.js-fadeInLeftBig__delay--2s {
		animation-delay: 2s;
	}

	.js-fadeInRight__delay--1s {
		animation-delay: 1s;
	}

	.js-fadeInRight__delay--2s {
		animation-delay: 2s;
	}

	.js-fadeInRightBig__delay--1s {
		animation-delay: 1s;
	}

	.js-fadeInRightBig__delay--2s {
		animation-delay: 2s;
	}

	.u-pc {
		display: block;
	}

	.u-center--pc {
		text-align: center !important;
	}

	.u-left--pc {
		text-align: left !important;
	}

	.u-right--pc {
		text-align: right !important;
	}

	.u-pointer__none--pc {
		pointer-events: none !important;
	}

	.u-nowrap--pc {
		white-space: nowrap;
	}

}

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

	html {
		font-size: calc(1600 / 1120 * 1vw);
	}

}

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

	.p-change__slideBtn {
		width: 100%;
		max-width: 100%;
	}

}

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

	html {
		font-size: calc(1600 / 375 * 1vw);
	}

	.l-header {
		height: 3.5rem;
	}

	.l-header__wrapper {
		padding: 0.25rem 1.25rem;
	}

	.l-header__logo {
		aspect-ratio: 117/31;
		width: 7.25rem;
		height: auto;
	}

	.l-header__nav {
		display: none;
	}

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

	.l-inner {
		padding: 0 1.25rem;
		width: 100%;
		max-width: 100%;
	}

	.l-footer {
		padding: 1.875rem 0 1.25rem;
		padding-bottom: calc(1.25rem + 21.333333333333vw);
	}

	.l-footer__wrapper {
		padding: 0 1.25rem;
	}

	.l-footer__head {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.l-footer__logo {
		aspect-ratio: 165/45;
		width: 10.3125rem;
		height: auto;
	}

	.l-footer__list {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.1rem;
		margin-top: 1.675rem;
	}

	.l-footer__item a {
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.6;
		letter-spacing: 0.001em;
	}

	.l-footer__bottom {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 2.9rem;
	}

	.l-footer__snsWrap {
		margin-left: 0;
	}

	.l-footer__snsTitle {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.7142857143;
		letter-spacing: 0.002em;
	}

	.l-footer__copyright {
		margin-top: 3.85rem;
		margin-bottom: 0;
	}

	.l-section {
		padding: 3.75rem 0;
	}

	.c-section__subtitle {
		margin-bottom: 0.5rem;
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.6;
		letter-spacing: 0em;
	}

	.c-section__title {
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.3;
		letter-spacing: 0em;
	}

	.p-topFv {
		background: #EBF3F6;
		padding: 2.25rem 0 0 0;
		aspect-ratio: 375/480;
	}

	.p-topFv__bg {
		aspect-ratio: 375/330;
		width: 100%;
		height: auto;
	}

	.p-topFv__off {
		margin-bottom: 1rem;
		padding: 0.25rem 0.5rem;
		font-weight: 700;
		font-size: 0.9375rem;
		line-height: 1;
		letter-spacing: 0.00075em;
	}

	.p-topFv__title .row {
		padding: 0.3rem 0.5rem;
		font-weight: 700;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing: 0em;
	}

	.p-topFv__title .row2sp {
		display: inline-block;
	}

	.p-topFv__title .row3sp {
		display: inline-block;
	}

	.p-topFv__subtitle {
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.25;
		letter-spacing: 0.00042em;
	}

	.p-topFv__iconWrap {
		-moz-column-gap: 0.4375rem;
		column-gap: 0.4375rem;
		margin-bottom: 1.4375rem;
		width: 100%;
	}

	.p-topFv__icon {
		aspect-ratio: 107/84;
		height: auto;
	}

	.p-topFv__icon {
		padding: 0.48125rem 0;
	}

	.p-topFv__icon svg {
		width: 2.1875rem;
	}

	.p-topFv__icon p {
		font-weight: 700;
		font-size: 0.8125rem;
		line-height: 1.2073846154;
		letter-spacing: 0em;
	}

	.p-topFv__bottom {
		margin: auto;
		width: 19.125rem;
	}

	.p-topFv__btn-text {
		font-weight: 700;
		font-size: 0.875rem;
		line-height: 1;
		letter-spacing: 0.0007em;
	}

	.p-topFv__btn .line-icon {
		margin-right: 1rem;
		width: 2.5rem;
	}

	.p-topFv__btn {
		padding: 0.4375rem 1rem;
		width: 100%;
	}

	.p-topFv__btn img {
		margin-right: 1rem;
		width: 2.5rem;
	}

	.p-topFv__btn span {
		margin-right: 1rem;
		font-weight: 700;
		font-size: 1rem;
		line-height: 1;
		letter-spacing: 0.00075em;
		white-space: nowrap;
	}

	.p-topFv__btn svg {
		width: 1.5rem;
	}

	.p-banner {
		position: relative;
		padding: 1.3rem 0 0;
	}

	.p-banner::after {
		position: absolute;
		top: 0;
		left: 0;
		background: #EBF3F6;
		width: 100%;
		height: calc(50% + 1.25rem);
		content: "";
	}

	.p-banner.--blue {
		padding: 1.25rem;
	}

	.p-banner.--blue::after {
		display: none;
	}

	.p-banner a {
		margin: auto;
		aspect-ratio: 335/195;
		width: 20.9375rem;
		height: auto;
	}

	.p-curriculum__wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.125rem 0.9375rem;
		margin-top: 2.5rem;
	}

	.p-curriculum__item-img {
		margin-bottom: 0.9375rem;
		aspect-ratio: 160/94;
	}

	.p-curriculum__item-head {
		margin-bottom: 0.375rem;
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.6;
		letter-spacing: 0em;
	}

	.p-curriculum__item-text {
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.6;
		letter-spacing: -0.05em;
	}

	.p-contact {
		background: url(../img/contact_bg_sp.png) no-repeat center center/cover;
		padding: 2.25rem 0;
	}

	.p-contact__container {
		padding: 1.875rem 2rem;
	}

	.p-contact__title {
		margin-bottom: 1.25rem;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.3;
		letter-spacing: 0em;
		white-space: nowrap;
	}

	.p-contact__list {
		display: block;
		margin-bottom: 3rem;
	}

	.p-contact__item svg {
		width: 1.25rem;
	}

	.p-contact__item span {
		font-weight: 700;
		font-size: 0.875rem;
		line-height: 1.5;
		letter-spacing: 0em;
	}

	.p-topFv__bottom.--contact {
		width: 100%;
	}

	.p-topFv__btn.--contact .line-icon {
		width: 2.5rem;
	}

	.p-topFv__btn.--contact .bubble {
		width: 14.875rem;
		height: 2.5625rem;
	}

	.p-feature__bar1 {
		top: 6.25rem;
		left: -3.75rem;
		width: 18rem;
		height: 11.3rem;
	}

	.p-feature__bar2 {
		top: 40rem;
		right: -2.75rem;
		width: 18rem;
		height: 11.3rem;
	}

	.p-feature__bar3 {
		bottom: 33.25rem;
		left: -3.75rem;
		width: 19.4375rem;
		height: 11.25rem;
	}

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

	.p-feature__item::after {
		width: 12.5rem;
	}

	.p-feature__item {
		display: block;
		padding: 2.3125rem 1rem 1.8rem;
	}

	.p-feature__item--left {
		width: 100%;
	}

	.p-feature__item--left .point {
		margin-bottom: 1.5rem;
		width: 5.5rem;
	}

	.p-feature__item--left .title {
		margin-bottom: 1rem;
		width: 100%;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.3;
		letter-spacing: 0em;
	}

	.p-feature__item--left .subtitle {
		width: 100%;
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.4;
		letter-spacing: 0em;
	}

	.p-feature__item--left .text {
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.7;
		letter-spacing: 0.00014em;
	}

	.p-feature__item--right {
		aspect-ratio: 303/200;
		width: 100%;
		height: auto;
	}

	.p-feature__item:nth-child(2) .p-feature__item--right {
		aspect-ratio: 303/200;
		width: 100%;
		height: auto;
	}

	.p-service__wrap {
		display: block;
		margin-top: 2.5rem;
	}

	.p-service__item:not(:last-of-type) {
		margin-bottom: 3.125rem;
	}

	.p-service__img {
		margin-bottom: 1rem;
		aspect-ratio: 335/189;
	}

	.p-service__head .text {
		width: 16.875rem;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.4;
		letter-spacing: 0em;
	}

	.p-service__text {
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.6;
		letter-spacing: 0.002em;
	}

	.p-service__text span {
		font-weight: 700;
	}

	.p-service__other {
		margin: 2rem auto 1.1875rem;
		aspect-ratio: 302/142;
		width: 18.875rem;
		height: auto;
	}

	.p-service__other-img {
		aspect-ratio: auto;

		wdith: 100%;
		height: auto;
	}

	.p-comment__title {
		margin-bottom: 0.5rem;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.3;
		letter-spacing: 0em;
	}

	.p-comment__subtitle {
		font-weight: 500;
		font-size: 1rem;
		line-height: 1.4;
		letter-spacing: 0em;
	}

	.p-comment__bg1 {
		top: 1.4375rem;
		right: -0.75rem;
		aspect-ratio: 70/58;
		width: 4.375rem;
		height: auto;
	}

	.p-comment__bg2 {
		top: -1.5625rem;
		bottom: unset;
		left: 0;
		aspect-ratio: 66.8/58.14;
		width: 4.175rem;
		height: auto;
	}

	.p-comment__wrap {
		display: block;
		margin-top: 2.5rem;
		width: 100%;
	}

	.p-comment__item:not(:last-of-type) {
		margin-bottom: 1.5rem;
	}

	.p-schedule__container {
		margin-top: 2.5rem;
		padding: 2.5rem 1rem 2rem;
	}

	.p-schedule__bg1 {
		top: -2.25rem;
		left: -3.75rem;
		width: 10.6875rem;
		height: 12.0625rem;
	}

	.p-schedule__bg2 {
		top: 25.25rem;
		right: -5.75rem;
		width: 11.625rem;
		height: 22.875rem;
	}

	.p-schedule__bg3 {
		right: -4rem;
		bottom: -0.6rem;
		left: unset;
		transform: rotate(-59.425deg);
		width: 9.625rem;
		height: 8.375rem;
	}

	.p-schedule__head {
		margin-bottom: 0.5rem;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.3;
		letter-spacing: 0em;
	}

	.p-schedule__sub {
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.4;
		letter-spacing: 0em;
	}

	.p-schedule__img {
		margin: 2rem 0 1rem;
		margin-left: -0.5rem;
		aspect-ratio: 320/181;
		width: 20rem;
	}

	.p-schedule__arrow {
		width: 1.5rem;
		height: 3.4375rem;
	}

	.p-schedule__4step {
		aspect-ratio: 303/62;
	}

	.p-schedule__wrap {
		display: block;
	}

	.p-schedule__item .arrow {
		top: calc(100% + 0.4375rem);
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		width: 1.375rem;
		height: 1.5rem;
	}

	.p-schedule__item:not(:last-of-type) {
		margin-bottom: 3.2rem;
	}

	.p-schedule__item img {
		margin-bottom: 1rem;
		width: 10rem;
	}

	.p-schedule__item .num {
		margin-bottom: 0.6rem;
	}

	.p-schedule__item .num span:nth-of-type(2) {
		font-weight: 700;
		font-size: 1.125rem;
		line-height: 1.1;
		letter-spacing: 0em;
	}

	.p-schedule__item .text {
		padding: 0 0.09375rem;
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.5;
		letter-spacing: 0em;
	}

	.p-faq__subtitle {
		margin-top: 2.4rem;
		margin-bottom: 0.6rem;
		padding-left: 0.75rem;
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.6;
		letter-spacing: 0em;
	}

	.p-faq__container {
		margin-top: 0;
		width: 100%;
	}

	.p-faq__item::before {
		top: 1.9375rem;
		right: 0.3125rem;
		width: 1rem;
	}

	.p-faq__item::after {
		top: 1.5rem;
		right: 0.75rem;
		height: 1rem;
	}

	.p-faq__question {
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
		align-items: flex-start;
		margin-bottom: 0.75rem;
	}

	.p-faq__question img {
		width: 1.6875rem;
	}

	.p-faq__question p {
		width: 76.1194029851%;
		font-weight: 700;
		font-size: 0.9375rem;
		line-height: 1.7;
		letter-spacing: 0em;
	}

	.p-faq__answer {
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
	}

	.p-faq__answer img {
		width: 1.6875rem;
	}

	.p-faq__answer p {
		width: 89.552238806%;
		min-height: 0;
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.6;
		letter-spacing: 0.001em;
	}

	.p-change__wrapper {
		margin-top: 1.3125rem;
		padding: 0 1.25rem;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.p-change__sliderWrap {
		margin-top: 2.5rem;
		padding-bottom: 2.25rem;
	}

	.p-change__slide::before {
		right: 0.5rem;
		width: auto;
	}

	.p-change__slideLead {
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.4;
		letter-spacing: 0em;
	}

	.p-change__slideText {
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.5714285714;
		letter-spacing: 0em;
	}

	.p-change__slideBottom {
		gap: 0.9375rem;
	}

	.p-change__slideBefore,
	.p-change__slideAfter {
		width: 47.25%;
	}

	.p-change__slideBtn {
		top: 47%;
		width: 103vw;
		max-width: 103vw;
	}

	.swiper-button-prev,
	.swiper-button-next {
		width: 1.875rem;
	}

	.swiper-pagination-bullet {
		width: 0.375rem;
	}

	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 0.375rem;
	}

	.p-compare__title {
		margin-bottom: 0.5rem;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.3;
		letter-spacing: 0em;
	}

	.p-compare__subtitle {
		font-weight: 500;
		font-size: 1rem;
		line-height: 1.4;
		letter-spacing: 0em;
	}

	.p-compare__wrap {
		margin-left: 1.25rem;
		padding: 0;
		width: calc(100% - 1.25rem);
		max-width: 100%;
	}

	.p-compare__table-wrap {
		padding-bottom: 1.78125rem;
		width: calc(100% - 1.25rem);
		overflow-x: scroll;
	}

	.p-compare__table-wrap::-webkit-scrollbar {
		height: 0.625rem;
	}

	.p-compare__table-wrap::-webkit-scrollbar-thumb {
		border-radius: 6.25rem;
		background-color: #666;
		width: 7.5rem;
	}

	.p-compare__table-wrap::-webkit-scrollbar-track {
		border: 0.0625rem solid #666;
		border-radius: 6.25rem;
		background-color: #fff;
	}

	.p-compare__table {
		margin-top: 2.1875rem;
	}

	.p-compare__table tbody {
		grid-template-columns: repeat(4, 10.4375rem);
	}

	.p-compare__itemName {
		aspect-ratio: 167/53;
		width: 10.4375rem;
		font-weight: 500;
		font-size: 0.965625rem;
		line-height: 1.4485436893;
		letter-spacing: 0em;
	}

	.p-compare__itemImg {
		aspect-ratio: 103/28;
		width: 6.4375rem;
	}

	.p-compare__itemImg img {
		aspect-ratio: 103/28;
		width: 6.4375rem;
	}

	.p-compare__itemEntry {
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.4478571429;
		letter-spacing: 0em;
	}

	.p-compare__itemEntry:nth-child(2),
	.p-compare__itemData:nth-child(2) {
		height: 4.375rem;
	}

	.p-compare__itemEntry:nth-child(3),
	.p-compare__itemData:nth-child(3) {
		height: 10.0625rem;
	}

	.p-compare__itemEntry:nth-child(4),
	.p-compare__itemData:nth-child(4) {
		height: 5.9375rem;
	}

	.p-compare__itemEntry:nth-child(5),
	.p-compare__itemData:nth-child(5) {
		height: 4.4375rem;
	}

	.p-compare__item:nth-child(3) .p-compare__timing,
	.p-compare__item:nth-child(4) .p-compare__timing {
		padding: 0 0.5625rem;
	}

	.p-compare__item-accent::before {
		border: 0.125rem solid transparent;
	}

	.p-compare__itemData {
		padding: 0 1rem;
	}

	.p-compare__unit {
		padding-top: 0.25rem;
		font-weight: 500;
		font-size: 0.75rem;
		line-height: 1.4483333333;
		letter-spacing: 0em;
	}

	.p-compare__timing {
		font-weight: 700;
		font-size: 0.75rem;
		line-height: 1.4483333333;
		letter-spacing: 0em;
	}

	.p-compare__money {
		font-weight: 700;
		font-size: 1.125rem;
		line-height: 1.4477777778;
		letter-spacing: 0em;
	}

	.p-compare__tax {
		padding-top: 0.375rem;
		font-weight: 700;
		font-size: 0.625rem;
		line-height: 1.448;
		letter-spacing: 0em;
	}

	.p-compare__limit {
		font-weight: 700;
		font-size: 0.75rem;
		line-height: 1.4483333333;
		letter-spacing: 0em;
	}

	.p-compare__date-accent {
		aspect-ratio: 16/22;
		width: 1rem;
	}

	.p-compare__unit-accent {
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.448125;
		letter-spacing: 0em;
	}

	.p-compare__timing-accent {
		font-weight: 700;
		font-size: 0.875rem;
		line-height: 1.4478571429;
		letter-spacing: 0em;
	}

	.p-compare__money-accent {
		padding-top: 0.375rem;
		font-weight: 700;
		font-size: 1.375rem;
		line-height: 1.7;
		letter-spacing: 0em;
	}

	.p-compare__tax-accent {
		padding-top: 0.5rem;
		font-weight: 700;
		font-size: 0.625rem;
		line-height: 1.7;
		letter-spacing: 0em;
	}

	.p-compare__noteCreate {
		margin-top: -2.5rem;
		font-weight: 500;
		font-size: 0.625rem;
		line-height: 1.7;
		letter-spacing: 0em;
	}

	.p-compare__limit-accent {
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.448125;
		letter-spacing: 0em;
	}

	.p-compare__noteSupport {
		font-weight: 500;
		font-size: 0.625rem;
		line-height: 1.1;
		letter-spacing: 0em;
	}

	.p-compare__date-number16 {
		aspect-ratio: 22/17;
		width: 1.375rem;
	}

	.p-compare__date-number4 {
		aspect-ratio: 11/14;
		width: 0.6875rem;
	}

	.p-careerFv {
		padding: 0;
		aspect-ratio: 375/554;
		max-height: 34.625rem;
	}

	.p-careerFv__bg {
		aspect-ratio: 375/554;
		width: 100%;
		height: auto;
	}

	.p-careerFv__title {
		margin-top: 0;
		padding-top: 5rem;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.448;
		letter-spacing: 0em;
	}

	.p-careerFv__lead {
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.448125;
		letter-spacing: 0.04em;
	}

	.p-careerFv__lead .underline {
		background: linear-gradient(transparent 60%, #F0E900 0%);
		padding-bottom: 0;
	}

	.p-careerFv__bottom {
		flex-direction: column;
		gap: 1.8125rem;
		margin-top: 0.025rem;
	}

	.p-careerFv__logo {
		position: relative;
		margin-top: 1.5rem;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
		aspect-ratio: 199/115;
		width: 12.4375rem;
	}

	.p-careerFv__logo::before {
		position: absolute;
		bottom: -0.3125rem;
		left: 50%;
		transform: translateX(-50%);
		background: url(../img/careerFv_img_sp.svg) no-repeat center center/contain;
		aspect-ratio: 284/86;
		width: 17.75rem;
		height: auto;
		content: "";
	}

	.p-careerFv__text {
		width: 100%;
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.6;
		letter-spacing: 0.001em;
	}

	.p-careerFv__text .accent {
		font-weight: 700;
		font-size: 0.875rem;
		line-height: 1.6;
		letter-spacing: 0.001em;
	}

	.p-careerAbout__title {
		margin-bottom: 2.5rem;
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.3;
		letter-spacing: 0em;
	}

	.p-careerAbout__caseImg {
		aspect-ratio: 335/642;
		width: 100%;
	}

	.p-careerAbout__note {
		margin-top: 2.5rem;
		padding: 1.5rem 1rem;
	}

	.p-careerAbout__note p {
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.6;
		letter-spacing: 0.001em;
	}

	.p-careerAbout__note .small {
		margin-top: 0.4rem;
		font-weight: 500;
		font-size: 0.8125rem;
		line-height: 1.5;
		letter-spacing: 0em;
	}

	.p-careerAbout__conclusion {
		margin-top: 2.3rem;
	}

	.p-careerAbout__conclusionIcon {
		margin-bottom: 1rem;
	}

	.p-careerAbout__conclusionIcon span {
		padding: 0.25rem 1.5rem;
		font-weight: 700;
		font-size: 1.125rem;
		line-height: 1.6;
		letter-spacing: 0.005em;
	}

	.p-careerAbout__message {
		font-weight: 700;
		font-size: 1.125rem;
		line-height: 1.6;
		letter-spacing: 0em;
	}

	.p-careerAbout__conclusionArrow {
		margin: 1rem auto 0;
		aspect-ratio: 24/55;
		width: 1.5rem;
	}

	.p-careerAbout__listWrap {
		margin-left: 1.25rem;
		padding: 0;
		padding-bottom: 2rem;
		width: calc(100% - 1.25rem);
		max-width: 100%;
		overflow-x: auto;
	}

	.p-careerAbout__listWrap::-webkit-scrollbar {
		height: 0.625rem;
	}

	.p-careerAbout__listWrap::-webkit-scrollbar-thumb {
		border-radius: 6.25rem;
		background-color: #666;
		width: 7.5rem;
	}

	.p-careerAbout__listWrap::-webkit-scrollbar-track {
		border: 0.0625rem solid #666;
		border-radius: 6.25rem;
		background-color: #fff;
	}

	.p-careerAbout__list {
		gap: 0.75rem;
		margin-top: 1.7rem;
		min-width: 59.75rem;
		overflow: auto;
	}

	.p-careerAbout__item {
		width: 14.375rem;
	}

	.p-careerAbout__itemTitle {
		height: 3.75rem;
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.2;
		letter-spacing: 0.004em;
	}

	.p-careerAbout__itemContent {
		padding-top: 1.625rem;
		padding-bottom: 1.7rem;
	}

	.p-careerAbout__itemText p {
		padding: 0.0625rem 1.9375rem;
		font-weight: 500;
		font-size: 0.8125rem;
		line-height: 1.4476923077;
		letter-spacing: 0.005em;
	}

	.p-careerAbout__itemPrice .price {
		aspect-ratio: 81/21;
		width: 5.0625rem;
	}

	.p-careerAbout__itemPrice .unit {
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.448125;
		letter-spacing: 0em;
	}

	.p-careerAbout__itemPrice .tax {
		font-weight: 700;
		font-size: 0.75rem;
		line-height: 1.4483333333;
		letter-spacing: 0em;
	}

	.design .price,
	.app .price {
		aspect-ratio: 84/22;
		width: 5.125rem;
	}

	.p-careerAbout__itemText--accent p {
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.448125;
		letter-spacing: 0.005em;
	}

	.p-careerAbout__itemPrice--accent .price {
		aspect-ratio: 122/32;
		width: 7.625rem;
	}

	.p-careerAbout__itemPrice--accent .unit {
		font-weight: 700;
		font-size: 1.125rem;
		line-height: 1.4477777778;
		letter-spacing: 0em;
	}

	.create .p-careerAbout__itemPrice--accent .price {
		aspect-ratio: 122/32;
		width: 7.625rem;
	}

	.p-careerTarget__inner {
		padding: 0 1.25rem;
		max-width: 100%;
	}

	.p-careerTarget__wrapper {
		border-radius: 1.25rem;
		padding: 1.875rem 1rem;
	}

	.p-careerTarget__title {
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 1.448;
		letter-spacing: 0em;
	}

	.p-careerTarget__title::before {
		background: url(../img/careerTarget_titleBg_sp.svg) no-repeat center center/contain;
		aspect-ratio: 294/71;
		width: 18.375rem;
	}

	.p-careerTarget__lead {
		-moz-text-align-last: left;
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.6;
		letter-spacing: 0.001em;
		text-align-last: left;
	}

	.p-careerTarget__content {
		flex-direction: column;
		gap: 3.6875rem;
		margin-top: 1.6875rem;
	}

	.p-careerTarget__human {
		margin: 0 auto;
		width: 11.5rem;
	}

	.p-careerTarget__humanTitle h3 {
		padding: 0.25rem 0.625rem;
		font-weight: 700;
		font-size: 0.875rem;
		line-height: 1.6;
		letter-spacing: 0em;
	}

	.p-careerTarget__humanText {
		margin-top: 0.5rem;
		font-weight: 700;
		font-size: 0.875rem;
		line-height: 1.6;
		letter-spacing: 0em;
	}

	.p-careerTarget__list {
		margin-top: 1.25rem;
		width: 9.625rem;
	}

	.p-careerTarget__list::before {
		top: -0.8125rem;
		width: 7.8125rem;
	}

	.p-careerTarget__list.not {
		width: 7.1875rem;
	}

	.p-careerTarget__list.not::before {
		background: url(../img/careerTarget_cross_sp.svg) no-repeat center center/contain;
	}

	.p-careerTarget__item {
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.6;
		letter-spacing: 0em;
	}

	.p-careerTarget__item .small {
		display: block;
		margin-top: -0.125rem;
		font-weight: 700;
		font-size: 0.75rem;
		line-height: 1.6;
		letter-spacing: 0em;
	}

	.p-careerTarget__note {
		margin: 3.25rem 0 0;
		padding: 0.5rem;
	}

	.p-careerTarget__note p {
		font-weight: 500;
		font-size: 0.8125rem;
		line-height: 1.5;
		letter-spacing: -0.003em;
	}

	.js-fadeInLeft {
		animation-name: fadeInUpContents;
	}

	.js-fadeInLeft__delay--1s {
		animation-name: fadeInUpContents;
	}

	.js-fadeInLeft__delay--2s {
		animation-name: fadeInUpContents;
	}

	.js-fadeInLeftBig {
		animation-name: fadeInUpContents;
	}

	.js-fadeInLeftBig__delay--1s {
		animation-name: fadeInUpContents;
	}

	.js-fadeInLeftBig__delay--2s {
		animation-name: fadeInUpContents;
	}

	.js-fadeInRight {
		animation-name: fadeInUpContents;
	}

	.js-fadeInRight__delay--1s {
		animation-name: fadeInUpContents;
	}

	.js-fadeInRight__delay--2s {
		animation-name: fadeInUpContents;
	}

	.js-fadeInRightBig {
		animation-name: fadeInUpContents;
	}

	.js-fadeInRightBig__delay--1s {
		animation-name: fadeInUpContents;
	}

	.js-fadeInRightBig__delay--2s {
		animation-name: fadeInUpContents;
	}

	.u-sp {
		display: block;
	}

	.u-center--sp {
		text-align: center !important;
	}

	.u-left--sp {
		text-align: left !important;
	}

	.u-right--sp {
		text-align: right !important;
	}

	.u-pointer__none--sp {
		pointer-events: none !important;
	}

	.u-nowrap--sp {
		white-space: nowrap;
	}

}

@keyframes fadeInUpContents {

	0% {
		transform: translateY(1.25rem);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}

}

@keyframes fadeInLeftContents {

	0% {
		transform: translateX(-1.25rem);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}

}

@keyframes fadeInRightContents {

	0% {
		transform: translateX(1.25rem);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}

}

@keyframes fadeInLeftBigContents {

	0% {
		transform: translateX(-62.5rem);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}

}

@keyframes fadeInRightBigContents {

	0% {
		transform: translateX(62.5rem);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}

}

@keyframes shake {

	0% {
		transform: translateX(0.125rem);
	}

	5% {
		transform: translateX(-0.125rem);
	}

	10% {
		transform: translateX(0.125rem);
	}

	15% {
		transform: translateX(-0.125rem);
	}

	20% {
		transform: translateX(0.125rem);
	}

	25% {
		transform: translateX(-0.125rem);
	}

	30% {
		transform: translateX(0);
	}

}

/*追加_fixed_cta*/

.fixed_cta {
	display: none;
}

@media screen and (max-width: 480px) {
	.fixed_cta {
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 100;
		width: 100%;
		background: #ffffffd9;
		padding: 0 16px;
	}
}

.hidden {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
}

.visible {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s, visibility 0.5s;
}

/**==============================
	2024.03.19追加
	/ad001　特典オファーセクション
==============================**/

.sp-only {
	display: none;
}

.p-offer {
	background: url(../img/offer_background.jpg) no-repeat center center/cover;
}

.p-offer__btn {
	position: absolute;
	max-width: 440px;
	width: 40%;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	.p-offer.l-section {
		padding: 1rem 0 0;
	}

	.p-offer .l-inner {
		padding: 0;
	}

	.p-offer__btn {
		width: 95%;
		bottom: 24px;
	}

}

/************************
short_lp
***********************/

.p-topFv--ad,
.p-offer--ad {
	position: relative;
}

.p-topFv--ad a,
.p-offer--ad a {
	display: block;
}

.ad-cta__button {
	width: 90%;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.p-offer--ad .ad-cta__button {
	bottom: 32px;
}

/**==============================
	2025.12.xx追加
	TOPページ アバウトセクション
==============================**/

.p-about {
	position: relative;
	overflow: hidden;
}

.p-about .circle {
	position: absolute;
	z-index: -1;
}

.p-about .circle1 {
	top: -4vw;
	left: -8.61vw;
}

.p-about .circle1 svg {
	width: 22.52222222222222vw;
}

.p-about .circle2 {
	top: 10.90277777777778vw;
	right: -8.125vw;
}

.p-about .circle2 svg {
	width: 19.50763888888889vw;
}

.p-about .circle3 {
	top: 88.05555555555556vw;
	left: -3.819444444444444vw;
}

.p-about .circle3 svg {
	width: 12.98611111111111vw;
}

.p-about .circle4 {
	top: 91.31944444444444vw;
	right: -11.875vw;
}

.p-about .circle4 svg {
	width: 22.52222222222222vw;
}

.p-about .p-about__title {
	text-align: center;
	margin-bottom: 50px;
}

.p-about .p-about__title .mainTitle {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	color: #FFFFFF;
	width: fit-content;
	margin: 0 auto 2rem;
	padding: 0.5rem 2rem;
	border-radius: 999px;
	background: var(--Primary-Line, linear-gradient(85deg, #0190CD 1.84%, #13BBCF 63.62%));
}

.p-about .p-about__title .subCopy {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	color: #333333;
	margin-bottom: 0.5rem;
}

.p-about .p-about__title .subTitle {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	color: #005C83;
}

.p-about .p-about__text p {
	-webkit-text-decoration-skip-ink: none;
	margin-bottom: 2.5rem;
	max-width: 100%;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0em;
	text-decoration: underline;
	text-decoration-color: rgba(249, 245, 11, 0.8);
	text-decoration-thickness: 0.5em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.15em;
}

.p-about .p-about__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.p-about .p-about__item .p-about__item--item01,
.p-about .p-about__item .p-about__item--item02 {
	box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.15);
	border-radius: 1rem;
}

.p-about .p-about__price {
	text-align: center;
	margin-bottom: 1rem;
	position: relative;
}

.p-about .p-about__price .abs {
	position: absolute;
	width: 23vw;
	object-fit: contain;
	top: -0.5rem;
	right: -0.75rem;
}

.p-about .p-about__course {
	padding: 1rem 2rem;
	background-color: #F4F6F8;
	border-radius: 0.5rem;
	width: fit-content;
	min-width: 631px;
	margin: 0 auto 2.5rem;
	text-align: center;
}

.p-about .p-about__course .title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	color: #005C83;
	padding-bottom: 4px;
	border-bottom: 2px solid #005C83;
	margin-bottom: 5px;
}

.p-about .p-about__course .text {
	font-weight: 700;
	line-height: 160%;
}

.p-about .p-about__note {
	margin-bottom: 2.5rem;
}

.p-about .p-about__note p {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
}

.p-about .p-about__container {
	padding: 1.5rem;
	background-color: #EBF3F6;
	border-radius: 1rem;
}

.p-about .p-about__container .title {
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	color: #005C83;
	text-align: center;
	margin-bottom: 2rem;
}

.p-about .p-about__container .wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.p-about .p-about__container .text {
	width: 62%;
}

.p-about .p-about__container .text .subTitle {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.p-about .p-about__container .text .subTitle .underline {
	-webkit-text-decoration-skip-ink: none;
	text-decoration: underline;
	text-decoration-color: rgba(249, 245, 11, 0.8);
	text-decoration-thickness: 0.5em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.15em;
}

.p-about .p-about__container .text p {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-about .p-about__container .text p .bold {
	font-weight: 700;
}

.p-about .p-about__container .img {
	width: 36%;
}

.p-about .p-about__container .img img {
	box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.20);
}

@media screen and (max-width: 767px) {
	.p-about .circle1 {
		top: -6.666666666666667vw;
		left: -17.43589743589744vw;
	}

	.p-about .circle1 svg {
		width: 30.51282051282051vw;
	}

	.p-about .circle2 {
		top: 73.33333333333333vw;
		right: -22.05128205128205vw;
	}

	.p-about .circle2 svg {
		width: 41.8974358974359vw;
	}

	.p-about .circle3 {
		top: 229.4871794871795vw;
		left: -19.74358974358974vw;
	}

	.p-about .circle3 svg {
		width: 28.97435897435897vw;
	}

	.p-about .circle4 {
		top: 343.8461538461538vw;
		right: -26.41025641025641vw;
	}

	.p-about .circle4 svg {
		width: 43.07692307692308vw;
	}

	.p-about .circle5 {
		top: 481.7948717948718vw;
		left: -15.12820512820513vw;
	}

	.p-about .circle5 svg {
		width: 30.51282051282051vw;
	}

	.p-about .circle6 {
		top: 561.2820512820513vw;
		right: -24.35897435897436vw;
	}

	.p-about .circle6 svg {
		width: 43.58974358974359vw;
	}


	.p-about .circle7 {
		top: 717.4358974358974vw;
		left: -17.43589743589744vw;
	}

	.p-about .circle7 svg {
		width: 28.97435897435897vw;
	}

	.p-about .p-about__title {
		margin-bottom: 2rem;
	}

	.p-about .p-about__title .mainTitle {
		font-size: 1rem;
		width: fit-content;
		margin: 0 auto 2rem;
		padding: 0.5rem 0.6rem;
		letter-spacing: -1px;
		border-radius: 999px;
	}

	.p-about .p-about__title .subCopy {
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}

	.p-about .p-about__title .subTitle {
		font-size: 1.75rem;
	}

	.p-about .p-about__text p {
		font-size: 1.125rem;
		margin-bottom: 2rem;
	}

	.p-about .p-about__price {
		margin-bottom: 2rem;
	}

	.p-about .p-about__course {
		padding: 1rem;
		width: fit-content;
		min-width: 100%;
		margin: 0 auto 2.5rem;
	}

	.p-about .p-about__course .title {
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 1.6;
		color: #005C83;
		padding-bottom: 4px;
		border-bottom: 2px solid #005C83;
		margin-bottom: 5px;
	}

	.p-about .p-about__course .text {
		font-size: 0.75rem;
	}

	.p-about .p-about__item {
		flex-direction: column;
		margin-bottom: 2rem;
	}

	.p-about .p-about__container {
		padding: 2rem 1rem;
		background-color: #EBF3F6;
		border-radius: 1rem;
	}

	.p-about .p-about__container .wrapper {
		flex-direction: column;
		gap: 1.5rem;
	}

	.p-about .p-about__container .title {
		font-size: 1.25rem;
		margin-bottom: 2rem;
		width: 100vw;
		margin-left: -2.25rem;
	}

	.p-about .p-about__container .text .subTitle {
		font-size: 1rem;
	}

	.p-about .p-about__container .text {
		width: 100%;
	}

	.p-about .p-about__container .img {
		width: 100%;
	}
}

/**==============================
	2025.12.xx追加
	バナー
==============================**/

.p-topFv__banner {
	position: absolute;
	right: 5.972222222222222vw;
	bottom: 2.638888888888889vw;
	width: 24.30555555555556vw;
	min-width: 300px;
	aspect-ratio: 350/140;
	box-shadow: 0 2.524px 21.034px 0 rgba(51, 51, 51, 0.06);
}

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

	.p-fixBanner {
		position: fixed;
		z-index: 100;
		bottom: 0;
		right: 0;
		width: 100%;
	}

	.p-fixBanner img {
		box-shadow: 0 2.524px 21.034px 0 rgba(51, 51, 51, 0.06);
	}
}
