body {
	font-family: "FOT-筑紫ゴシック Pr5 M" !important;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-rendering: optimizeSpeed;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

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

.section-title {
	color: #fff;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	font-weight: bold;
}

.section-title--black {
	color: #1A1A1A;
}

.section-title__en {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#CFAF85), color-stop(33%, #F9DEBA), color-stop(63%, #FFF1CE), to(#CFAF85));
	background: linear-gradient(to right, #CFAF85 0%, #F9DEBA 33%, #FFF1CE 63%, #CFAF85 100%);
	background-clip: text;
	color: #fff;
	display: inline-block;
	display: inline-block;
	font-family: "futura-pt", sans-serif !important;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.jcc-section-title__sub {
	color: #fff;
	font-family: "FOT-筑紫ゴシック Pr5 M" !important;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	font-weight: 400;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.jcc-about-content {
	background-color: #0a0f28;
	color: #fff;
	padding: 160px 0 40px;
	padding: 10rem 0 2.5rem;
}

.jcc-about-content__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.jcc-about-content__table {
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 100%;
}

.jcc-about-content__button {
	margin: auto;
	margin-top: 80px;
	margin-top: 5rem;
	max-width: 460px;
	max-width: 28.75rem;
	width: 100%;
}

.jcc-about-content__button a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bababa));
	background: linear-gradient(to bottom, #fff, #bababa);
	border-radius: 100vh;
	color: #212121;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.jcc-about-content__button a:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.jcc-about-content__table {
	font-size: 16px;
	font-size: 1rem;
}

.jcc-about-content__table tr:last-child td,
.jcc-about-content__table tr:last-child th {
	border-bottom: none;
}

.jcc-about-content__table td:first-child {
	border-bottom: 1px solid #5b5b5b;
	padding: 20px 0;
	padding: 1.25rem 0;
	width: 25%;
}

.jcc-about-content__table td:last-child {
	border-bottom: 1px solid #5b5b5b;
	padding: 20px 0;
	padding: 1.25rem 0;
	width: 75%;
}

.jcc-about {
	background-color: #fff;
	padding: 178px 0;
	padding: 11.125rem 0;
	position: relative;
}

.jcc-about::before {
	background-image: url(../images/common/bg-logo.png);
	background-size: cover;
	bottom: 0;
	content: "";
	height: 313px;
	height: 19.5625rem;
	position: absolute;
	right: 0;
	width: 580px;
	width: 36.25rem;
}

.jcc-about__flex {
	gap: 7.65625vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 37% 49%;
}

.jcc-about__label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: clamp(0px, 1.25vw, 16px);
	font-size: clamp(0px, 1.25vw, 1rem);
	height: 30px;
	height: 1.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.jcc-about__logo-group {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.jcc-about__right {
	gap: 33px;
	gap: 2.0625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.jcc-about__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

.jcc-achievements {
	background: -webkit-gradient(linear, left top, left bottom, from(#0A0F28), to(#1C314F));
	background: linear-gradient(to bottom, #0A0F28 0%, #1C314F 100%);
	padding: 148px 0 40px;
	padding: 9.25rem 0 2.5rem;
}

.jcc-achievements__grid {
	gap: 53px;
	gap: 3.3125rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 46px;
	margin-top: 2.875rem;
}

.jcc-achievements__movie {
	aspect-ratio: 16/9;
}

.jcc-achievements__movie iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jcc-achievements__text {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.jcc-book-info {
	background: #090e27;
	color: #fff;
	padding: 40px 0;
	padding: 2.5rem 0;
}

.jcc-book-info__flex {
	gap: 63px;
	gap: 3.9375rem;
	background: rgba(255, 255, 255, .1);
	display: grid;
	grid-template-columns: 73.2% 17.5%;
	padding: 24px 54px;
	padding: 1.5rem 3.375rem;
}

.jcc-book-info__content {
	padding-top: 36px;
	padding-top: 2.25rem;
}

.jcc-book-info__title {
	border-bottom: 1px solid #fff;
	border-bottom: 0.0625rem solid #fff;
	display: inline-block;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.jcc-book-info__text {
	line-height: 1.8;
	margin-top: 19px;
	margin-top: 1.1875rem;
}

.cta-button__text {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	position: relative;
}

.cta-button__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#840000), to(#5b0000));
	background: linear-gradient(to bottom, #840000 0%, #5b0000 100%);
	border-radius: 3.125rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	height: 66px;
	height: 4.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 5px;
	margin-top: 0.3125rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.cta-button__link:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.cta-button__text::before,
.cta-button__text::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1.5px;
	height: 0.09375rem;
	position: absolute;
	top: 48%;
	width: 20px;
	width: 1.25rem;
}

.cta-button__text::before {
	left: -44px;
	left: -2.75rem;
	-webkit-transform: rotate(49deg);
	transform: rotate(49deg);
}

.cta-button__text::after {
	right: -44px;
	right: -2.75rem;
	-webkit-transform: rotate(-49deg);
	transform: rotate(-49deg);
}

.jcc-drawer-menu {
	-webkit-transition: all 0.5s;
	background-color: #fff;
	display: none;
	height: 100vh;
	padding: 10px 0;
	padding: 0.625rem 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s;
	width: 100%;
}

.jcc-drawer-menu.open {
	display: block;
}

.jcc-drawer-menu__nav {
	margin-top: 44px;
	margin-top: 2.75rem;
	padding: 0 45px;
	padding: 0 2.8125rem;
}

.jcc-drawer-menu__list--service {
	color: #fff;
}

.jcc-drawer-menu__list a {
	color: #000;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.jcc-drawer-menu__list--logo {
	width: 98px;
	width: 6.125rem;
}

.jcc-drawer-menu__list--bold {
	position: relative;
}

.jcc-drawer-menu__list--bold::after {
	background-image: url(../img/view-more-allow-white.svg);
	background-size: cover;
	content: "";
	height: 20px;
	height: 1.25rem;
	position: absolute;
	right: 17%;
	top: 7%;
	width: 20px;
	width: 1.25rem;
}

.jcc-drawer-menu__list:nth-child(n+2) {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.jcc-drawer-menu__button-text {
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1.3;
}

.jcc-drawer-menu__nav--bottom {
	margin-top: 31px;
	margin-top: 1.9375rem;
	position: relative;
}

.jcc-drawer-menu__nav--bottom .jcc-drawer-menu__list a {
	font-size: 11px;
	font-size: 0.6875rem;
}

.jcc-drawer-menu__banner {
	margin-inline: auto;
	background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(48%, #1F1F1F), to(#000000));
	background: linear-gradient(to right, #000000 0%, #1F1F1F 48%, #000000 100%);
	display: block;
	margin-top: 76px;
	margin-top: 4.75rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-top: 5px;
	padding-top: 0.3125rem;
	text-align: center;
	width: 370px;
	width: 23.125rem;
}

.jcc-drawer-menu__banner-note {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.03em;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.jcc-drawer-menu__banner-note span {
	background-color: #fff;
	display: inline-block;
	height: 14px;
	height: 0.875rem;
	width: 2px;
	width: 0.125rem;
}

.jcc-drawer-menu__banner-note::before,
.jcc-drawer-menu__banner-note::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	top: 35%;
	width: 23px;
	width: 1.4375rem;
}

.jcc-drawer-menu__banner-note::before {
	left: -44px;
	left: -2.75rem;
	-webkit-transform: rotate(49deg);
	transform: rotate(49deg);
}

.jcc-drawer-menu__banner-note::after {
	right: -44px;
	right: -2.75rem;
	-webkit-transform: rotate(-49deg);
	transform: rotate(-49deg);
}

.jcc-drawer-menu__banner-badges {
	margin-inline: auto;
	width: 347px;
	width: 21.6875rem;
}

.fixed-footer {
	bottom: 6%;
	color: #fff;
	display: block;
	position: fixed;
	right: 4%;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 624px;
	width: 39rem;
	z-index: 10000;
}

.fixed-footer:hover {
	opacity: 0.7;
}

.fixed-footer.open {
	display: none;
}

.fixed-footer__note {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.03em;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.fixed-footer__note span {
	margin-inline: 8px;
	margin-inline: 0.5rem;
	background-color: #fff;
	display: inline-block;
	height: 14px;
	height: 0.875rem;
	width: 1.5px;
	width: 0.09375rem;
}

.fixed-footer__note::before,
.fixed-footer__note::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1.5px;
	height: 0.09375rem;
	position: absolute;
	top: 37%;
	width: 18px;
	width: 1.125rem;
}

.fixed-footer__note::before {
	left: -35px;
	left: -2.1875rem;
	-webkit-transform: rotate(49deg);
	transform: rotate(49deg);
}

.fixed-footer__note::after {
	right: -35px;
	right: -2.1875rem;
	-webkit-transform: rotate(-49deg);
	transform: rotate(-49deg);
}

.jcc-mv__badges {
	margin-top: 10px;
	margin-top: 0.625rem;
}

/* フッターの色変化 */

.fixed-footer.is-active .fixed-footer__note {
	color: #000;
}

.fixed-footer.is-active .fixed-footer__note span {
	background-color: #000;
}

.fixed-footer.is-active .fixed-footer__note::before,
.fixed-footer.is-active .fixed-footer__note::after {
	background-color: #000;
}

.jcc-flow {
	padding: 157px 0;
	padding: 9.8125rem 0;
}

.jcc-flow__wrap {
	gap: 64px;
	gap: 4rem;
	display: grid;
	grid-template-columns: 20% 73%;
}

.jcc-flow__description {
	font-size: 14px;
	font-size: 0.875rem;
}

.jcc-flow__list {
	gap: 63px;
	gap: 3.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.jcc-flow__item {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	grid-template-columns: 1.5625rem 33.875rem;
}

.jcc-flow__item:last-child .jcc-flow__step-number::before {
	content: none;
}

.jcc-flow__step-number span {
	font-family: "futura-pt", sans-serif !important;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
}

.jcc-flow__step-number span::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#375c8f), to(transparent));
	background: linear-gradient(to bottom, #375c8f 0%, transparent 100%);
	content: "";
	height: 107px;
	height: 6.6875rem;
	left: 50%;
	position: absolute;
	top: 27px;
	top: 1.6875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	width: 0.0625rem;
}

.jcc-flow__step-number span::after {
	background-image: url(../images/common/number-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 36px;
	height: 2.25rem;
	left: -5px;
	left: -0.3125rem;
	position: absolute;
	width: 36px;
	width: 2.25rem;
}

.jcc-flow__item:last-child .jcc-flow__step-number span::before {
	content: none;
}

.jcc-flow__step-title {
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.jcc-flow__step-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

footer {
	background: #090F28;
	color: #fbf8f6;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 40px 0 100px;
	padding: 2.5rem 0 6.25rem;
}

.footer__lists {
	gap: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__item:not(:last-child) {
	position: relative;
}

.footer__item:not(:last-child)::after {
	background-color: #fbf8f6;
	content: "";
	height: 100%;
	position: absolute;
	right: 14px;
	right: 0.875rem;
	top: 0;
	width: 1px;
}

.footer__item {
	font-size: 14px;
	font-size: 0.875rem;
}

.footer p {
	text-align: center;
}

.footer p:first-of-type {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.footer__link {
	padding-right: 32px;
	padding-right: 2rem;
}

.jcc-header {
	background-color: transparent;
	height: 64px;
	height: 4rem;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	z-index: 9999;
}

.jcc-header.is-active {
	background-color: #090E27;
}

.jcc-header__inner {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 3.75rem 34.25rem;
	height: inherit;
	padding-left: 24px;
	padding-left: 1.5rem;
	position: relative;
	width: 100%;
}

.jcc-header__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.jcc-header__title--black {
	display: none;
}

.jcc-header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.jcc-header__logo:hover {
	opacity: 0.5;
}

.jcc-header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
}

.jcc-header__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	height: inherit;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.jcc-header__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.jcc-header__link:hover {
	opacity: 0.7;
}

.jcc-header__hamburger {
	display: none;
	z-index: 9999;
}

.jcc-header__hamburger span {
	background-color: #fff;
	display: inline-block;
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 32px;
	width: 2rem;
}

.jcc-header__hamburger span:nth-child(1) {
	top: 0;
}

.jcc-header__hamburger span:nth-child(2) {
	top: 50%;
}

.jcc-header__hamburger span:nth-child(3) {
	top: 100%;
}

.jcc-header__hamburger.open {
	background-color: #fff;
	top: 49%;
}

.jcc-header__hamburger.open span {
	background-color: #000;
}

.jcc-header__hamburger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	left: 20%;
	top: 47%;
	transform: rotate(45deg);
	width: 80%;
}

.jcc-header__hamburger.open span:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jcc-header__hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	left: 21%;
	top: 47%;
	transform: rotate(-45deg);
	width: 80%;
}

.jcc-header__item:hover .jcc-header__heading,
.jcc-header__item:hover .jcc-header__link {
	color: #0066cc;
}

.jcc-header__item:hover .jcc-header__link::after {
	right: -48px;
	right: -3rem;
}

.jcc-header__item--job-seeker:hover::before,
.jcc-header__item--recruiter:hover::before {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.jcc-header__list--service {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	position: relative;
}

.jcc-header__sub-nav-list {
	gap: 40px;
	gap: 2.5rem;
	background-color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	left: 50%;
	opacity: 0;
	padding: 32px;
	padding: 2rem;
	pointer-events: none;
	position: absolute;
	top: 106px;
	top: 6.625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 800px;
	width: 50rem;
}

.jcc-header__list--service:hover .jcc-header__sub-nav-list {
	opacity: 1;
	pointer-events: auto;
}

.jcc-header__sub-nav-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: block;
	height: 150px;
	height: 9.375rem;
	overflow: hidden;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.jcc-header__sub-nav-list--jobseeker a::before {
	background-image: url(../img/front-service01-bg-pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	width: 100%;
	z-index: 0;
}

.jcc-header__sub-nav-list--recruiter a::after {
	background-image: url(../img/front-service02-bg-pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	width: 100%;
	z-index: -1;
}

.jcc-header__sub-nav-content {
	left: 3%;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jcc-header__sub-nav-heading {
	font-family: "futura-pt", sans-serif !important;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.001em;
	line-height: 1.1;
}

.jcc-header__sub-nav-heading span {
	font-size: 24px;
	font-size: 1.5rem;
}

.jcc-header__sub-nav-link {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	position: relative;
}

.jcc-header__sub-nav-link::after {
	background-image: url(../img/view-more-allow.svg);
	background-size: cover;
	content: "";
	height: 24px;
	height: 1.5rem;
	position: absolute;
	right: -25%;
	top: -18%;
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
	width: 24px;
	width: 1.5rem;
}

.jcc-header__sub-nav-list li a:hover .jcc-header__sub-nav-heading {
	color: #0066cc;
}

.jcc-header__sub-nav-list li a:hover .header__sub-nav-link {
	color: #0066cc;
}

.jcc-header__sub-nav-list li a:hover .jcc-header__sub-nav-link::after {
	right: -48px;
	right: -3rem;
}

.jcc-header__sub-nav-list li a:hover::before,
.jcc-header__sub-nav-list li a:hover::after {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.u-hidden-pc {
	display: none;
}

.jcc-interview {
	background: -webkit-gradient(linear, left top, left bottom, from(#1c314f), to(#0a0f28));
	background: linear-gradient(to bottom, #1c314f 0%, #0a0f28 100%);
	padding: 38px 0 177px;
	padding: 2.375rem 0 11.0625rem;
}

.jcc-interview__grid {
	gap: 53px;
	gap: 3.3125rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 46px;
	margin-top: 2.875rem;
}

.jcc-interview__movie {
	aspect-ratio: 16/9;
}

.jcc-interview__movie iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jcc-interview__text {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.swiper-movie {
	margin-top: 46px;
	margin-top: 2.875rem;
	padding-bottom: 48px;
	padding-bottom: 3rem;
}

.swiper-movie .swiper-slide {
	width: 321px;
	width: 20.0625rem;
}

.jcc-inner {
	margin-inline: auto;
	max-width: 1200px;
	max-width: 75rem;
	padding: 0 20px;
	width: 73.28125%;
}

.jcc-lecturer {
	background: #090E27;
	color: #fff;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.jcc-lecturer__profile {
	gap: 24px;
	gap: 1.5rem;
	display: grid;
	grid-template-columns: 32% 60%;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.jcc-lecturer__company {
	font-size: 13px;
	font-size: 0.8125rem;
}

.jcc-lecturer__name {
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
}

.jcc-lecturer__name-en {
	font-family: "futura-pt", sans-serif !important;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	margin-left: 10px;
	margin-left: 0.625rem;
}

.jcc-lecturer__achievements {
	gap: 5px;
	gap: 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
}

.jcc-lecturer__achievements ::before {
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
	background: linear-gradient(to right, #fff, transparent);
	bottom: 0;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.jcc-lecturer__achievement {
	font-size: 13px;
	font-size: 0.8125rem;
}

.jcc-lecturer__message {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.jcc-lecturer__text {
	font-size: 13px;
	font-size: 0.8125rem;
}

.jcc-lecturer__thumbnails {
	gap: 24px;
	gap: 1.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.jcc-lecturer__thumbnail-video {
	aspect-ratio: 16/9;
}

.jcc-lecturer__thumbnail-video iframe {
	height: 100%;
	width: 100%;
}

.jcc-lecturer__thumbnail-caption {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 16px 0 51px;
	padding: 1rem 0 3.1875rem;
}

.jcc-mv {
	background: radial-gradient(circle, #1f3656 0%, #090e27 100%);
	background-image: url(../images/common/mv-bg-pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 51.875vw;
	position: relative;
	width: 100%;
	z-index: 1;
}

.jcc-mv__text-block {
	left: 10%;
	position: absolute;
	top: 54%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jcc-mv__catchcopy {
	font-family: "Shippori Mincho B1", serif !important;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
}

.jcc-mv__description {
	font-family: "Shippori Mincho B1", serif !important;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 30px;
	margin-top: 1.875rem;
	position: relative;
}

.jcc-mv__description::after {
	background-color: #fff;
	bottom: -32px;
	bottom: -2rem;
	content: "";
	height: 0.4px;
	height: 0.025rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.jcc-mv__brand {
	margin-top: 60px;
	margin-top: 3.75rem;
	width: min(334px, 100%);
	width: min(20.875rem, 100%);
}

.swiper-pagination {
	margin-left: calc(46.5% - 50vw);
	width: 100vw;
}

.swiper-pagination-bullet {
	border: 1px solid #fff;
	height: 9px;
	height: 0.5625rem;
	width: 9px;
	width: 0.5625rem;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

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

.jcc-plan {
	background: #0a0f28;
	color: #fff;
	padding: 66px 0 160px;
	padding: 4.125rem 0 10rem;
}

.jcc-plan__description {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.jcc-plan__scroll {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: right;
}

.jcc-plan__scroll span {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	padding-right: 72px;
	padding-right: 4.5rem;
	position: relative;
}

.jcc-plan__scroll span::after {
	background-color: #fff;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 56px;
	width: 3.5rem;
}

.jcc-plan__table {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.jcc-plan__cell {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px 29px;
	padding: 1rem 1.8125rem;
	text-align: center;
}

.th {
	padding: 16px 29px;
	padding: 1rem 1.8125rem;
}

.jcc-plan__cell--concept {
	text-align: left;
}

.jcc-plan__cell--period span {
	font-family: "futura-pt", sans-serif !important;
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: bold;
	line-height: 1;
}

.jcc-plan__cell01 {
	height: 56px;
	height: 3.5rem;
}

.jcc-plan__cell--label {
	background: rgba(255, 255, 255, .15);
	border-bottom: 0.5px solid #fff;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	padding: 16px 0;
	padding: 1rem 0;
	text-align: center;
	width: 129px;
	width: 8.0625rem;
	width: 15%;
}

.jcc-plan__cell--course {
	background: #fff;
	color: #000;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 16px 0;
	padding: 1rem 0;
	text-align: center;
	width: 390px;
	width: 24.375rem;
	width: 42%;
}

.jcc-plan__cell--course02 {
	background: #fff;
	color: #000;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 16px 0;
	padding: 1rem 0;
	text-align: center;
	width: 375px;
	width: 23.4375rem;
}

.jcc-plan__price span {
	font-family: "futura-pt", sans-serif !important;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.jcc-plan__price-note span {
	font-family: "futura-pt", sans-serif !important;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1;
}

.jcc-plan__price-note span.bold {
	font-weight: 500;
}

.jcc-plan__list {
	text-align: left;
}

.jcc-plan__list.recommend {
	font-size: 14px;
	font-size: 0.875rem;
}

.jcc-plan__list.recommend strong {
	font-size: 16px;
	font-size: 1rem;
}

.jcc-plan__list.recommend div:not(:first-child) {
	margin-top: 16px;
	margin-top: 1rem;
}

.jcc-plan__list.recommend.--02 {
	margin-top: -17px;
	margin-top: -1.0625rem;
}

.jcc-plan {
	font-size: 16px;
	font-size: 1rem;
}

.jcc-plan__text {
	font-size: 14px;
	font-size: 0.875rem;
}

.jcc-plan__cell--label {
	border-bottom: 0.5px solid #fff;
}

.jcc-plan__cell--content {
	padding: 30px 28px;
	padding: 1.875rem 1.75rem;
}

.jcc-plan__cell--content .jcc-plan__list li {
	padding-left: 1em;
	text-indent: -1em;
}

.jcc-plan__cell--recommend {
	padding: 12px 32px;
	padding: 0.75rem 2rem;
}

.border {
	border-bottom: 0.5px solid #fff;
	border-left: 0.5px solid #fff;
}

.jcc-plan__note {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: right;
}

.border-right {
	border-right: 1px solid #000;
}

.jcc-present {
	background: #090e27;
	color: #fff;
	padding: 40px 0 160px;
	padding: 2.5rem 0 10rem;
}

.jcc-present.--bottom {
	padding: 160px 0 40px;
	padding: 10rem 0 2.5rem;
}

.jcc-present__benefits {
	gap: 35px;
	gap: 2.1875rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 56px;
	margin-top: 3.5rem;
}

.jcc-present__benefit-card {
	border: 1px solid #fff;
	padding: 18.5px 0;
	padding: 1.15625rem 0;
	text-align: center;
}

.jcc-present__benefit-title {
	margin-inline: auto;
	background: #fff;
	border-radius: 1.875rem;
	color: #0A0F28;
	font-size: 18px;
	font-size: 1.125rem;
	width: 114px;
	width: 7.125rem;
}

.jcc-present__benefit-text {
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.jcc-present__note {
	margin-top: 62px;
	margin-top: 3.875rem;
}

.jcc-present__cta {
	margin-inline: auto;
	margin-top: 57px;
	margin-top: 3.5625rem;
	max-width: 460px;
	max-width: 28.75rem;
	text-align: center;
	width: 100%;
}

.jcc-problem {
	background: #ededed;
	padding: 160px 0;
	padding: 10rem 0;
}

.jcc-problem__grid {
	gap: 35px;
	gap: 2.1875rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.jcc-problem__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 175px;
	height: 10.9375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jcc-problem__text {
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
}

.jcc-program {
	background: radial-gradient(circle closest-side, #1f3656 0%, #090e27 100%);
	padding: 160px 0;
	padding: 10rem 0;
}

.jcc-program__grid {
	gap: 32px;
	gap: 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.jcc-program__grid02 {
	gap: 32px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 32px;
	margin-top: 2rem;
}

.jcc-program__grid02 .jcc-program__item {
	width: 31%;
}

.jcc-program__item { /* Safari対応 */
	backdrop-filter: blur(4px); /* ぼかし半径 */
	background-color: rgba(255, 255, 255, .15); /* 背景色 FFFFFF, 不透明度 15% */
	-webkit-box-shadow: 0 0 4.54px #fff;
	box-shadow: 0 0 4.54px #fff;
	color: #fff;
	padding: 40px 24px;
	padding: 2.5rem 1.5rem;
}

.jcc-program__item.--top {
	height: 248px;
	height: 15.5rem;
}

.jcc-program__item.--bottom {
	height: 317px;
	height: 19.8125rem;
}

.jcc-program__item-title {
	border-bottom: 1px solid #fff;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-weight: bold;
	padding-bottom: 18px;
	padding-bottom: 1.125rem;
	text-align: center;
}

.jcc-program__item-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

/* よくある質問 */

.jcc-faq {
	background: radial-gradient(circle closest-side, #1f3656 0%, #090e27 100%);
	padding: 40px 0 80px;
	padding: 2.5rem 0 5rem;
}

.jcc-faq__lists {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.jcc-faq__item {
	background-color: rgba(255, 255, 255, .15);
	border-radius: 0.5rem;
	color: #fff;
	min-height: 24.32px;
	min-height: 1.52rem;
	padding: 16px 40px 7px;
	padding: 1rem 2.5rem 0.4375rem;
}

.jcc-faq__question,
.jcc-faq__answer {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #797979;
	display: grid;
	grid-template-columns: 1.1875rem auto;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.jcc-faq__answer {
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
	border-bottom: none;
}

.jcc-faq__text {
	font-size: 16px;
	font-size: 1rem;
}

.jcc-faq__answer .jcc-faq__text {
	font-size: 14px;
	font-size: 0.875rem;
}

.jcc-faq__answer {
	padding-top: 16px;
	padding-top: 1rem;
}

.jcc-faq__icon {
	font-family: "futura-pt", sans-serif !important;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
}

.jcc-reason {
	background: #f9f9f9;
	padding: 160px 0 170px;
	padding: 10rem 0 10.625rem;
	position: relative;
}

.jcc-reason::before {
	background-image: url(../images/common/bg-logo.png);
	background-size: cover;
	content: "";
	height: 313px;
	height: 19.5625rem;
	left: 0;
	position: absolute;
	top: -39px;
	top: -2.4375rem;
	width: 580px;
	width: 36.25rem;
}

.jcc-reason__lists {
	gap: 60px;
	gap: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.jcc-reason__item {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 34% 61%;
	position: relative;
}

.jcc-reason__item.--01 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jcc-reason__title {
	gap: 12px;
	gap: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-weight: 700;
}

.jcc-reason__title .jcc-reason__title-text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.8;
}

.jcc-reason__title .jcc-reason__number {
	font-family: "futura-pt", sans-serif !important;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
}

.jcc-reason__title.--04 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.jcc-reason__text {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.jcc-reason__text span {
	font-size: 12px;
	font-size: 0.75rem;
}

.jcc-schedule {
	background-image: url(../images/common/schedule-bg-pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 160px 0 85px;
	padding: 10rem 0 5.3125rem;
	position: relative;
}

.jcc-schedule__scroll {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: right;
}

.jcc-schedule__scroll span {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	padding-right: 72px;
	padding-right: 4.5rem;
	position: relative;
}

.jcc-schedule__scroll span::after {
	background-color: #fff;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 56px;
	width: 3.5rem;
}

.schedule-table {
	border-collapse: collapse;
	color: #fff;
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.schedule-table tr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
}

.schedule-table__number {
	font-family: "futura-pt", sans-serif !important;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
	width: 4%;
}

.schedule-table__number::after {
	background-image: linear-gradient(to right, rgba(255, 255, 255, .8) 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 4px 0.5px;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.schedule-table__date {
	font-size: 16px;
	font-size: 1rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
	width: 7.5%;
}

.schedule-table__date::after {
	background-image: linear-gradient(to right, rgba(255, 255, 255, .8) 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 4px 0.5px;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.schedule-table__hour {
	font-family: "futura-pt", sans-serif !important;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
	width: 10%;
}

.schedule-table__hour::after {
	background-image: linear-gradient(to right, rgba(255, 255, 255, .8) 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 4px 0.5px;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.schedule-table__hour.half-border::after {
	right: auto;
	right: initial;
	width: 83%;
}

.schedule-table__hour.--ja {
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-weight: 500;
}

.schedule-table__content {
	font-size: 18px;
	font-size: 1.125rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
	width: 28%;
}

.schedule-table__content::after {
	background-image: linear-gradient(to right, rgba(255, 255, 255, .8) 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 4px 0.5px;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.schedule-table__number.--bottom,
.schedule-table__date.--bottom,
.schedule-table__hour.--bottom,
.schedule-table__content.--bottom {
	padding-bottom: 17px;
	padding-bottom: 1.0625rem;
}

tr:not(:first-child) .schedule-table__number,
tr:not(:first-child) .schedule-table__date,
tr:not(:first-child) .schedule-table__hour,
tr:not(:first-child) .schedule-table__content {
	padding-top: 23px;
	padding-top: 1.4375rem;
}

.jcc-schedule__attention {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.jcc-students {
	background: #1c314f;
	color: #fff;
	padding: 102px 0 80px;
	padding: 6.375rem 0 5rem;
}

.jcc-students__description {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.jcc-students__swiper {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.jcc-students__slide {
	background: -webkit-gradient(linear, left top, right bottom, from(#153664), to(#001322));
	background: linear-gradient(to right bottom, #153664, #001322);
	padding: 32px 24px 18px;
	padding: 2rem 1.5rem 1.125rem;
}

.jcc-students__slide-top {
	gap: 16px;
	gap: 1rem;
	display: grid;
	grid-template-columns: 4.5rem 12.5625rem;
}

.jcc-students__slide-top-content-title {
	font-size: 14px;
	font-size: 0.875rem;
}

.jcc-students__slide-top-content-title.--small {
	font-size: 13px;
	font-size: 0.8125rem;
}

.jcc-students__slide-top-content-name {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.jcc-students__slide-subtitle {
	border-bottom: 1px solid #fff;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	text-align: center;
}

.jcc-students__slide-text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 16px;
	margin-top: 1rem;
}

/* sp */

.jcc-students__slide-sp-item {
	background: -webkit-gradient(linear, left top, right bottom, from(#153664), to(#001322));
	background: linear-gradient(to right bottom, #153664, #001322);
	height: 350px;
	height: 21.875rem;
	padding: 32px 24px;
	padding: 2rem 1.5rem;
}

.jcc-students__slide-sp-item.--01 {
	-webkit-transform: translateX(-6.25rem);
	transform: translateX(-6.25rem);
}

.jcc-students__slide-sp-item.--02 {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.jcc-students__slide-sp-item .jcc-students__slide-top {
	gap: 16px;
	gap: 1rem;
	display: grid;
	grid-template-columns: 5.5rem 8.625rem;
}

.jcc-support {
	background-color: #F9F9F9;
	padding: 160px 0 139px;
	padding: 10rem 0 8.6875rem;
}

.jcc-support__approach {
	gap: 77px 35px;
	gap: 4.8125rem 2.1875rem;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 86px;
	margin-top: 5.375rem;
}

.jcc-support__approach-item {
	background: -webkit-gradient(linear, left top, right bottom, from(#153664), to(#001322));
	background: linear-gradient(to bottom right, #153664 0%, #001322 100%);
	border-radius: 0.25rem;
	padding: 30px 32px 36px;
	padding: 1.875rem 2rem 2.25rem;
}

.jcc-support__approach-item.--03,
.jcc-support__approach-item.--04 {
	padding: 30px 32px 56px;
	padding: 1.875rem 2rem 3.5rem;
}

.jcc-support__approach-image {
	margin-inline: auto;
	margin-top: -60px;
	margin-top: -3.75rem;
	max-width: 100%;
}

.jcc-support__approach-title {
	color: #fff;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 22px;
	margin-top: 1.375rem;
	text-align: center;
}

.jcc-support__approach-description {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.jcc-vision {
	background: #F9F9F9;
	padding: 160px 0 152px;
	padding: 10rem 0 9.5rem;
}

.jcc-vision__description {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.jcc-vision__lists {
	gap: 130px;
	gap: 8.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.jcc-vision__item {
	gap: 84px;
	gap: 5.25rem;
	display: grid;
	grid-template-columns: 30% 60%;
	position: relative;
}

.jcc-vision__item:not(:last-child)::before {
	background: #C4C4C4;
	bottom: -62px;
	bottom: -3.875rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jcc-vision__item.--01 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jcc-vision__image.--01 {
	padding-left: 42px;
	padding-left: 2.625rem;
}

.jcc-vision__title {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-weight: 700;
}

.jcc-vision__title .jcc-vision__title-text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.8;
}

.jcc-vision__title .jcc-vision__number {
	font-family: "futura-pt", sans-serif !important;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
}

.jcc-vision__title.--04 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.jcc-vision__text {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.what-coaching {
	background: radial-gradient(circle closest-side, #1f3656 0%, #090e27 100%);
	color: #fff;
	padding: 150px 0 25px;
	padding: 9.375rem 0 1.5625rem;
}

.what-coaching__description {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: -0.01em;
	line-height: 1.6;
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.what-coaching__description02 {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.what-coaching__items {
	gap: 64px;
	gap: 4rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 86px;
	margin-top: 5.375rem;
}

.what-coaching__item {
	gap: 31px;
	gap: 1.9375rem;
	border: 1px solid #fff;
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
	padding: 20px 26px;
	padding: 1.25rem 1.625rem;
}

.what-coaching__item--03,
.what-coaching__item--04 {
	padding-bottom: 36px;
	padding-bottom: 2.25rem;
}

.what-coaching__item-header {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.what-coaching__number {
	color: #fff;
	font-family: "futura-pt", sans-serif !important;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
}

.what-coaching__heading {
	color: #fff;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.what-coaching__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: -25px;
	margin-top: -1.5625rem;
}

.what-coaching__summaries {
	gap: 48px;
	gap: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 98px;
	margin-top: 6.125rem;
}

.jcc-why {
	background: radial-gradient(circle closest-side, #1f3656 0%, #090e27 100%);
	padding: 153px 0;
	padding: 9.5625rem 0;
}

.jcc-why__lists {
	gap: 26px;
	gap: 1.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 49px;
	margin-top: 3.0625rem;
}

.jcc-why__item {
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px #fff;
	box-shadow: 0 0 4px #fff;
	padding: 20px 29px 24px 28px;
	padding: 1.25rem 1.8125rem 1.5rem 1.75rem;
}

.jcc-why__item-title {
	border-bottom: 1px solid #000;
	display: inline-block;
	font-family: "FOT-筑紫ゴシック Pro B" !important;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.jcc-why__item-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

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

html {
	font-size: 16px;
}

}

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

html {
	font-size: 1.4545454545vw;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

a:hover {
	opacity: 0.8;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

}

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

.jcc-inner.jcc-interview__inner {
	padding: 0 0 0 24px;
}

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

.section-title__en {
	font-size: 1rem;
}

.jcc-section-title__sub {
	font-size: 0.875rem;
	letter-spacing: -0.02em;
}

.jcc-about-content {
	padding: 7.5rem 0 5rem;
}

.jcc-about-content__title {
	font-size: 1.125rem;
}

.jcc-about-content__table {
	margin-top: 0.75rem;
}

.jcc-about-content__button {
	margin-top: 2.5rem;
	max-width: 21.375rem;
}

.jcc-about-content__button a {
	font-size: 1rem;
}

.jcc-about-content__table {
	font-size: 0.875rem;
}

.jcc-about-content__table td:first-child {
	font-size: 0.75rem;
	padding: 0.8125rem 0;
	width: 22%;
}

.jcc-about-content__table td:last-child {
	font-size: 0.84375rem;
	padding: 0.5rem 0;
	width: 78%;
}

.jcc-about {
	background-size: 74%;
	padding: 3.75rem 0 6.5625rem;
}

.jcc-about::before {
	bottom: -0.25rem;
	height: 8.75rem;
	width: 18.0625rem;
}

.jcc-about__flex {
	gap: 1.9375rem;
	grid-template-columns: 1fr;
}

.jcc-about__label {
	font-size: 0.875rem;
}

.jcc-about__logo-group {
	margin-top: 1rem;
}

.jcc-about__right {
	gap: 1.25rem;
}

.jcc-about__text {
	font-size: 0.875rem;
}

.jcc-achievements {
	padding: 5rem 0 1.25rem;
}

.jcc-achievements__grid {
	gap: 2.4375rem;
	grid-template-columns: repeat(1, 1fr);
}

.jcc-book-info__flex {
	gap: 1.6875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 2rem 1.375rem 2.3125rem;
}

.jcc-book-info__content {
	padding-top: 0;
}

.jcc-book-info__title span {
	font-size: 1.125rem;
}

.jcc-book-info__title {
	border-bottom: none;
	display: block;
	font-size: 1rem;
	text-align: center;
}

.jcc-book-info__text {
	font-size: 0.875rem;
	letter-spacing: -0.015em;
	line-height: 1.9;
	margin-top: 0.8125rem;
}

.jcc-book-info__image {
	margin-inline: auto;
	width: 10rem;
}

.cta-button__text {
	font-size: 0.75rem;
}

.cta-button__link {
	font-size: 0.875rem;
	height: 3.0625rem;
	margin-top: 0;
}

.cta-button__text::before,
.cta-button__text::after {
	height: 0.0625rem;
	top: 44%;
	width: 0.8125rem;
}

.cta-button__text::before {
	left: -1.6875rem;
}

.cta-button__text::after {
	right: -1.6875rem;
}

.jcc-drawer-menu__banner-note {
	color: #fff;
	font-size: 0.60625rem;
}

.jcc-drawer-menu__banner-note span {
	margin-inline: 0.25rem;
	height: 0.5rem;
	width: 0.0625rem;
}

.jcc-drawer-menu__banner-note::before,
.jcc-drawer-menu__banner-note::after {
	height: 0.0625rem;
	top: 50%;
	width: 0.625rem;
}

.jcc-drawer-menu__banner-note::before {
	left: -1.4375rem;
}

.jcc-drawer-menu__banner-note::after {
	right: -1.4375rem;
}

.fixed-footer {
	background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(48%, #1F1F1F), to(#000000));
	background: linear-gradient(to right, #000000 0%, #1F1F1F 48%, #000000 100%);
	bottom: 0;
	padding-top: 0.125rem;
	right: 0;
	width: 100%;
}

.fixed-footer__note {
	font-size: 0.60625rem;
}

.fixed-footer__note span {
	margin-inline: 0.25rem;
	height: 0.5rem;
	width: 0.0625rem;
}

.fixed-footer__note::before,
.fixed-footer__note::after {
	height: 0.0625rem;
	top: 30%;
	width: 0.625rem;
}

.fixed-footer__note::before {
	left: -1.375rem;
}

.fixed-footer__note::after {
	right: -1.375rem;
}

.jcc-flow {
	padding: 5rem 0 6.25rem;
}

.jcc-flow__wrap {
	grid-template-columns: 1fr;
}

.jcc-flow__list {
	gap: 3.125rem;
}

.jcc-flow__item {
	grid-template-columns: 1.5625rem 17.8125rem;
}

.jcc-flow__step-number.--02 span::before {
	height: 9.4375rem;
}

.jcc-flow__step-number.--03 span::before {
	height: 9.0625rem;
}

.jcc-flow__step-number.--04 span::before {
	height: 9.0625rem;
}

footer {
	font-size: 0.625rem;
	padding: 0.75rem 0 2.5rem;
}

.footer__lists {
	gap: 0.75rem 0;
}

.footer__item:not(:last-child)::after {
	right: 0.75rem;
}

.footer p {
	line-height: 1.7;
}

.footer__link {
	padding-right: 1.5rem;
}

.jcc-header__inner {
	max-width: none;
	max-width: initial;
	padding: 0 1.5rem;
	position: relative;
}

.jcc-header__title {
	width: 3.75rem;
}

.jcc-header__title--black {
	display: block;
	height: auto;
	margin-left: 1.5625rem;
	width: 3.75rem;
}

.jcc-header__logo {
	padding-top: 0.3125rem;
}

.jcc-header__nav {
	display: none;
}

.jcc-header__hamburger {
	display: block;
	height: 1.25rem;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2rem;
}

.u-hidden-pc {
	display: block;
}

.u-hidden-sp {
	display: none;
}

.jcc-interview {
	padding: 2.375rem 0 1.875rem;
}

.jcc-interview__grid {
	gap: 2.4375rem;
	grid-template-columns: repeat(1, 1fr);
}

.jcc-inner {
	max-width: none;
	max-width: initial;
	padding: 0 27px;
	width: 100%;
}

.jcc-lecturer {
	padding-bottom: 0rem;
	padding-top: 0rem;
}

.jcc-lecturer__profile {
	gap: 3.5rem;
	grid-template-columns: 1fr;
	margin-top: 3.0625rem;
}

.jcc-lecturer__inner-sp {
	padding: 0 0 0 27px;
	width: 100%;
}

.jcc-lecturer__achievements {
	margin-top: 0.5rem;
}

.jcc-lecturer__message {
	gap: 1.6875rem;
	margin-top: 1.625rem;
}

.jcc-mv {
	background-image: url(../images/common/mv-bg-sp.jpg);
	height: 163.5897435897vw;
}

.jcc-mv__text-block {
	left: 0;
	padding: 0 1.5rem;
	top: 63%;
	width: 100%;
}

.jcc-mv__catchcopy {
	font-size: 1.5rem;
}

.jcc-mv__description {
	font-size: 0.875rem;
	line-height: 1.65;
	margin-top: 1.25rem;
}

.jcc-mv__description::after {
	bottom: -0.6875rem;
}

.jcc-mv__brand {
	margin-top: 1.4375rem;
	width: min(14.25rem, 100%);
}

.jcc-plan {
	background: -webkit-gradient(linear, left top, left bottom, from(#0A0F28), to(#1F3656));
	background: linear-gradient(to bottom, #0A0F28 0%, #1F3656 100%);
	padding: 1.875rem 0 10rem;
}

.jcc-plan__table {
	margin-top: 0;
	width: 47.0625rem;
}

.jcc-plan__cell {
	font-size: 0.875rem;
	padding: 1rem 1.8125rem;
}

.th {
	padding: 1rem 0rem;
}

.jcc-plan__cell--label {
	font-size: 0.875rem;
	width: 5.8125rem;
}

.jcc-plan__cell--course {
	font-size: 1rem;
	width: 20.625rem;
}

.jcc-plan__cell--course02 {
	font-size: 1rem;
	width: 20.625rem;
}

.jcc-plan__price span {
	font-size: 2.125rem;
	line-height: 1.3;
	margin-bottom: remz84;
}

.jcc-plan__price-note span {
	font-size: 1rem;
}

.jcc-plan__list {
	font-size: 0.875rem;
}

.jcc-plan__list.recommend strong {
	font-size: 0.875rem;
}

.jcc-plan__cell--content {
	padding: 1.875rem 0.6875rem;
}

.jcc-plan__cell--recommend {
	padding: 0.625rem 0.6875rem 2.125rem;
}

.jcc-plan__table-wrap {
	margin-top: 1rem;
	overflow-x: scroll;
}

.jcc-present {
	padding: 2.5rem 0 5.0625rem;
}

.jcc-present.--bottom {
	padding: 5rem 0 2.5rem;
}

.jcc-present__benefits {
	gap: 1.5rem;
	grid-template-columns: 1fr;
	margin-top: 2.375rem;
}

.jcc-present__benefit-card {
	padding: 1.15625rem 0 1.8125rem;
}

.jcc-present__cta {
	margin-top: 3.125rem;
}

.jcc-problem {
	padding: 4.5625rem 0 5rem;
}

.jcc-problem__grid {
	gap: 1rem;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.jcc-problem__item {
	height: auto;
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
}

.jcc-problem__text {
	font-size: 0.875rem;
	padding: 0.5625rem 1.5rem;
	text-align: left;
	text-align: initial;
}

.jcc-program {
	padding: 5rem 0 5.9375rem;
}

.jcc-program__grid {
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.jcc-program__grid02 {
	gap: 1.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1.5rem;
}

.jcc-program__grid02 .jcc-program__item {
	width: 100%;
}

.jcc-program__item {
	padding: 1.25rem 1rem;
}

.jcc-program__item.--top {
	height: auto;
}

.jcc-program__item.--bottom {
	height: auto;
}

.jcc-faq {
	background: #090E27;
	padding: 2.5rem 0;
}

.jcc-faq__lists {
	gap: 1.125rem;
}

.jcc-faq__item {
	padding: 1rem 0.625rem 0.3125rem;
}

.jcc-reason {
	padding: 5rem 0;
}

.jcc-reason::before {
	bottom: -0.25rem;
	height: 8.75rem;
	width: 18.0625rem;
}

.jcc-reason__lists {
	gap: 4.1875rem;
	margin-top: 2.375rem;
}

.jcc-reason__item {
	gap: 1.4375rem;
	grid-template-columns: 1fr;
}

.jcc-reason__item.--04 {
	margin-top: 1.625rem;
}

.jcc-reason__image {
	margin-inline: auto;
}

.jcc-reason__image img {
	-webkit-clip-path: inset(0 0 1.6875rem 0);
	clip-path: inset(0 0 1.6875rem 0);
}

.jcc-reason__content {
	margin-top: -1.625rem;
}

.jcc-reason__title {
	gap: 0.3125rem;
}

.jcc-reason__title .jcc-reason__title-text {
	font-size: 1rem;
}

.jcc-reason__title.--04 {
	margin-top: 0rem;
}

.jcc-reason__text {
	font-size: 0.875rem;
}

.jcc-schedule {
	padding: 4.5625rem 0 6.25rem;
}

.jcc-schedule__table-wrap {
	overflow-x: scroll;
}

.schedule-table {
	margin-top: 0.875rem;
	width: 40.625rem;
}

.schedule-table tr {
	padding-bottom: 2.0625rem;
}

.schedule-table__number::after {
	width: 98%;
}

.schedule-table__number {
	font-size: 1rem;
	padding-bottom: 1.25rem;
	width: 9.5%;
}

.schedule-table__date::after {
	width: 98.3%;
}

.schedule-table__date {
	font-size: 0.75rem;
	padding-bottom: 1.25rem;
	width: 14.5%;
}

.schedule-table__hour {
	font-size: 1.0625rem;
	padding-bottom: 1.25rem;
	width: 19%;
}

.schedule-table__hour.half-border::after {
	width: 88%;
}

.schedule-table__content {
	font-size: 0.875rem;
	padding-bottom: 1.25rem;
	width: 13.75rem;
}

.schedule-table__number.--bottom,
.schedule-table__date.--bottom,
.schedule-table__hour.--bottom,
.schedule-table__content.--bottom {
	padding-bottom: 1.0625rem;
}

tr:not(:first-child) .schedule-table__number,
tr:not(:first-child) .schedule-table__date,
tr:not(:first-child) .schedule-table__hour,
tr:not(:first-child) .schedule-table__content {
	padding-top: 1.0625rem;
}

.jcc-schedule__attention {
	font-size: 0.625rem;
}

.jcc-students {
	padding: 2.625rem 0 2.5rem;
}

.jcc-students__description {
	font-size: 0.875rem;
	margin-top: 1.5625rem;
}

.jcc-students__slide-top-content-title {
	font-size: 0.75rem;
}

.jcc-students__slide-top-content-name {
	font-size: 1rem;
}

.jcc-students__slide-subtitle {
	font-size: 0.875rem;
	margin-top: 0.9375rem;
}

.jcc-students__slide-text {
	font-size: 0.875rem;
	line-height: 1.4;
	margin-top: 0.9375rem;
}

.jcc-support {
	padding: 5rem 0;
}

.jcc-support__approach {
	gap: 4.625rem;
	grid-template-columns: 1fr;
	margin-top: 3.25rem;
}

.jcc-support__approach-item {
	padding: 1.875rem 1.25rem 2.25rem;
}

.jcc-support__approach-item.--03,
.jcc-support__approach-item.--04 {
	padding: 1.875rem 1.25rem 2.8125rem;
}

.jcc-support__approach-image {
	margin-top: -2.8125rem;
}

.jcc-support__approach-title {
	font-size: 1rem;
}

.jcc-support__approach-description {
	letter-spacing: -0.01em;
	margin-top: 0.625rem;
}

.jcc-vision {
	padding: 5rem 0;
}

.jcc-vision__description {
	font-size: 0.875rem;
	letter-spacing: -0.01em;
	line-height: 1.8;
	margin-top: 0.875rem;
}

.jcc-vision__lists {
	gap: 5.625rem;
	margin-top: 2.375rem;
}

.jcc-vision__item {
	gap: 1.4375rem;
	grid-template-columns: 1fr;
}

.jcc-vision__item:not(:last-child)::before {
	bottom: -3.1875rem;
}

.jcc-vision__image {
	margin-inline: auto;
}

.jcc-vision__image.--01 {
	padding-left: 0;
	width: 14.25rem;
}

.jcc-vision__image.--02 {
	width: 17.0625rem;
}

.jcc-vision__image.--03 {
	width: 18.4375rem;
}

.jcc-vision__image.--04 {
	width: 17.5rem;
}

.jcc-vision__title {
	gap: 0.3125rem;
}

.jcc-vision__title.--04 {
	margin-top: 0rem;
}

.jcc-vision__text {
	font-size: 0.875rem;
}

.what-coaching {
	background: radial-gradient(ellipse, #1f3656 0%, #090e27 80%, #090e27 100%);
	padding: 4.75rem 0 1.6875rem;
}

.what-coaching__description {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 1.8125rem;
}

.what-coaching__description02 {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 2.4375rem;
}

.what-coaching__items {
	gap: 2.5rem;
	grid-template-columns: 1fr;
	margin-top: 2.8125rem;
}

.what-coaching__item {
	padding: 1.5rem 0.875rem;
}

.what-coaching__item-header {
	gap: 0.5rem;
}

.what-coaching__number {
	font-size: 1.5rem;
}

.what-coaching__heading {
	font-size: 1rem;
}

.what-coaching__text {
	letter-spacing: -0.01em;
	line-height: 1.9;
}

.what-coaching__summaries {
	gap: 2.5625rem;
	margin-top: 2.25rem;
}

.what-coaching__summary-text {
	font-size: 0.875rem;
	line-height: 1.75;
}

.jcc-why {
	padding: 4.625rem 0;
}

.jcc-why__item {
	padding: 1.625rem 1.3125rem 2rem;
}

.jcc-why__item-title {
	border: none;
	font-size: 1rem;
}

.jcc-why__item-title span {
	border-bottom: 1px solid #000;
	line-height: 1.9;
	padding-bottom: 0.375rem;
}

.jcc-why__item-text {
	letter-spacing: -0.01em;
	margin-top: 1.0625rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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