@charset "utf-8";

#GHead {
	position: relative;
	z-index: 9000;
}

#Contents {
	padding: 0;
}

#wrap {
	padding-top: 0;
}

.pbl {
	padding: 0 0 60px;
}

/*================================================================
# mv
================================================================ */
.mv {
	margin: 0;
	padding: 40px 0 48px;
}

.mv__inner {
	text-align: center;
}

.mv__lead {
	width: fit-content;
	max-width: calc(100% - 32px);
	margin: 0 auto;
	padding: 8px 18px 10px;
	background: var(--tertiary);
	position: relative;
	overflow: hidden;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--white);
	letter-spacing: .02em;
	box-sizing: border-box;
	will-change: clip-path, transform, opacity;
	animation: mvLeadReveal .8s cubic-bezier(.33, 1, .68, 1) .2s both;
}

.mv__lead span {
	color: var(--accent-yellow);
}

h1.mv__title {
	margin: 8px 0 0;
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	display: inline-block;
	font-family: var(--text-en);
	font-size: 140px;
	font-weight: 600;
	line-height: .95;
	color: transparent;
	letter-spacing: .02em;
	-webkit-text-fill-color: transparent;
}

.mv__text {
	margin: 12px 0 0;
	display: flex;
	justify-content: center;
	font-family: var(--text-en);
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	color: var(--black);
	white-space: normal;
	letter-spacing: .02em;
	gap: 16px;
}

/* mv animation
------------------------------------------------------ */
@keyframes mvLeadReveal {
	0% {
		opacity: 0;
		transform: translateX(-24px);
		clip-path: inset(0 100% 0 0);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
	}
}

/*================================================================
# about
================================================================ */
.about {
	margin: 0;
	padding: 0;
}

.about .box {
	padding: 48px 16px 56px;
	background: var(--white);
	overflow: hidden;
}

.about__title {
	margin: 0;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	color: var(--black);
	text-align: center;
	letter-spacing: .02em;
}

.about__title span {
	margin: 0 4px 0 0;
	font-family: var(--text-en);
	font-size: 72px;
	font-weight: 600;
	line-height: .85;
	vertical-align: baseline;
	letter-spacing: .03em;
}

.about__text {
	margin: 32px 0 0;
	text-align: left;
}

.about__text p {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.9;
	color: var(--black);
	letter-spacing: .02em;
}

.about__text p+p {
	margin: 18px 0 0;
}

.about__text br {
	display: none;
}

.about__text mark {
	padding: 0 2px;
	background: linear-gradient(transparent 64%, var(--accent-yellow) 64%);
	color: inherit;
}

.about__text strong {
	font-family: var(--text-en);
	font-weight: 600;
}

.about__label {
	width: 100%;
	margin: 48px auto 0;
	padding: 12px 12px 14px;
	border-radius: 8px;
	background: var(--accent-red);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	color: var(--white);
	text-align: center;
	letter-spacing: .02em;
	box-sizing: border-box;
	gap: 2px;
}

.about__label strong {
	font-family: var(--text-en);
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}

.about__diagram {
	width: 320px;
	height: 320px;
	margin: 32px auto 0;
	position: relative;
}

.about__ring {
	width: 264px;
	height: 264px;
	border: 8px solid var(--gray03);
	border-radius: 50%;
	position: absolute;
	top: 28px;
	left: 50%;
	box-sizing: border-box;
	transform: translateX(-50%);
}

.about__center {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.about__center p {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	color: var(--black);
	letter-spacing: .02em;
	gap: 2px;
}

.about__center strong {
	font-family: var(--text-en);
	font-size: 38px;
	font-weight: 600;
}

.about__center span {
	margin: 3px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--text-en);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: var(--black);
	letter-spacing: .02em;
	gap: 5px;
}

.about__diagram .item {
	width: 72px;
	height: 72px;
	padding: 0;
	border-radius: 50%;
	background: var(--gradient);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: var(--white);
	text-align: center;
	letter-spacing: -0.04em;
	box-sizing: border-box;
}

.about__diagram .item span {
	display: block;
	line-height: 1.2;
	transform: translateY(-1px);
}

.about__diagram .item01 span,
.about__diagram .item04 span {
	transform: translateY(-1px);
}

.about__diagram .item06 span {
	transform: translateY(-2px) scaleX(.82);
	transform-origin: center center;
}

.about__diagram .item .dot {
	margin: -2px 0;
	display: block;
	font-size: .9em;
	font-weight: 700;
	font-style: normal;
	line-height: .8;
}

.about__diagram .item01 {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.about__diagram .item02 {
	top: 38px;
	right: 38px;
}

.about__diagram .item03 {
	top: 124px;
	right: 0;
}

.about__diagram .item04 {
	right: 38px;
	bottom: 38px;
}

.about__diagram .item05 {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.about__diagram .item06 {
	bottom: 38px;
	left: 38px;
}

.about__diagram .item07 {
	top: 124px;
	left: 0;
}

.about__diagram .item08 {
	top: 38px;
	left: 38px;
}

/* about animation
------------------------------------------------------ */
.about .js-about-fade {
	opacity: 0;
	will-change: opacity, transform;
	transition: opacity .8s ease, transform .8s ease;
	transform: translateY(24px);
}

.about .js-about-fade.is-active {
	opacity: 1;
	transform: translateY(0);
}

.about__label.js-about-fade {
	transition-delay: 0s;
}

.about__diagram .js-about-fade {
	opacity: 0;
	will-change: opacity, transform;
	transition: opacity .72s ease, transform .72s cubic-bezier(.22, 1, .36, 1);
	transform: var(--zoom-transform, none) scale(.82);
	transform-origin: center center;
}

.about__diagram .js-about-fade.is-active {
	opacity: 1;
	transform: var(--zoom-transform, none) scale(1);
}

.about__ring.js-about-fade {
	--zoom-transform: translateX(-50%);
	transition-delay: .16s;
}

.about__center.js-about-fade {
	--zoom-transform: translate(-50%, -50%);
	transition-delay: .32s;
}

.about__diagram .item.js-about-fade {
	opacity: 0;
	will-change: opacity, transform;
	transition: opacity .72s ease, transform .72s cubic-bezier(.22, 1, .36, 1);
	transform: scale(.82);
	transform-origin: center center;
}

.about__diagram .item.js-about-fade.is-active {
	opacity: 1;
	transform: scale(1);
}

.about__diagram .item01.js-about-fade,
.about__diagram .item05.js-about-fade {
	transform: translateX(-50%) scale(.82);
}

.about__diagram .item01.js-about-fade.is-active,
.about__diagram .item05.js-about-fade.is-active {
	transform: translateX(-50%) scale(1);
}

.about__diagram .item01.js-about-fade {
	transition-delay: .48s;
}

.about__diagram .item02.js-about-fade {
	transition-delay: .58s;
}

.about__diagram .item03.js-about-fade {
	transition-delay: .68s;
}

.about__diagram .item04.js-about-fade {
	transition-delay: .78s;
}

.about__diagram .item05.js-about-fade {
	transition-delay: .88s;
}

.about__diagram .item06.js-about-fade {
	transition-delay: .98s;
}

.about__diagram .item07.js-about-fade {
	transition-delay: 1.08s;
}

.about__diagram .item08.js-about-fade {
	transition-delay: 1.18s;
}

/*================================================================
# process
================================================================ */
.process {
	margin: 40px 0 0;
	padding: 0;
}

.process .box {
	padding: 48px 24px 56px;
	background: var(--white);
}

.process__head {
	display: flex;
	align-items: flex-end;
}

h2.process__title {
	margin: 0;
	font-family: var(--text-pt);
	font-size: 42px;
	font-weight: 700;
	line-height: .9;
	color: var(--black);
	letter-spacing: .01em;
}

.process__subtitle {
	margin: 0 0 5px 10px;
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: var(--black);
	white-space: nowrap;
	letter-spacing: .02em;
}

.process__subtitle::after {
	height: 1px;
	margin: 3px 0 0 5px;
	background: rgba(35, 24, 21, .65);
	content: "";
	display: block;
	flex: 1;
}

.process__list {
	margin: 42px 0 0;
}

.process .item {
	padding: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 16px;
}

.process .item+.item {
	margin: 88px 0 0;
}

.process .step {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: var(--text-pt);
	font-weight: 700;
	line-height: .9;
	color: var(--black);
	white-space: nowrap;
	letter-spacing: 0;
}

.process .step span {
	font-size: 28px;
	line-height: .9;
}

.process .step strong {
	margin: 8px 0 0;
	font-size: 54px;
	font-weight: 700;
	line-height: .82;
}

.process .circle {
	width: 154px;
	height: 154px;
	margin: 0 -8px 0 0;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--black);
	text-align: center;
	box-sizing: border-box;
}

.process .circle__svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: visible;
}

.process .circle__track .segment,
.process .circle__progress .segment {
	fill: none;
	stroke-width: 24;
	stroke-linecap: butt;
	shape-rendering: geometricPrecision;
}

.process .circle__track .segment {
	stroke: var(--quaternary);
}

.process .circle__progress .segment {
	transition: stroke-dasharray .38s cubic-bezier(.22, 1, .36, 1);
	stroke: var(--secondary);
	stroke-dasharray: 0 1;
	stroke-dashoffset: 0;
}

.process .circle__progress .segment01 {
	transition-delay: 0s;
}

.process .circle__progress .segment02 {
	transition-delay: .16s;
}

.process .circle__progress .segment03 {
	transition-delay: .32s;
}

.process .circle__progress .segment04 {
	transition-delay: .48s;
}

.process .circle__progress .segment05 {
	transition-delay: .64s;
}

.process .circle__separators line {
	stroke: var(--white);
	stroke-width: 2;
	stroke-linecap: butt;
	shape-rendering: geometricPrecision;
}

.process .circle01.is-active .circle__progress .segment01,
.process .circle02.is-active .circle__progress .segment01,
.process .circle02.is-active .circle__progress .segment02,
.process .circle03.is-active .circle__progress .segment01,
.process .circle03.is-active .circle__progress .segment02,
.process .circle03.is-active .circle__progress .segment03,
.process .circle04.is-active .circle__progress .segment01,
.process .circle04.is-active .circle__progress .segment02,
.process .circle04.is-active .circle__progress .segment03,
.process .circle04.is-active .circle__progress .segment04,
.process .circle05.is-active .circle__progress .segment {
	stroke-dasharray: 1 0;
}

.process .circle span {
	padding: 0 0 2px;
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.12;
	color: var(--black);
	text-align: center;
	letter-spacing: .01em;
	z-index: 1;
}

.process .text {
	margin: 8px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	color: var(--black);
	letter-spacing: .03em;
	grid-column: 1 / 3;
}

.process .arrow {
	width: calc(32px / 1.5);
	height: calc(60px / 1.5);
	margin: auto;
	position: absolute;
	right: 0;
	bottom: -66px;
	left: 0;
}

.process .arrow img {
	width: 100%;
	height: auto;
	display: block;
}

.process .item:last-child .arrow {
	display: none;
}

/*================================================================
# competency
================================================================ */
.competency {
	margin: 40px 0 0;
	padding: 0;
}

.competency .box {
	padding: 58px 20px;
	background: var(--white);
	text-align: center;
}

.competency__title {
	margin: 0 auto;
	background: none;
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--white);
	text-align: center;
	letter-spacing: .04em;
}

.competency__title .line {
	height: 54px;
	padding: 0 16px 2px;
	border-radius: 7px;
	background: var(--gradient);
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.competency__title .line+.line {
	margin-top: 8px;
}

.competency__title em {
	font-size: 31px;
	font-weight: 700;
	color: var(--accent-yellow);
}

.competency__lead {
	margin: 28px 0 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
	color: var(--black);
	text-align: center;
	letter-spacing: .02em;
}

.competency__list {
	margin: 42px 0 0;
	display: block;
}

.competency .item {
	position: relative;
}

.competency .item+.item {
	margin-top: 74px;
}

.competency .item__title {
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	color: var(--black);
	letter-spacing: .01em;
	z-index: 1;
	gap: 10px;
}

.competency .item__title strong {
	font-family: var(--text-pt);
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
}

.competency .item__title span {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.competency .panel {
	min-height: 386px;
	margin: -12px 0 0;
	padding: 44px 18px 24px;
	border-radius: 16px;
	background: var(--bg-blue);
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
}

.competency .catch {
	min-height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.55;
	color: var(--secondary);
	text-align: center;
	letter-spacing: .02em;
}

.competency .skills {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 18px;
	row-gap: 12px;
}

.competency .skills li {
	margin: 0;
	padding: 0 0 0 14px;
	position: relative;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--black);
	text-align: left;
	white-space: nowrap;
	letter-spacing: .02em;
}

.competency .skills li+li {
	margin: 0;
}

.competency .skills li::before {
	width: 10px;
	height: 10px;
	background: var(--secondary);
	position: absolute;
	content: "";
	top: .32em;
	left: 0;
}

.competency .skills--columns {
	padding: 0;
	display: flex;
	grid-template-columns: none;
	column-gap: 20px;
	row-gap: 16px;
}

.competency .skills--columns li {
	margin: 0;
	font-size: 16px;
	white-space: nowrap;
}

.competency .skills--columns li+li {
	margin: 0;
}

.competency .skills--columns li:nth-child(5),
.competency .skills--columns li:nth-child(6) {
	grid-column: auto;
}

.competency .media {
	margin: auto;
	position: absolute;
	right: 0;
	bottom: -58px;
	left: 0;
	text-align: center;
}

.competency .media img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.competency .item:nth-child(1) .panel {
	min-height: 360px;
}

.competency .item:nth-child(1) .media {
	width: 249px;
	bottom: -58px;
}

.competency .item:nth-child(2) .panel {
	min-height: 330px;
}

.competency .item:nth-child(2) .media {
	width: 184px;
	right: auto;
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
}

.competency .item:nth-child(3) .panel {
	min-height: 400px;
}

.competency .item:nth-child(3) .media {
	width: 258px;
	bottom: -42px;
}

.competency .source {
	margin: 52px 0 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	color: var(--black);
	text-align: right;
	letter-spacing: .02em;
}

/* competency animation
------------------------------------------------------ */
.competency .js-competency-fade {
	opacity: 0;
	will-change: opacity, transform;
	transition: opacity .82s ease, transform .82s cubic-bezier(.22, 1, .36, 1);
	transform: translateY(28px);
}

.competency .js-competency-fade.is-active {
	opacity: 1;
	transform: translateY(0);
}

.competency .competency__title.js-competency-title {
	opacity: 0;
	will-change: opacity, transform, clip-path;
	transition: opacity .8s cubic-bezier(.33, 1, .68, 1), transform .8s cubic-bezier(.33, 1, .68, 1), clip-path .8s cubic-bezier(.33, 1, .68, 1);
	transform: translateX(-24px);
	clip-path: inset(0 100% 0 0);
}

.competency .competency__title.js-competency-title.is-active {
	opacity: 1;
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
}

.competency .competency__title.js-competency-fade {
	opacity: 0;
	will-change: opacity, transform, clip-path;
	transition: opacity .8s cubic-bezier(.33, 1, .68, 1), transform .8s cubic-bezier(.33, 1, .68, 1), clip-path .8s cubic-bezier(.33, 1, .68, 1);
	transition-delay: 0s;
	transform: translateX(-24px);
	clip-path: inset(0 100% 0 0);
}

.competency .competency__title.js-competency-fade.is-active {
	opacity: 1;
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
}

.competency .item:nth-child(1).js-competency-fade {
	transition-delay: .28s;
}

.competency .item:nth-child(2).js-competency-fade {
	transition-delay: .42s;
}

.competency .item:nth-child(3).js-competency-fade {
	transition-delay: .56s;
}

/*================================================================
# topics
================================================================ */
.topics {
	margin: 40px 0 0;
	padding: 0;
}

.topics .box {
	padding: 56px 20px 64px;
	background: var(--white);
}

.topics__heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

h2.topics__title {
	margin: 0;
	font-family: var(--text-pt);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--black);
	letter-spacing: .01em;
}

.topics__lead {
	width: 100%;
	margin: 18px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.85;
	color: var(--black);
	letter-spacing: .03em;
}

.topics__lead br {
	display: none;
}

.pbl .topics__more {
	margin: 0;
	display: flex;
	align-items: center;
	font-family: var(--text-pt);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: var(--black);
	letter-spacing: .02em;
	gap: 10px;
}

.pbl .topics__more .arrow {
	display: flex;
	align-items: center;
	line-height: 1;
	transition: transform .28s ease;
}

.pbl .topics__more .arrow img {
	width: 22px;
	height: auto;
	display: block;
}

.pbl .topics__more:hover .arrow {
	transform: translateX(4px);
}

.topics_wrap {
	margin: 40px 0 0;
}

.topics .pcInner,
.topics .spInner,
.topics .mainCont {
	width: 100%;
	margin: 0;
	padding: 0;
}

.topics .modTopics {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.topics .modTopics::before,
.topics .modTopics::after {
	content: none;
	display: none;
}


.topics .modTopics>li>a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.topics .modTopics_itemInner {
	display: grid;
	align-items: flex-start;
	grid-template-columns: 35% 1fr;
	column-gap: 12px;
}

.topics .modTopics_photo {
	width: 100%;
	height: auto;
	margin: 0;
	background: var(--gray03);
	overflow: hidden;
	aspect-ratio: 202 / 133;
}

.topics .modTopics_photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform .5s ease;
	aspect-ratio: 202 / 133;
}

.topics .modTopics_txtCol {
	min-width: 0;
	padding: 0;
}

.topics .modTopics_dateRow {
	display: flex;
	align-items: center;
	gap: 4px;
}

.topics .modTopics_date {
	margin: 0;
	padding: 0;
	font-family: var(--text-pt);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: var(--black);
	letter-spacing: .02em;
}

.topics .modGenre {
	margin: 0;
	padding: 4px 10px 5px;
	border-radius: 4px;
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	color: var(--white);
	text-align: center;
	white-space: nowrap;
	letter-spacing: .05em;
	box-sizing: border-box;
}

.topics .modTopics_tit {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.55;
	color: var(--black);
	letter-spacing: .02em;
}

.topics .modTopics_depart {
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.55;
	color: var(--accent-red);
	letter-spacing: .02em;
}

.topics .modTopics a:hover .modTopics_photo img {
	transform: scale(1.04);
}

.topics .modArrowTxt01 {
	display: none;
}