:root {
	--itb-color-main: #1f3f92;
	--itb-color-sub: #4d54e8;
	--itb-color-accent: #fef149;
	--itb-color-bg-soft: #f4f7ff;
	--itb-color-text: #1f2430;
	--itb-color-line: #d8dff3;
	--itb-radius-sm: 0.08rem;
	--itb-radius-md: 0.16rem;
	--itb-radius-lg: 0.24rem;
	--itb-space-2xs: 0.08rem;
	--itb-space-xs: 0.12rem;
	--itb-space-sm: 0.16rem;
	--itb-space-md: 0.24rem;
	--itb-space-lg: 0.32rem;
	--itb-space-xl: 0.48rem;
	--itb-space-2xl: 0.64rem;
	--itb-gutter: 0.16rem;
}

html {
	font-size: calc(100vw / 3.90);
	/* background-image: url('../images/bg/toppage_mobile.png'); */
	background-size: 100%;
	background-repeat: no-repeat;
}

@media (min-width: 600px) and (max-width: 1024px) {
	html {
		font-size: calc(100vw / 7.67);
		/* background-image: url('../images/bg/toppage_tablet.png'); */
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

@media (min-width: 1025px) {
	html {
		font-size: calc(100vw / 19.20);
		/* background-image: url('../images/bg/toppage.png'); */
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

h2.sub-title {
	font-size: 0.3rem;
	border-bottom: 0;
	text-align: center;
}

p.itb-company__lead {
	font-size: 0.26rem;
	padding-bottom: 0.3rem;
}

iframe[src*="www.google.com/maps/embed"] {
	aspect-ratio: 4 / 3;
	width: 100%;
	height: auto;
}

.date-area {
	display: block;
	text-align: center;
	margin: 0 0 0.3rem;
}

.date-area span {
	display: inline-block;
	padding: 0 .1rem;
}

.content-txt {
	margin: .3rem 0;
}

.itb-home,
.itb-home * {
	box-sizing: border-box;
}

.itb-home {
	color: var(--itb-color-text);
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
	font-size: 0.16rem;
	line-height: 1.65;
	margin-inline: auto;
	max-inline-size: 19.2rem;
	overflow-x: clip;
}

.itb-home img {
	display: block;
	height: auto;
	/* max-inline-size: 100%; */
	/* grid-row: 1/3; */
	/* position: relative; */
	width: 100%;
}

.itb-home a {
	color: inherit;
	text-decoration: none;
	padding-top: 0.1rem;
	/* margin: 0; */
	/* color: #aaa; */
}

.itb-home button {
	background: transparent;
	border: 0;
	color: inherit;
	font: inherit;
}

.itb-home a:focus-visible,
.itb-home button:focus-visible {
	outline: 0.02rem solid #4d54e8;
	outline-offset: 0.02rem;
}

.itb-home h1,
.itb-home h2,
.itb-home h3,
.itb-home h4,
.itb-home p,
.itb-home ul,
.itb-home figure {
	margin: 0;
}

.itb-home section {
	padding-inline: var(--itb-gutter);
}

/* よくある質問固定ページ */
.itb-faq,
.itb-faq * {
	box-sizing: border-box;
}

.itb-faq {
	background: #fff;
	color: var(--itb-color-text);
	font-size: 0.16rem;
	line-height: 1.7;
	padding: 0.34rem 0 0.8rem;
}

.itb-faq__inner {
	margin-inline: auto;
	max-width: 9.6rem;
	padding-inline: var(--itb-gutter);
}

.itb-faq__header {
	margin-bottom: 0.42rem;
}

.itb-faq__header h1 {
	color: #303030;
	font-size: 0.3rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.itb-faq__header p {
	color: #777;
	font-size: 0.11rem;
	letter-spacing: 0.08em;
	margin: 0.04rem 0 0;
}

.itb-faq__section {
	margin-top: 0.46rem;
}

.itb-faq__section:first-of-type {
	margin-top: 0;
}

.itb-faq__section h2 {
	color: #303030;
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 0.22rem;
}

.itb-faq__list {
	border-top: 0.01rem solid #d9d9d9;
}

.itb-faq__item {
	border-bottom: 0.01rem solid #d9d9d9;
}

.itb-faq__item summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	grid-template-columns: 0.28rem minmax(0, 1fr) 0.2rem;
	list-style: none;
	min-height: 0.62rem;
	padding: 0.12rem 0.02rem;
	position: relative;
}

.itb-faq__item summary::-webkit-details-marker {
	display: none;
}

.itb-faq__item summary::before {
	align-items: center;
	background: var(--itb-color-main);
	border-radius: 50%;
	color: #fff;
	content: '?';
	display: inline-flex;
	font-family: Georgia, serif;
	font-size: 0.16rem;
	font-weight: 700;
	height: 0.23rem;
	justify-content: center;
	line-height: 1;
	width: 0.23rem;
}

.itb-faq__item summary::after {
	border-bottom: 0.015rem solid #333;
	border-right: 0.015rem solid #333;
	content: '';
	height: 0.08rem;
	justify-self: center;
	transform: rotate(45deg) translateY(-0.03rem);
	transition: transform 0.2s ease;
	width: 0.08rem;
}

.itb-faq__item[open] summary::after {
	transform: rotate(225deg) translateY(-0.03rem);
}

.itb-faq__item summary:hover,
.itb-faq__item summary:focus-visible {
	color: var(--itb-color-main);
}

.itb-faq__item summary:focus-visible {
	outline: 0.02rem solid var(--itb-color-sub);
	outline-offset: -0.02rem;
}

.itb-faq__answer {
	border-top: 0.01rem solid #e5e5e5;
	font-size: 0.15rem;
	line-height: 1.8;
	padding: 0.16rem 0.22rem 0.18rem 0.48rem;
}

.itb-faq__answer p {
	margin: 0 0 0.06rem;
}

.itb-faq__answer p:last-child {
	margin-bottom: 0;
}

.itb-faq__answer a {
	color: var(--itb-color-main);
	text-decoration: underline;
	text-wrap: auto;
	overflow-wrap: break-word;
}

@media (min-width: 600px) and (max-width: 1024px) {
	.itb-faq {
		font-size: 0.15rem;
		padding-top: 0.3rem;
	}

	.itb-faq__inner {
		max-width: 7.6rem;
	}

	.itb-faq__header h1 {
		font-size: 0.26rem;
	}

	.itb-faq__section h2 {
		font-size: 0.21rem;
	}

	.itb-faq__item summary {
		grid-template-columns: 0.28rem minmax(0, 1fr) 0.18rem;
		min-height: 0.56rem;
	}

	.itb-faq__answer {
		font-size: 0.14rem;
		padding-left: 0.44rem;
	}
}

@media (max-width: 599px) {
	.itb-faq {
		font-size: 0.13rem;
		padding: 0.24rem 0 0.5rem;
	}

	.itb-faq__inner {
		padding-inline: var(--itb-gutter);
	}

	.itb-faq__header {
		margin-bottom: 0.3rem;
	}

	.itb-faq__header h1 {
		font-size: 0.22rem;
	}

	.itb-faq__header p {
		font-size: 0.1rem;
	}

	.itb-faq__section {
		margin-top: 0.32rem;
	}

	.itb-faq__section h2 {
		font-size: 0.18rem;
		margin-bottom: 0.14rem;
	}

	.itb-faq__item summary {
		grid-template-columns: 0.24rem minmax(0, 1fr) 0.16rem;
		min-height: 0.52rem;
		padding: 0.1rem 0;
	}

	.itb-faq__item summary::before {
		font-size: 0.14rem;
		height: 0.2rem;
		width: 0.2rem;
	}

	.itb-faq__item summary::after {
		height: 0.07rem;
		width: 0.07rem;
	}

	.itb-faq__answer {
		font-size: 0.12rem;
		line-height: 1.7;
		padding: 0.12rem 0.08rem 0.14rem 0.34rem;
	}
}

.breadcrumb-area {
	padding: 0.2rem 0 0.26rem;
}

.breadcrumb {
	color: #555;
	font-size: 0.13rem;
	line-height: 1.4;
	padding: 0 .1rem;
}

.breadcrumb ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb li {
	align-items: center;
	display: inline-flex;
	white-space: nowrap;
}

.breadcrumb li:not(:last-child)::after {
	color: var(--itb-color-main);
	content: '/';
	margin: 0 0.08rem;
}

.breadcrumb a,
.breadcrumb span {
	border-bottom: 0.01rem dotted currentColor;
	padding: 0 0 0.02rem;
}

.breadcrumb a {
	color: var(--itb-color-main);
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
	color: #162f70;
}

.breadcrumb__home a {
	align-items: center;
	display: inline-flex;
}

.breadcrumb__home i {
	color: #777;
	font-size: 0.11rem;
	margin-right: 0.05rem;
}

/* 固定ページ本文 */
.singular-page--company {
	display: block;
	margin: 0 auto;
	max-width: 19.2rem;
	padding: 0;
}

.singular-page--company #singular {
	width: 100%;
}

.singular-page--company .breadcrumb-area {
	margin-inline: auto;
	max-width: 12.48rem;
	padding-inline: var(--itb-gutter);
}

.singular-page--company .content-area--company {
	padding: 0;
}

.singular-page--company .content-txt {
	margin: 0;
}

/* 会社案内固定ページ */
.itb-company,
.itb-company * {
	box-sizing: border-box;
}

.itb-company {
	background: #fff;
	color: var(--itb-color-text);
	font-size: 0.15rem;
	line-height: 1.8;
}

.itb-company__inner {
	margin-inline: auto;
	max-width: 12.48rem;
	padding-inline: var(--itb-gutter);
}

.itb-company__inner--narrow {
	max-width: 9.6rem;
}

.itb-company__intro {
	padding: 0.28rem 0 0.58rem;
	text-align: center;
	padding-inline: unset !important;
}

.itb-company__breadcrumb {
	color: #777;
	font-size: 0.11rem;
	margin: 0 0 0.12rem;
	text-align: left;
}

.itb-company__title,
.itb-company__section-heading h2 {
	color: #303030;
	font-size: 0.26rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.itb-company__section-heading h2 {
	align-items: center;
	display: flex;
	justify-content: center;
	border-bottom: 0;
}

.itb-company__section-heading h2::before,
.itb-company__section-heading h2::after {
	background: #aaa;
	content: '';
	display: inline-block;
	height: 0.01rem;
	margin: 0 0.14rem;
	width: 0.34rem;
}

.itb-company__lead {
	font-size: 0.19rem;
	font-weight: 700;
	line-height: 1.55;
	margin: 0.42rem 0 0.3rem;
}

.itb-company__jump {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.14rem;
	margin-inline: auto;
	max-width: 8.8rem;
}

.itb-company__jump a {
	align-items: center;
	background: var(--itb-color-main);
	border-radius: 100vmax;
	color: #fff;
	/* display: inline-flex; */
	font-size: 0.12rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.3;
	min-height: 0.42rem;
	padding: 0.08rem 0.24rem 0.08rem 0.12rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.itb-company__jump a span {
	display: block;
}

.itb-company__jump a span::after {
	content: '\f0ab';
	font-family: 'Font Awesome 6 Free';
	font-size: 0.08rem;
	font-weight: 900;
	/* position: absolute; */
	right: 0.12rem;
	margin-left: 0.08rem;
}

.itb-company__jump a:hover,
.itb-company__jump a:focus-visible {
	background: #162f70;
	color: #fff;
	transform: translateY(-0.02rem);
}

.itb-company__section {
	padding: 0.5rem 0 0.62rem;
}

.itb-company__section--gray {
	background: #f5f6f8;
}

.itb-company__section-heading {
	margin-bottom: 0.3rem;
	text-align: center;
}

.itb-company__section-heading p {
	color: #777;
	font-size: 0.1rem;
	letter-spacing: 0.04em;
	margin: 0.06rem 0 0;
}

.itb-company__section-heading p::before,
.itb-company__section-heading p::after {
	display: none;
}

.itb-company__greeting {
	background: #fff;
	display: grid;
	grid-template-columns: 3.15rem minmax(0, 1fr);
	margin-inline: auto;
	max-width: 9.6rem;
}

.itb-company__greeting-photo {
	background: #eef1f5;
	min-height: 3.4rem;
}

.itb-company__greeting-photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.itb-company__greeting-copy {
	padding: 0.28rem 0.3rem;
}

.itb-company__greeting-copy h3,
.itb-company__access h3 {
	font-size: 0.18rem;
	margin: 0 0 0.14rem;
}

.itb-company__greeting-copy p {
	font-size: 0.13rem;
	line-height: 1.85;
	margin: 0 0 0.14rem;
}

.itb-company__signature {
	margin-top: 0.3rem !important;
	text-align: right;
}

.itb-company__table-wrap,
.itb-company__access {
	background: #fff;
	padding: 0.2rem;
}

.itb-company__table {
	border-collapse: collapse;
	font-size: 0.13rem;
	width: 100%;
}

.itb-company__table th,
.itb-company__table td {
	border-bottom: 0.01rem solid #ccc;
	padding: 0.1rem 0.12rem;
	text-align: left;
	vertical-align: top;
}

.itb-company__table tr:first-child th,
.itb-company__table tr:first-child td {
	border-top: 0.01rem solid #ccc;
}

.itb-company__table th {
	background: #fafafa;
	font-weight: 700;
	width: 1.8rem;
	color: #000;
}

.itb-company__history {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0.04rem 0 0.04rem 0.38rem;
}

.itb-company__history::before {
	background: #d6dce7;
	bottom: 0.12rem;
	content: '';
	left: 0.08rem;
	position: absolute;
	top: 0.12rem;
	width: 0.02rem;
}

.itb-company__history li {
	background: #fff;
	border: 0.01rem solid #e1e5ec;
	box-shadow: 0 0.04rem 0.12rem rgba(31, 63, 146, 0.05);
	margin: 0 0 0.16rem;
	padding: 0.16rem 0.22rem 0.14rem 0.24rem;
	position: relative;
}

.itb-company__history li::before {
	background: #e74949;
	border: 0.03rem solid #fff;
	border-radius: 50%;
	content: '';
	height: 0.12rem;
	left: -0.36rem;
	position: absolute;
	top: 0.22rem;
	width: 0.12rem;
}

.itb-company__history time {
	background: var(--itb-color-main);
	border-radius: 0.04rem;
	color: #fff;
	display: inline-block;
	font-size: 0.13rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.08rem;
	padding: 0.07rem 0.12rem;
}

.itb-company__history p {
	font-size: 0.12rem;
	line-height: 1.7;
	margin: 0.04rem 0 0.08rem;
}

.itb-company__history p:last-child {
	margin-bottom: 0;
}

.itb-company__access h3 {
	font-size: 0.15rem;
}

.itb-company__access p {
	font-size: 0.13rem;
	margin: 0.04rem 0;
}

.itb-company__map {
	align-items: center;
	background: #eef1f5;
	color: #777;
	display: flex;
	font-size: 0.13rem;
	height: 2.2rem;
	justify-content: center;
	margin-top: 0.18rem;
}

.itb-company__map-link {
	background: var(--itb-color-main);
	border-radius: 100vmax;
	color: #fff;
	display: inline-block;
	font-size: 0.12rem;
	font-weight: 700;
	margin-top: 0.16rem;
	padding: 0.09rem 0.2rem;
	text-decoration: none;
}

.itb-company__map-link:hover,
.itb-company__map-link:focus-visible {
	background: #162f70;
	color: #fff;
}

@media (min-width: 600px) and (max-width: 1024px) {
	.itb-company__inner {
		max-width: 8.8rem;
	}

	.itb-company__inner--narrow {
		max-width: 7.6rem;
	}

	.itb-company__jump {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 5.8rem;
	}

	.itb-company__jump a {
		font-size: 0.11rem;
		min-height: 0.4rem;
	}

	.itb-company__title,
	.itb-company__section-heading h2 {
		font-size: 0.23rem;
	}

	.itb-company__lead {
		font-size: 0.17rem;
	}

	.itb-company__greeting {
		grid-template-columns: 2.4rem minmax(0, 1fr);
	}

	.itb-company__greeting-copy {
		padding: 0.22rem;
	}

	.itb-company__greeting-copy p,
	.itb-company__history p {
		font-size: 0.12rem;
	}
}

@media (max-width: 599px) {
	.itb-company {
		font-size: 0.13rem;
	}

	.itb-company__intro {
		padding-bottom: 0.42rem;
	}

	.itb-company__title,
	.itb-company__section-heading h2 {
		font-size: 0.2rem;
	}

	.itb-company__lead {
		font-size: 0.16rem;
		margin-top: 0.28rem;
	}

	.itb-company__jump {
		grid-template-columns: 1fr;
		gap: 0.1rem;
		max-width: 2.4rem;
	}

	.itb-company__jump a {
		font-size: 0.1rem;
		min-height: 0.34rem;
		padding: 0.07rem 0.2rem 0.07rem 0.04rem;
	}

	.itb-company__jump a span::after {
		right: 0.08rem;
	}

	.itb-company__section {
		padding: 0.36rem 0 0.44rem;
	}

	.itb-company__greeting {
		display: block;
	}

	.itb-company__greeting-photo {
		min-height: 1.8rem;
	}

	.itb-company__greeting-copy {
		padding: 0.2rem;
	}

	.itb-company__greeting-copy h3,
	.itb-company__access h3 {
		font-size: 0.15rem;
	}

	.itb-company__greeting-copy p,
	.itb-company__table,
	.itb-company__history time,
	.itb-company__history p,
	.itb-company__access p {
		font-size: 0.11rem;
	}

	.itb-company__history p {
		line-height: 1.65;
		margin-bottom: 0.08rem;
	}

	.itb-company__table-wrap,
	.itb-company__access {
		padding: 0.1rem;
	}

	.itb-company__table th {
		width: 0.9rem;
	}

	.itb-company__history {
		padding: 0.02rem 0 0.02rem 0.25rem;
	}

	.itb-company__history li {
		margin-bottom: 0.12rem;
		padding: 0.12rem 0.12rem 0.11rem 0.14rem;
	}

	.itb-company__history::before {
		left: 0.05rem;
	}

	.itb-company__history li::before {
		left: -0.25rem;
		top: 0.18rem;
	}

	.itb-company__history time {
		font-size: 0.1rem;
		padding: 0.06rem 0.09rem;
	}

	.itb-company__map {
		height: 1.5rem;
	}

	.itb-company__map-link {
		font-size: 0.1rem;
		padding: 0.08rem 0.14rem;
	}
}

/* お申し込みの流れ固定ページ */
.singular-page--flow {
	display: block;
	margin: 0 auto;
	max-width: 19.2rem;
	padding: 0;
}

.singular-page--flow #singular {
	width: 100%;
}

.singular-page--flow .breadcrumb-area {
	margin-inline: auto;
	max-width: 12.48rem;
	padding-inline: var(--itb-gutter);
}

.singular-page--flow .content-area {
	padding: 0;
}

.singular-page--flow .content-txt {
	margin: 0;
}

.itb-flow,
.itb-flow * {
	box-sizing: border-box;
}

.itb-flow {
	background: #fff;
	color: var(--itb-color-text);
	font-size: 0.15rem;
	line-height: 1.8;
	padding: 0.34rem 0 0.8rem;
}

.itb-flow__inner {
	margin-inline: auto;
	max-width: 10.4rem;
	padding-inline: var(--itb-gutter);
}

.itb-flow__header {
	margin-bottom: 0.42rem;
	text-align: center;
}

.itb-flow__header h1 {
	color: #303030;
	font-size: 0.3rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.itb-flow__header p {
	color: #777;
	font-size: 0.11rem;
	letter-spacing: 0.08em;
	margin: 0.04rem 0 0;
}

.itb-flow__steps {
	list-style: none;
	margin: 0;
	padding: 0;
}

.itb-flow__step {
	display: grid;
	grid-template-columns: 0.7rem minmax(0, 1fr);
	column-gap: 0.28rem;
	min-height: 1.6rem;
	position: relative;
}

.itb-flow__step:not(:last-child)::before {
	background: #d9dce2;
	content: '';
	left: 0.27rem;
	position: absolute;
	top: 0.5rem;
	bottom: 0;
	width: 0.02rem;
}

.itb-flow__number {
	align-items: center;
	background: var(--itb-color-main);
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 0.52rem;
	justify-content: center;
	line-height: 1;
	position: relative;
	width: 0.52rem;
	z-index: 1;
}

.itb-flow__number small {
	font-size: 0.07rem;
	font-weight: 700;
	margin-bottom: 0.02rem;
}

.itb-flow__number strong {
	font-size: 0.21rem;
	font-weight: 700;
}

.itb-flow__content {
	padding: 0 0 0.44rem;
}

.itb-flow__content h2 {
	color: #303030;
	font-size: 0.2rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 0.16rem;
	border-bottom: 0;
}

.itb-flow__content p {
	font-size: 0.14rem;
	line-height: 1.75;
	margin: 0;
}

@media (min-width: 600px) and (max-width: 1024px) {
	.itb-flow {
		font-size: 0.14rem;
		padding-top: 0.28rem;
	}

	.itb-flow__inner {
		max-width: 8rem;
	}

	.itb-flow__header h1 {
		font-size: 0.26rem;
	}

	.itb-flow__step {
		grid-template-columns: 0.6rem minmax(0, 1fr);
		column-gap: 0.22rem;
		min-height: 1.4rem;
	}

	.itb-flow__step:not(:last-child)::before {
		left: 0.23rem;
	}

	.itb-flow__number {
		height: 0.46rem;
		width: 0.46rem;
	}

	.itb-flow__content h2 {
		font-size: 0.18rem;
	}

	.itb-flow__content p {
		font-size: 0.13rem;
	}
}

@media (max-width: 599px) {
	.itb-flow {
		font-size: 0.13rem;
		padding: 0.24rem 0 0.5rem;
	}

	.itb-flow__inner {
		padding-inline: var(--itb-gutter);
	}

	.itb-flow__header {
		margin-bottom: 0.3rem;
	}

	.itb-flow__header h1 {
		font-size: 0.22rem;
	}

	.itb-flow__header p {
		font-size: 0.1rem;
	}

	.itb-flow__step {
		grid-template-columns: 0.42rem minmax(0, 1fr);
		column-gap: 0.14rem;
		min-height: 1.18rem;
	}

	.itb-flow__step:not(:last-child)::before {
		left: 0.2rem;
		top: 0.39rem;
	}

	.itb-flow__number {
		height: 0.38rem;
		width: 0.38rem;
	}

	.itb-flow__number small {
		font-size: 0.055rem;
	}

	.itb-flow__number strong {
		font-size: 0.16rem;
	}

	.itb-flow__content {
		padding-bottom: 0.3rem;
	}

	.itb-flow__content h2 {
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}

	.itb-flow__content p {
		font-size: 0.11rem;
		line-height: 1.65;
	}
}

/* 講師紹介固定ページ */
.singular-page--instructor {
	display: block;
	margin: 0 auto;
	max-width: 19.2rem;
	padding: 0;
}

.singular-page--instructor #singular {
	width: 100%;
}

.singular-page--instructor .breadcrumb-area {
	margin-inline: auto;
	max-width: 12.48rem;
	padding-inline: var(--itb-gutter);
}

.singular-page--instructor .content-area,
.singular-page--instructor .content-txt {
	margin: 0;
	padding: 0;
}

.itb-instructor,
.itb-instructor * {
	box-sizing: border-box;
}

.itb-instructor {
	background: #fff;
	color: var(--itb-color-text);
	font-size: 0.14rem;
	line-height: 1.75;
	padding: 0.34rem 0 1rem;
}

.itb-instructor__inner {
	margin-inline: auto;
	max-width: 10.4rem;
	padding-inline: var(--itb-gutter);
}

.itb-instructor__header {
	margin-bottom: 0.46rem;
	text-align: center;
}

.itb-instructor__header h1 {
	color: #303030;
	font-size: 0.3rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.itb-instructor__header p {
	color: #777;
	font-size: 0.11rem;
	letter-spacing: 0.08em;
	margin: 0.04rem 0 0;
}

.itb-instructor__card {
	align-items: start;
	display: grid;
	grid-template-columns: 3.35rem minmax(0, 1fr);
	column-gap: 0.42rem;
	margin-bottom: 0.78rem;
}

.itb-instructor__card--reverse {
	grid-template-columns: minmax(0, 1fr) 3.35rem;
}

.itb-instructor__card--reverse .itb-instructor__photo {
	grid-column: 2;
	grid-row: 1;
}

.itb-instructor__card--reverse .itb-instructor__body {
	grid-column: 1;
	grid-row: 1;
}

.itb-instructor__photo {
	align-self: start;
	background: #ffffff;
	min-height: 2.35rem;
	overflow: hidden;
}

.itb-instructor__photo img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.itb-instructor__body {
	min-width: 0;
}

.itb-instructor__body h2 {
	border-bottom: 0.01rem solid #d4d4d4;
	color: #303030;
	font-size: 0.26rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 0.03rem;
	padding-bottom: 0.08rem !important;
	border-bottom: 0;
}

.itb-instructor__body h2 small {
	font-size: 0.18rem;
	font-weight: 700;
	margin-left: 0.04rem;
}

.itb-instructor__name-en,
.itb-instructor__course {
	color: #777;
	font-size: 0.13rem;
	line-height: 1.45;
	margin: 0;
}

.itb-instructor__course {
	margin-bottom: 0.16rem;
}

.itb-instructor__body h3 {
	border-bottom: 0.01rem solid #d4d4d4;
	color: #303030;
	font-size: 0.17rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0.14rem 0 0.08rem;
	padding-bottom: 0.05rem;
	border-left: 0;
}

.itb-instructor__body p:not(.itb-instructor__name-en):not(.itb-instructor__course) {
	font-size: 0.14rem;
	line-height: 1.7;
	margin: 0;
}

@media (min-width: 600px) and (max-width: 1024px) {
	.itb-instructor {
		font-size: 0.13rem;
		padding-top: 0.28rem;
	}

	.itb-instructor__inner {
		max-width: 8rem;
	}

	.itb-instructor__header h1 {
		font-size: 0.26rem;
	}

	.itb-instructor__card,
	.itb-instructor__card--reverse {
		grid-template-columns: 2.35rem minmax(0, 1fr);
		column-gap: 0.28rem;
		margin-bottom: 0.6rem;
	}

	.itb-instructor__card--reverse .itb-instructor__photo {
		grid-column: 1;
	}

	.itb-instructor__card--reverse .itb-instructor__body {
		grid-column: 2;
	}

	.itb-instructor__body h2 {
		font-size: 0.18rem;
	}

	.itb-instructor__body h3 {
		font-size: 0.12rem;
	}

	.itb-instructor__body p:not(.itb-instructor__name-en):not(.itb-instructor__course) {
		font-size: 0.1rem;
	}
}

@media (max-width: 599px) {
	.itb-instructor {
		font-size: 0.13rem;
		padding: 0.24rem 0 0.6rem;
	}

	.itb-instructor__inner {
		padding-inline: var(--itb-gutter);
	}

	.itb-instructor__header {
		margin-bottom: 0.3rem;
	}

	.itb-instructor__header h1 {
		font-size: 0.22rem;
	}

	.itb-instructor__card,
	.itb-instructor__card--reverse {
		display: flex;
		flex-direction: column;
		gap: 0.16rem;
		margin-bottom: 0.48rem;
	}

	.itb-instructor__card--reverse .itb-instructor__photo,
	.itb-instructor__card--reverse .itb-instructor__body {
		order: initial;
	}

	.itb-instructor__photo {
		align-self: center;
		max-width: 2.1rem;
		min-height: 0;
		width: 100%;
	}

	.itb-instructor__body h2 {
		font-size: 0.17rem;
	}

	.itb-instructor__body h3 {
		font-size: 0.12rem;
		margin-top: 0.12rem;
	}

	.itb-instructor__body p:not(.itb-instructor__name-en):not(.itb-instructor__course) {
		font-size: 0.11rem;
		line-height: 1.65;
	}
}

/* 投稿一覧 */
.itb-post-archive {
	display: block;
	max-width: 12.48rem;
	margin: 0 auto;
	padding: 0 var(--itb-gutter) 0.8rem;
}

.itb-post-archive .content-area {
	min-width: 0;
}

.itb-post-archive .sub-title {
	border-bottom: 0.03rem solid var(--itb-color-main);
	font-size: 0.28rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 0.36rem;
	padding: 0 0 0.12rem;
}

.post-list__item {
	border-top: 0.01rem solid #e5e5e5;
	display: grid;
	grid-template-columns: 3.3rem minmax(0, 1fr);
	gap: 0.38rem;
	padding: 0.38rem 0;
}

.post-list__thumbnail {
	align-self: start;
	padding: 0;
}

.post-list__thumbnail img {
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}

.post-list__body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.post-list__title {
	font-size: 0.2rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 0.08rem;
}

.post-list__title a {
	padding: 0;
}

.post-list__date {
	color: #777;
	font-size: 0.13rem;
	line-height: 1.4;
}

.post-list__excerpt {
	color: #666;
	font-size: 0.15rem;
	line-height: 1.75;
	margin-top: 0.18rem;
}

.post-list__excerpt p {
	margin: 0;
}

.itb-home .post-list__more {
	align-self: end;
	background: var(--itb-color-main);
	border-radius: 100vmax;
	color: #fff;
	font-size: 0.13rem;
	line-height: 1;
	margin-top: 0.14rem;
	padding: 0.09rem 0.2rem;
}

.post-list__more:hover,
.post-list__more:focus-visible {
	background: #162f70;
	color: #fff;
}

.post-list__empty {
	padding: 0.4rem 0;
}

@media (min-width: 600px) and (max-width: 1024px) {
	.itb-post-archive {
		max-width: 100%;
		padding-inline: 0.32rem;
	}

	.post-list__item {
		grid-template-columns: 2.8rem minmax(0, 1fr);
		gap: 0.3rem;
		padding: 0.32rem 0;
	}

	.itb-post-archive .sub-title {
		font-size: 0.24rem;
		margin-bottom: 0.28rem;
	}

	.post-list__title {
		font-size: 0.18rem;
	}

	.post-list__date,
	.post-list__more {
		font-size: 0.12rem;
	}

	.post-list__excerpt {
		font-size: 0.14rem;
		line-height: 1.65;
		margin-top: 0.14rem;
	}
}

@media (max-width: 599px) {
	.itb-post-archive {
		display: block;
		padding-inline: var(--itb-gutter);
	}

	.post-list__item {
		grid-template-columns: 1.25rem minmax(0, 1fr);
		gap: 0.16rem;
		padding: 0.24rem 0;
	}

	.itb-post-archive .sub-title {
		font-size: 0.22rem;
	}

	.post-list__title {
		font-size: 0.16rem;
	}

	.post-list__date,
	.post-list__more {
		font-size: 0.11rem;
	}

	.post-list__excerpt {
		font-size: 0.12rem;
		line-height: 1.55;
		margin-top: 0.08rem;
	}

	.post-list__more {
		margin-top: 0.08rem;
		padding: 0.07rem 0.12rem;
	}
}

.itb-header {
	background: #fff;
	border-bottom: 0.01rem solid var(--itb-color-line);
	position: sticky;
	top: 0;
	z-index: 20;
}

.itb-header__inner {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	max-inline-size: 12.48rem;
	min-block-size: 0.72rem;
	padding: 0.12rem var(--itb-gutter);
	height: 1rem;
	position: relative;
	z-index: 120;
}

.itb-header__logo {
	display: block;
	/* inline-size: min(2.2rem, 55vw); */
	/* width: 3rem; */
}

.itb-header__logo img {
	width: 2.3rem;
}

.itb-header__contact {
	align-items: center;
	display: flex;
	gap: var(--itb-space-sm);
}

.itb-header__nav-toggle {
	block-size: 0;
	inline-size: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.itb-header__cta {
	background: linear-gradient(90deg, #3f7af8, #7a2ce4);
	border-radius: 100vmax;
	color: #fff;
	display: none;
	font-size: 0.15rem;
	font-weight: 700;
	padding: 0.1038rem 0.16rem;
	white-space: nowrap;
}

.itb-header__right {
	display: none;
}

.itb-header__menu {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	gap: 0.1rem;
	inline-size: 0.66rem;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	margin-top: 0.3rem;
}

.itb-header__menu span {
	background: #1f3f92;
	border-radius: 100vmax;
	display: block;
	height: 0.03rem;
	inline-size: 0.42rem;
}

.itb-nav {
	background: rgba(255, 255, 255, 0.98);
	border-top: 0;
	display: flex;
	flex-direction: column;
	gap: 0.08rem;
	inset: 0;
	opacity: 0;
	overflow-y: auto;
	padding: 1.16rem var(--itb-gutter) 0.24rem;
	pointer-events: auto;
	position: fixed;
	scrollbar-width: thin;
	transform: translateX(-100%);
	transition: transform 0.35s ease, opacity 0.35s ease;
	z-index: 100;
}

.itb-nav a:hover:before {
	content: attr(data-name);
	position: absolute;
	font-size: .2rem;
	background-color: #fff;
	bottom: .06rem;
	margin: auto;
	width: max-content;
	text-align: center;
	right: 0;
	left: 0;
	color: #000;
	-webkit-text-fill-color: #2a2f3c;
}

.itb-header__nav-toggle:checked~.itb-nav {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.itb-nav a {
	border-bottom: 0.01rem solid #e6ebfb;
	color: #1f2f58;
	font-size: 0.16rem;
	padding: 0.12rem 0.04rem 0.14rem;
	width: 100%;
}

.itb-nav a:last-child {
	border-bottom: 0;
}

body.home .itb-nav a[data-name="HOME"],
body.post-name-instructor .itb-nav a[data-name="講師紹介"],
body.post-name-company .itb-nav a[data-name="会社案内"],
body.post-name-flow .itb-nav a[data-name="お申込みの流れ"],
body.blog .itb-nav a[data-name="お知らせ"],
body.page-id-3152 .itb-nav a[data-name="よくある質問"],
body.page-id-1890 .itb-nav a[data-name="修了生インタビュー"],
body.post-name-shuryosei-comment .itb-nav a[data-name="修了生コメント"] {
	background: linear-gradient(90deg, #2871fa 0%, #6717cd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.itb-header__nav-toggle:checked~.itb-header__inner .itb-header__menu span:nth-child(1) {
	transform: translateY(0.13rem) rotate(45deg);
}

.itb-header__nav-toggle:checked~.itb-header__inner .itb-header__menu span:nth-child(2) {
	opacity: 0;
}

.itb-header__nav-toggle:checked~.itb-header__inner .itb-header__menu span:nth-child(3) {
	transform: translateY(-0.13rem) rotate(-45deg);
}

.itb-header__menu span {
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.itb-nav::-webkit-scrollbar {
	height: 0.04rem;
}

.itb-nav a {
	color: #2a2f3c;
	flex: 0 0 auto;
	font-size: 0.13rem;
	font-weight: 700;
	padding: 0.04rem 0.08rem;
	position: relative;
}

.itb-hero {
	position: relative;
}

section.itb-hero:after {
	content: '';
	display: block;
	width: 1.05rem;
	aspect-ratio: 215/211;
	background-image: url('../images/mainvisual/main_cat.png');
	background-position: 0 0;
	background-size: 100%;
	position: absolute;
	top: 4.85rem;
	right: 0.06rem;
}

.itb-hero__bg {
	background-position: -2.7rem 0;
	background-size: 220%;
	inset: 0;
	/* opacity: 0.22; */
	position: absolute;
	background-repeat: no-repeat;
}

.itb-hero__inner {
	margin-inline: auto;
	max-inline-size: 12.48rem;
	/* padding: var(--itb-space-xl) var(--itb-gutter) var(--itb-space-lg); */
	position: relative;
	padding: 0.23rem 0.1rem;
}

.itb-hero__copy h1 {
	color: #3f3f3f;
	font-size: 0.32rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.1;
}

.itb-hero__copy h1 span.line {
	display: inline-block;
	overflow: hidden;
}

.itb-hero__copy h1 span.subline span {
	font-size: 0.29rem;
	background: linear-gradient(90deg, #2871fa 0%, #6717cd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	overflow: hidden;
	padding-right: 0.3rem;
}

.itb-hero__copy h1 span.subline b {
	font-size: 0.36rem;
}

/* Hero headline reveal: inner spans slide up out of the overflow-hidden masks above */
.itb-hero__copy h1 span.line>span,
.itb-hero__copy h1 span.subline>span {
	display: inline-block;
	opacity: 0;
	transform: translateY(110%);
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease-out;
}

.itb-hero.is-hero-ready .itb-hero__copy h1 span.line>span {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.15s;
}

.itb-hero.is-hero-ready .itb-hero__copy h1 span.subline>span {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.4s;
}

/* Rest of the hero copy fades in only after the headline has finished revealing */
.itb-hero__copy>p,
.itb-hero__copy h2,
.itb-hero__courses,
.itb-hero__buttons,
.itb-hero__rate {
	opacity: 0;
	transform: translateY(0.12rem);
	transition: opacity 0.9s ease-out, transform 0.9s ease-out;
	transition-delay: 1.2s;
}

.itb-hero.is-hero-ready .itb-hero__copy>p,
.itb-hero.is-hero-ready .itb-hero__copy h2,
.itb-hero.is-hero-ready .itb-hero__courses,
.itb-hero.is-hero-ready .itb-hero__buttons,
.itb-hero.is-hero-ready .itb-hero__rate {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {

	.itb-hero__copy h1 span.line>span,
	.itb-hero__copy h1 span.subline>span,
	.itb-hero__copy>p,
	.itb-hero__copy h2,
	.itb-hero__courses,
	.itb-hero__buttons,
	.itb-hero__rate {
		transition: none;
		opacity: 1;
		transform: none;
	}
}

.itb-hero__copy h2 {
	color: #2b3145;
	font-size: 0.24rem;
	font-weight: 900;
	margin-top: 4rem;
	text-align: center;
}

.itb-hero__copy h2 span {
	font-size: 0.36rem;
	color: black;
	background: linear-gradient(90deg, #2871fa 0%, #6717cd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.itb-hero__copy>p {
	font-size: 0.16rem;
	font-weight: 700;
	color: #3f3f3f;
	margin-top: 0.09rem;
	line-height: 1.5;
	width: 2.3rem;
	max-inline-size: 34ch;
}





.itb-hero__courses {
	display: grid;
	gap: var(--itb-space-md);
	margin-top: .1rem;
}


.itb-hero__courses article {
	background: rgba(255, 255, 255, 0.82);
	gap: 0;
	padding: 0 0 0 .2rem;
	width: fit-content;
	border-radius: 0;
	grid-template-columns: 0.8rem 1fr;
	display: grid;
}

.itb-hero__courses article img {
	inline-size: 1.16rem;
	grid-row: 1/3;
	width: 0.68rem;
	max-inline-size: unset;
}

.itb-hero__courses article div {
	grid-row: 1/3;
	display: flex;
	align-items: center;
}

.itb-hero__courses article h3 {
	color: var(--itb-color-main);
	font-size: 0.19rem;
	font-weight: 800;
	line-height: 1;
	font-feature-settings: "palt";
}

.itb-hero__courses article p {
	font-size: 0.15rem;
	line-height: 1.2;
	margin-top: 0.06rem;
	font-feature-settings: "palt";
}

.itb-hero__buttons {
	display: none;
	gap: 0.12rem;
	margin-top: var(--itb-space-lg);
}

.itb-btn,
.itb-footer-cta__button {
	align-items: center;
	border-radius: 100vmax;
	display: inline-flex;
	font-size: 0.17rem;
	font-weight: 800;
	gap: 0.08rem;
	justify-content: center;
	line-height: 1.2;
	min-block-size: 0.46rem;
	padding: 0.0881rem 0.2162rem;
	text-align: center;
}

a.itb-footer-cta__button img {
	width: 100%;
}

.itb-hero__buttons a {
	text-indent: 200%;
	overflow: hidden;
	width: 3.15rem;
	display: inline-block;
	/* height: .5rem; */
	aspect-ratio: 265/50;
}

.itb-hero__buttons a span {
	display: none;
}

.is-primary {
	background: url('../images/mainvisual/main_application.png') no-repeat center/100%;
}

.is-outline {
	background: url('../images/mainvisual/main_recruiting.png') no-repeat center/100%;
}

.itb-btn.is-primary-btn {
	position: relative;
	padding: 0 0.4rem;
	width: fit-content !important;
	margin: 0 auto;
	font-size: 0.12rem;
	height: 0.3rem;
	display: block;
	min-block-size: unset;
	line-height: .3rem;
	color: #fff;
	z-index: 3;
}

.itb-btn.is-primary-btn::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	border-radius: .06rem;
	background: linear-gradient(to right, #2871fa 0%, #6717cd 100%);
}

.itb-btn.is-outline-btn {
	position: relative;
	padding: 0;
	width: 100%;
	font-size: 0.12rem;
	height: 0.3rem;
	display: block;
	min-block-size: unset;
	line-height: .3rem;
	z-index: 1;
}

.itb-btn.is-outline-btn::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	border-radius: .06rem;
	background: linear-gradient(to right, #2871fa 0%, #6717cd 100%);
}

.is-outline-btn::after {
	content: "";
	position: absolute;
	top: .02rem;
	left: .02rem;
	width: calc(100% - 0.04rem);
	height: calc(100% - .04rem);
	z-index: -1;
	border-radius: .06rem;
	background: #fff;
}

.is-outline-interview {
	text-indent: 0;
	margin-top: 0.29rem;
	overflow: hidden;
	width: 3.15rem;
	display: inline-block;
	/* height: .5rem; */
	aspect-ratio: 316/46;
	background: url('../images/graduate/interview_button.png') no-repeat center/100%;
	border-radius: 0;
}

.is-outline-interview span {
	display: none;
}

.itb-hero__buttons img,
.itb-btn img {
	inline-size: 0.18rem;
}

.itb-hero__rate {
	inline-size: min(1.96rem, 46vw);
	margin-block: var(--itb-space-lg) 0;
	position: absolute;
	top: 2.2rem;
	left: 0.1rem;
	width: 1.9rem;
}

.itb-hero__rate img {
	width: 100%;
}

.itb-hero__cat {
	display: none;
}

.itb-features {
	margin-top: 0;
	padding-bottom: var(--itb-space-xl);
	/* padding: 0; */
	background-color: #e8efff;
	padding-top: .1rem;
}

.itb-features h2,
.itb-courses h2,
.itb-graduates h2,
.itb-skills h2 {
	font-size: 0.26rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	text-align: center;
	color: #3c3c3c;
}

.itb-features .itb-features_wrapper {
	background: #f7f9ff;
	box-shadow: .04rem 0.04rem 0.03rem .02rem rgba(21, 55, 140, 0.08);
	margin-top: .1rem;
}

.itb-features h2 span {
	color: #4f57eb;
	font-size: .3rem;
}

.itb-features__grid {
	display: grid;
	gap: 0;
	margin-inline: auto;
	margin-top: 0;
	max-inline-size: 12.48rem;
	padding: 0 0.2rem;
	opacity: 0;
	transform: translateY(0.24rem);
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.itb-features__grid.is-animated {
	opacity: 1;
	transform: translateX(0);
}

.itb-features__grid article {
	background: transparent;
	border: 0;
	border-bottom: 0.01rem solid #dbe3f8;
	border-radius: 0;
	display: grid;
	gap: 0;
	grid-template-columns: 0.9rem 1fr;
	grid-template-rows: .3rem 1fr;
	padding: 0 0 0.22rem;
	font-feature-settings: "palt";
	min-height: 1.2rem;
}

.itb-features__grid article:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.itb-features__grid article>div {
	grid-row: 1/3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.itb-features__grid article>div img {
	width: 0.75rem;
}

.itb-features__grid article>img {
	inline-size: 1.06rem;
	grid-row: 1/3;
	margin-top: 0.33rem;
	margin-left: 0.16rem;
	width: 0.62rem;
}

.itb-features__grid h3 {
	color: var(--itb-color-main);
	font-size: 0.175rem;
	font-weight: 800;
	font-feature-settings: "palt";
}

.itb-features__grid p {
	font-size: 0.12rem;
	/* grid-column: 1 / -1; */
	line-height: 1.5;
}

.itb-home section.itb-courses {
	/* background: var(--itb-color-main); */
	color: #fff;
	padding-block: var(--itb-space-xl);
	padding: 0;
	padding-inline: unset;
	margin-top: 0.5rem;
}

.itb-courses__wrapper {
	padding: 0.3rem .3rem .2rem;
	text-align: center;
	background-color: #15357e;
	position: relative;
	top: -0.02rem;
}

.itb-courses__tabs {
	display: grid;
	gap: 0.1rem;
	grid-template-columns: 1fr 1fr;
	margin-inline: auto;
	grid-template-rows: 0.6rem;
	/* max-inline-size: 7.04rem; */
}

.itb-courses__tabs button {
	background: #e8efff;
	border: 0;
	border-top-left-radius: 0.14rem;
	border-top-right-radius: 0.14rem;
	color: #1f3f92;
	cursor: pointer;
	font-size: 0.14rem;
	font-weight: 800;
	min-block-size: 0.4481rem;
	padding-inline: 0.12rem;
	transition: background-color 0.2s ease, color 0.2s ease;
	margin-top: 0.1rem;
	position: relative;
}



.itb-courses__tabs button[aria-selected='true'] {
	background: #15357e;
	color: #eee;
	margin-top: 0;
}

.itb-courses__tabs button[aria-selected='true']::before {
	content: '';
	display: block;
	width: 1.25rem;


	aspect-ratio: 129/68;
	background-image: url('../images/recruiting/facing_left_cat.png');
	background-size: 100%;
	position: absolute;
	top: -0.63rem;
	right: 0.1rem;
	opacity: 0;
	transform: translateX(0.24rem);
	transition: opacity 0.45s ease, transform 0.45s ease;
	pointer-events: none;
}

button#tab-web[aria-selected='true']::before {
	transform: scaleX(-1);
	right: auto;
	left: 0.1rem;
}

.itb-courses__tabs button.is-animated::before {
	opacity: 1;
	transform: translateX(0);
}

.itb-courses__tabs button[aria-selected='false'] {
	color: #3e59ad;
}

.itb-courses h2 {
	margin-top: 0;
	text-align: left;
	padding-top: .13rem;
	color: #eee;
	/* padding-left: 0.36rem; */
	font-size: .22rem;
	width: 11.9rem;
	margin: auto;
}

.itb-courses__panel[hidden] {
	display: none;
}

.itb-courses__panel {
	margin-top: 0.18rem;
}

#courses_slider {
	position: relative;
}

.itb-courses__slider-controls {
	display: none;
}

.itb-courses__cards {
	display: grid;
	gap: var(--itb-space-md);
	margin-inline: auto;
	max-inline-size: 12.48rem;
	/* background-color: #fff; */
	/* border-radius: 0.1rem; */
}

.itb-course-card {
	background: #fff;
	color: #232734;
	padding: .1rem 0.16rem 0.25rem;
	border-radius: .1rem;
}

.itb-course-card>img {
	border: 0.01rem solid #dde4f7;
	border-radius: 0.04rem;
	margin: 0 auto;
	width: 2.2rem;
}

.itb-course-card h3 {
	color: #333333;
	font-size: 0.25rem;
	font-weight: 900;
	line-height: 1.25;
	margin-top: 0;
}

.itb-course-card h3 span {
	color: #1b2f6e;
	display: block
}

.itb-course-card h4 {
	font-size: 0.18rem;
	font-weight: 700;
	margin-top: 0.04rem;
	line-height: 1;
}

.itb-course-card>p {
	font-size: 0.15rem;
	margin-top: 0;
	line-height: 1.5;
}

.itb-course-card .itb-btn {
	margin-top: 0.14rem;
	width: 100%;
}

.itb-course-card__schedule {
	border-top: 0.01rem solid var(--itb-color-line);
	margin-top: 0;
	padding-top: var(--itb-space-sm);
}

.itb-course-card__schedule h4 {
	font-size: 0.16rem;
	font-weight: 700;
}

.itb-course-card__schedule p {
	font-size: 0.18rem;
	margin-top: 0;
	line-height: 1.7;
}

.itb-home section.itb-graduates {
	background: #15357e;
	color: #fff;
	padding-block: 0;
	padding-inline: .35rem;
	position: relative;
	top: -0.03rem;
}

.itb-graduates__head {
	align-items: start;
	display: grid;
	gap: var(--itb-space-md);
	margin-inline: auto;
	max-inline-size: 12.48rem;
}

.itb-graduates__head h2 {
	color: #fff;
	text-align: left;
	font-size: .21rem;
}

.itb-graduates__head .itb-btn.is-outline {
	background: #fff;
	color: #1f3f92;
}

.itb-graduates__grid {
	display: grid;
	gap: .1rem;
	margin-inline: auto;
	margin-top: .1rem;
	max-inline-size: 12.48rem;
	padding: 0 .2rem;
	opacity: 0;
	transform: translateY(0.24rem);
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.itb-graduates__grid.is-animated {
	opacity: 1;
	transform: translateX(0);
}

.itb-grad-card {
	background: #fff;
	border: 0.01rem solid #e2e8f8;
	border-radius: .2rem;
	color: #1f2430;
	padding: 0.16rem .16rem .23rem;
}

.itb-grad-card-flex {
	display: flex;
	gap: 0.12rem;
	align-items: flex-start;
}

.itb-grad-card-flex img {
	inline-size: 0.92rem;
	flex-shrink: 0;
}

.itb-grad-card__text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.itb-grad-card__text h2 {
	color: #1f3f92;
	font-size: 0.15rem;
	font-weight: 800;
	line-height: 1.5;
	padding-top: .1rem;
	text-align: left;
	min-height: 1rem;
}

.itb-grad-card__text a {
	display: block;
	font-size: 0.12rem;
	/* margin-top: 0.04rem; */
	line-height: 1.2;
	text-align: right;
}

.itb-grad-card>img {
	border-radius: 0.08rem;
	inline-size: 100%;
	object-fit: cover;
}

.itb-grad-card h3 {
	color: #233a81;
	font-size: 0.14rem;
	font-weight: 800;
	margin-top: 0.08rem;
	margin-bottom: 0.05rem;
	border-bottom: .001rem solid #3f3f3f;
	padding-bottom: .05rem;
}

.itb-grad-card p {
	font-size: 0.15rem;
	margin-top: 0;
}

.itb-grad-card__icons {
	align-items: center;
	display: grid;
	gap: 0.12rem;
	grid-template-columns: 1fr auto 1fr;
	margin-top: .1rem;
}

.itb-grad-card__icons img {
	justify-self: center;
	width: auto;
}


.itb-home section.itb-skills {
	background: #15357e;
	color: #fff;
	padding-block: 0;
	padding-top: .18rem;
	padding-bottom: 0.3rem;
	position: relative;
	top: -0.05rem;
	padding-inline: unset;
}

.itb-home section.itb-skills::after {
	content: '';
	display: block;
	width: 100%;
	height: 0.1rem;
	background-color: #15357e;
	bottom: -0.06rem;
	position: absolute;
	z-index: -1;
}

.itb-skills h2 {
	margin-inline: auto;
	max-inline-size: unset;
	color: #eee;
	font-size: .22rem;
}

.itb-skills__grid {
	margin-inline: auto;
	margin-top: 0.2rem;
	max-inline-size: 12.48rem;
	opacity: 0;
	transform: translateY(0.24rem);
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.itb-skills__grid.is-animated {
	opacity: 1;
	transform: translateX(0);
}

.itb-skills__grid h3 {
	display: none;
}

.itb-skills__course[data-course='english']::after {
	content: '';
	display: block;
	position: absolute;
	width: .8rem;
	aspect-ratio: 83/112;
	bottom: -0.05rem;
	right: 0.6rem;
	background-image: url('../images/skill/white_cat_03.png');
	background-size: cover;
	transform: scaleX(-1);
	z-index: 10;
}


.itb-skills__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.01rem;
	width: 3.1rem;
	margin: 0 auto;
	align-items: flex-start;
}

.itb-skills figure {
	align-items: center;
	display: flex;
	justify-items: center;
	text-align: center;
	flex-direction: column;
	width: 1rem;
	margin-top: 0.2rem;
}

.itb-skills figure img {
	inline-size: 0.72rem;
}


.itb-skills figcaption {
	font-size: 0.13rem;
	margin-top: .04rem;
	line-height: 1;
	font-feature-settings: "palt";
}

.itb-home section.itb-footer-cta {
	background: linear-gradient(90deg, #2460dc, #6629de);
	color: #fff;
	padding-block: unset;
	/* margin-top: 0.3rem; */
	padding: .2rem .2rem 0;
	position: relative;
}

.itb-footer-cta__inner {
	align-items: center;
	display: grid;
	gap: var(--itb-space-sm);
	margin-inline: auto;
	max-inline-size: 12.48rem;
}

.itb-footer-cta__inner>img {
	/* border-radius: 100vmax; */
	/* inline-size: min(1.92rem, 48vw); */
}

.itb-footer-cta__inner img.itb-footer-cta__woman {
	display: none;
}

.itb-footer-cta__text h2 {
	font-size: 0.32rem;
	font-weight: 900;
	text-align: left;
}

.itb-footer-cta__text ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.15rem;
	gap: 0.12rem;
	list-style: none;
	margin-top: 0.08rem;
	padding: 0;
}

.itb-footer-cta__text ul li {
	background-color: #fff;
	color: #092a77;
	padding: .03rem 0.09rem;
	font-weight: 600;
	border-radius: .06rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.itb-footer-cta__text ul li::before {
	content: '';
	display: inline-block;
	width: .1rem;
	height: .05rem;
	border-left: .004rem solid #092a77;
	border-bottom: .004rem solid #092a77;
	transform: rotate(-45deg);
	margin-right: .03rem;
}

.itb-footer-cta__button {
	background: transparent;
	border: 0;
	justify-content: flex-start;
	max-inline-size: 3.52rem;
	padding: 0;
	width: 3rem;
	margin: 0 auto;
}

.itb-footer-cta__cat {
	display: none;
}

.itb-footer-cta__copyright span {
	display: block;
}

.itb-footer-cta__inner>img.itb-footer-cta__cat {
	width: 1.3rem;
	position: relative;
	left: -0.2rem;
}

.itb-footer-cta__copyright {
	font-size: 0.12rem;
	margin-top: 0.1rem;
	text-align: right;
	position: absolute;
	bottom: .1rem;
	right: .2rem;
}

/* Tablet: 600px - 1024px */
@media (min-width: 600px) and (max-width: 1024px) {
	.itb-home {
		--itb-gutter: 0.24rem;
	}

	.itb-header__inner {
		padding: .1rem
	}

	.itb-header__cta {
		display: none;
	}

	.itb-header__logo img {
		width: 2.3rem;
		margin-top: .05rem;
	}

	.itb-header__right {
		display: flex;
		flex-direction: row;
		gap: 0.28rem;
	}

	.itb-header__tel {
		align-items: center;
		/* display: flex; */
		gap: 0.08rem;
		padding-top: 0.14rem;
	}

	.itb-header__tel img {
		inline-size: 0.23rem;
		display: inline;
	}

	.itb-header__tel .tel_text {
		font-size: 0.17rem;
		font-weight: 500;
		line-height: 1;
	}

	.itb-header__tel span {
		font-size: 0.25rem;
		font-weight: 700;
		color: #15367e;
		line-height: 1;
	}

	.itb-header__tel p {
		font-size: 0.12rem;
		margin: 0;
		padding: 0;
		line-height: 1;
		letter-spacing: 0.15em;
	}

	.itb-nav,
	.itb-hero__buttons {
		display: block;
	}

	.itb-header__right {
		display: block;
	}

	.itb-nav {
		background: transparent;
		display: flex;
		flex-direction: row;
		gap: 0.08rem;
		inset: auto;
		opacity: 1;
		overflow: visible;
		padding: 0;
		pointer-events: auto;
		position: static;
		transform: none;
		transition: none;
		z-index: auto;
		justify-content: center;
	}

	.itb-nav a {
		border-bottom: 0;
		font-size: 0.12rem;
		padding: 0.04rem 0.08rem;
		width: auto;
	}

	.itb-header__menu {
		display: none;
	}

	.itb-nav {
		display: flex;
	}

	.itb-nav {
		background: transparent;
		display: flex;
		flex-direction: row;
		gap: 0.08rem;
		inset: auto;
		opacity: 1;
		overflow: visible;
		padding: 0.08rem var(--itb-gutter);
		pointer-events: auto;
		position: static;
		transform: none;
		transition: none;
		z-index: auto;
	}

	.itb-nav a {
		border-bottom: 0;
		font-size: 0.13rem;
		padding: 0.04rem 0.08rem;
		width: auto;
	}

	section.itb-hero:after {
		content: '';
		display: block;
		width: 1.05rem;
		aspect-ratio: 215/211;
		background-image: url('../images/mainvisual/main_cat.png');
		background-position: 0 0;
		background-size: 100%;
		position: absolute;
		top: 2.55rem;
		right: 0.44rem;
	}

	.itb-hero__bg {
		background-position: top -1.4rem left;
		background-size: 100%;
		inset: 0;
		/* opacity: 0.22; */
		position: absolute;
		background-repeat: no-repeat;
	}

	.itb-hero__inner {
		margin-inline: auto;
		max-inline-size: 12.48rem;
		/* padding: var(--itb-space-xl) var(--itb-gutter) var(--itb-space-lg); */
		position: relative;
		padding: 0.28rem 0rem;
	}

	.itb-hero__copy h1 {
		color: #3f3f3f;
		font-size: 0.24rem;
		font-weight: 900;
		letter-spacing: 0.01em;
		line-height: 1.1;
	}

	.itb-hero__copy h1 span.subline {
		font-size: 0.26rem;
		background: linear-gradient(90deg, #2871fa 0%, #6717cd 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: block;
		padding-right: 0.3rem;
	}

	.itb-hero__copy h1 span.subline b {
		font-size: 0.3rem;
	}

	.itb-hero__copy h2 {
		color: #2b3145;
		font-size: 0.24rem;
		font-weight: 900;
		margin-top: 2.7rem;
		text-align: left;
	}

	.itb-hero__copy h2 span {
		font-size: 0.36rem;
		color: black;
		background: linear-gradient(90deg, #2871fa 0%, #6717cd 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.itb-hero__copy>p {
		font-size: 0.13rem;
		font-weight: 700;
		color: #3f3f3f;
		margin-top: 0.09rem;
		line-height: 1.5;
		width: 2.4rem;
		max-inline-size: 34ch;
	}

	.itb-hero__courses {
		display: flex;
	}

	.itb-hero__courses article {
		width: 47%;
	}

	.itb-course-card {
		background-color: #fff;
		border-radius: .1rem;
	}

	.itb-courses__wrapper {
		background-color: #15357e;
	}

	.itb-hero__buttons {
		display: flex;
		justify-content: center;
		gap: 0.2rem;
	}

	.itb-hero__rate {
		top: 1.8rem;
		width: 1.5rem;
		left: -0.1rem;
	}

	.itb-features__grid {
		background: transparent;
		box-shadow: none;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 0;
		/* display: flex; */
	}

	.itb-features__grid article {
		/* background: #fff; */
		border: 0;
		border-radius: var(--itb-radius-md);
		grid-template-columns: 1fr;
		padding: 0.15rem;
		display: flex;
		flex-direction: column;
	}

	.itb-features__grid article>div {
		width: 1rem;
		margin: 0 auto;
		min-height: 1rem;
		display: flex;
		align-items: center;
	}

	.itb-features__grid article>div img {
		width: 0.85rem;
	}

	.itb-features__grid article>img {
		inline-size: 0.96rem;
		height: 0.9rem;
		width: auto;
		inline-size: fit-content;
		margin: .1rem auto 0;
	}

	.itb-features__grid p {
		grid-column: auto;
		font-size: 0.16rem;
	}

	.itb-features .itb-features_wrapper {
		background: transparent;
		box-shadow: unset;
	}

	.itb-home section.itb-features {
		padding-inline: unset;
		background-color: #fff;
	}

	.itb-courses__tabs {
		gap: 0.7rem;
		grid-template-rows: 1.2rem;
	}

	.itb-courses__tabs button {
		margin-top: 0.5rem;
		font-size: 0.24rem;
	}

	.itb-courses__tabs button[aria-selected='true']::before {
		width: 1.6rem;
		top: -0.82rem;
		right: 0.2rem;
	}

	button#tab-web[aria-selected='true']::before {
		transform: scaleX(-1);
		right: auto;
		left: 0.2rem;
	}

	.itb-courses__cards {
		grid-template-columns: 1fr 1fr;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		/* border-radius: .1rem; */
		background-color: transparent;
	}

	.itb-course-card {
		width: 6rem;
		display: grid;
		grid-template-columns: 2.4rem 1fr;
		/* grid-template-rows: 0.2rem 1fr; */
		gap: 0;
		background-color: #fff;
		border-radius: .1rem;
		position: relative;
	}

	.itb-course-card .card-img {
		grid-area: 1 / 1 / 6 / 2;
		border: 0;
		/* padding: 0 0.2rem .2rem 0; */
		width: 2.2rem;
		margin-right: 0.24rem;
	}

	.itb-course-card>img {
		grid-row: 1/6;
		width: 2.2rem;
		margin: 0;
		border: 0;
	}


	.itb-course-card__schedule {
		grid-column: 1/-1;
		border-top: 0;
		padding: .1rem;
	}

	.itb-course-card .itb-btn {
		margin-top: 0;
		z-index: 3;
	}

	.itb-course-card>p {
		font-size: .14rem;
		line-height: 1.;
	}

	.itb-course-card h4 {
		margin-top: 0;
		margin-bottom: .05rem;
	}

	.schedule {
		display: flex;
		width: 100%;
		justify-content: space-around;
		position: relative;
	}

	.schedule-left {
		width: fit-content;
	}

	.schedule-right {
		width: fit-content;
	}

	.schedule::after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: .02rem;
		background-color: #aaaaaa;
	}

	.itb-courses__wrapper {
		background-color: #15357e;
	}

	.itb-course-card .itb-btn.is-primary-btn {
		position: absolute;
		right: 0.2rem;
		bottom: .1rem;
	}

	.itb-graduates__grid {
		grid-template-columns: 1fr 1fr;
		padding: 0 0.54rem;
		gap: 0.3rem;
	}


	.itb-skills__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}


	.itb-home section.itb-graduates {
		position: relative;
		background-color: #15357e;
	}

	.is-outline-interview {
		position: absolute;
		top: 0.15rem;
		margin: 0;
		right: 0.2rem;
	}

	.itb-skills__flex {
		width: 100%;
		/* padding-left: 1.1rem; */
		justify-content: center;
		gap: 0;
	}

	.itb-skills__flex::before {
		content: '';
		display: block;
		width: 1rem;
		background-image: url('../images/skill/white_cat_03.png');
		aspect-ratio: 83/112;
		background-repeat: no-repeat;
		background-size: 0.8rem;
		background-position: top 0;
	}

	.itb-skills figure {
		margin-top: .1rem;
	}

	.itb-footer-cta__inner {
		grid-template-columns: auto 1fr;
		max-inline-size: unset;
	}

	.itb-skills__course[data-course='english']::after {
		content: none;
	}

	.itb-footer-cta__inner img.itb-footer-cta__woman {
		display: block;
		grid-row: 1/4;
		width: 2.3rem;
	}

	.itb-footer-cta__button {
		position: absolute;
		width: 1.9rem;
		left: 3.8rem;
		top: 1rem;
	}

	.itb-footer-cta__inner>img.itb-footer-cta__cat {
		position: absolute;
		right: 0.2rem;
		left: unset;
		bottom: 0;
		width: 1.6rem;
	}

	.itb-footer-cta__copyright {
		margin: auto;
		right: 0;
		left: 0;
		text-align: center;
		bottom: 0;
	}

	.itb-footer-cta__copyright span {
		display: inline-block;
	}

	.itb-home section.itb-footer-cta {
		padding: .2rem .1rem 0;
	}

	.itb-footer-cta__text ul {
		flex-direction: column;
		width: 1.5rem;
		gap: 0;
		margin: 0;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.itb-footer-cta__text ul li {
		background-color: transparent;
		color: #fff;
		padding: .01rem 0;
		border: 0;
	}

	.itb-footer-cta__text ul li::before {
		border-left-color: #fff;
		border-bottom-color: #fff;
	}
}

/* PC: 1025px and up */
@media (min-width: 1025px) {
	.itb-home {
		--itb-gutter: 0.32rem;
	}

	.itb-header__cta {
		display: block;
	}

	.itb-hero__buttons {
		display: flex;
		gap: .2rem;
		position: absolute;
		bottom: 0.9rem;
	}

	.itb-header {
		/* height: 2.2rem; */
	}

	.itb-header__menu {
		display: none;
	}

	.itb-header__inner {
		min-block-size: unset;
		/* width: 100%; */
		max-inline-size: unset;
		padding: 0;
		align-items: flex-start;
		padding: .1rem 0.8rem 0;
		height: .9rem;
	}

	.itb-header__logo {
		inline-size: unset;
	}

	.itb-header__right {
		display: flex;
		flex-direction: row;
		gap: 0.28rem;
	}

	.itb-header__tel {
		align-items: center;
		/* display: flex; */
		gap: 0.08rem;
		padding-top: 0.14rem;
	}

	.itb-header__tel img {
		inline-size: 0.23rem;
		display: inline;
	}

	.itb-header__tel .tel_text {
		font-size: 0.17rem;
		font-weight: 500;
		line-height: 1;
	}

	.itb-header__tel span {
		font-size: 0.25rem;
		font-weight: 700;
		color: #15367e;
		line-height: 1;
	}

	.itb-header__tel p {
		font-size: 0.12rem;
		margin: 0;
		padding: 0;
		line-height: 1;
		letter-spacing: 0.15em;
	}

	.itb-header__cta {
		text-indent: 200%;
		background: url('../images/header/header_button.png') no-repeat center/contain;
		overflow: hidden;
		width: 2.64rem;
		margin-top: 0.18rem;
		border-radius: unset;
	}

	.itb-nav {
		display: flex;
		justify-content: center;
		overflow: visible;
		border: none;
		margin-top: 0;
		padding: 0;
		gap: 0.2rem;
		position: static;
		transform: none;
		opacity: 1;
		flex-direction: row;
		background: none;
	}

	.itb-nav a {
		font-size: 0.18rem;
		width: auto;
	}

	.itb-hero {
		height: 8.95rem;
	}

	section.itb-hero:after {
		content: '';
		display: block;
		width: 2.15rem;
		aspect-ratio: 215/211;
		background-image: url('../images/mainvisual/main_cat.png');
		background-position: 0 0;
		background-size: 100%;
		position: absolute;
		top: 6.0rem;
		right: 1.95rem;
	}

	.itb-hero__inner {
		min-block-size: 6.08rem;
		padding-top: 0.8rem;
		padding-bottom: 0.48rem;
		height: 100%;
		padding-left: 0.3rem;
	}

	.itb-hero__copy {
		max-inline-size: 8.94rem;
	}

	.itb-hero__copy h1 {
		font-size: 0.48rem;
	}

	.itb-hero__copy h1 span.subline {
		font-size: 0.49rem;
		background: linear-gradient(90deg, #2871fa 0%, #6717cd 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.itb-hero__copy h1 span.subline b {
		font-size: 0.58rem;
	}

	.itb-hero__copy h2 {
		font-size: 0.24rem;
		margin-top: 0.4rem;
		text-align: left;
	}

	.itb-hero__copy h2 span {
		font-size: 0.36rem;
		color: black;
		background: linear-gradient(90deg, #2871fa 0%, #6717cd 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.itb-hero__copy>p {
		font-size: 0.23rem;
		font-weight: 700;
		color: #3f3f3f;
		margin-top: 0.2rem;
		line-height: 1.3;
		width: 4.5rem;
	}

	.itb-hero__courses {
		display: flex;
		gap: 0.4rem;
		margin-top: 0;
	}

	.itb-hero__courses article {
		gap: 0;
		padding: 0.18rem;
		width: fit-content;
		border-radius: 0;
		grid-template-columns: 0.8rem 1fr;
	}

	.itb-hero__courses article img {
		inline-size: 1.16rem;
		grid-row: 1/3;
		width: 0.6rem;
		max-inline-size: unset;
	}

	.itb-hero__courses article h3 {
		font-size: 0.23rem;
		font-weight: 800;
		line-height: 1;
		font-feature-settings: "palt";
	}

	.itb-hero__courses article p {
		font-size: 0.15rem;
		line-height: 1.2;
		margin-top: 0.06rem;
	}

	.itb-hero__rate {
		inline-size: 2.48rem;
		position: absolute;
		right: -1.7rem;
		/* left: -1.7rem; */
		top: 0.43rem;
		left: unset;
	}

	.itb-hero__cat {
		bottom: 0.16rem;
		display: block;
		inline-size: 1.52rem;
		position: absolute;
		right: 0.32rem;
	}

	.itb-features,
	.itb-courses,
	.itb-graduates,
	.itb-skills,
	.itb-footer-cta {
		padding-inline: 0.32rem;
	}

	.itb-features h2 {
		font-size: 0.28rem;
	}

	.itb-features h2 span {
		font-size: 0.58rem;
	}

	.itb-features__grid {
		background: transparent;
		box-shadow: none;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 0;
	}

	.itb-features__grid article {
		background: #fff;
		border: 0;
		border-radius: 0;
		padding: .2rem 0.1rem;
		grid-template-columns: 1.5rem 1fr;
		grid-template-rows: unset;
		grid-template-columns: 1.5rem 1fr;
		grid-template-rows: 0.4rem 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		/* border-right: .02rem solid #aaa; */
		position: relative;
	}

	.itb-features__grid article>div {
		width: 1.1rem;
		justify-items: flex-end;
		align-items: center;
		display: flex;
		margin-left: 0.2rem;
	}

	.itb-features__grid article>div img {
		width: 1.1rem;
	}

	.itb-features__grid article>img {
		inline-size: unset;
		grid-row: none;
		grid-column: none;
		grid-area: 1 / 1 / 3 / 2;
		width: 1.1rem;
	}

	.itb-features__grid p {
		grid-column: none;
		grid-area: 2 / 2 / 3 / 3;
		font-size: .14rem;
	}

	.itb-header__logo img {
		width: 3rem;
	}

	.itb-hero__bg {
		background-position: top -3.3rem left;
		background-repeat: no-repeat;
		background-size: 100%;
		margin: 0 0.8rem;
	}

	.itb-features .itb-features_wrapper {
		background: transparent;
		box-shadow: none;
	}

	.itb-features__grid h3 {
		grid-area: 1 / 2 / 2 / 3;
	}

	.itb-features__grid article::after {
		content: '';
		width: .02rem;
		top: 15%;
		height: 70%;
		background-color: #aaa;
		display: block;
		position: absolute;
	}

	.itb-features__grid article:first-child::after {
		content: none;
	}

	.itb-courses__cards {
		grid-template-columns: 1fr 1fr;
		display: block;
		width: fit-content;
		text-align: left;
	}

	.itb-features {
		padding-bottom: .25rem;
		background-color: #fff;
	}

	.itb-courses__panel[hidden] {
		display: none;
	}

	.itb-courses__panel {
		display: block;
	}

	.itb-courses__tabs {
		display: none;
	}

	.itb-home section.itb-courses {
		background-color: #e8f0ff;
		margin-top: 0;
		position: relative;
	}

	.itb-courses h2 {
		color: #000;
	}

	.itb-course-card {
		width: 5.9rem;
		margin: 0 0.1rem;
		display: grid;
		grid-template-columns: 2.5rem 1fr;
		grid-template-rows: repeat(6, 1fr);
		grid-template-rows: auto;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		padding: .1rem .1rem;
		position: relative;
		background-color: #fff;
		border-radius: .1rem;
	}

	.itb-course-card .card-img {
		grid-area: 1 / 1 / 6 / 2;
		border: 0;
		/* padding: 0 0.2rem .2rem 0; */
		width: 2.2rem;
		margin-right: 0.24rem;
	}

	.itb-course-card h3 {
		grid-area: 1 / 2 / 2 / 3;
	}

	.itb-course-card h4 {
		grid-area: 2 / 2 / 3 / 3;
	}

	.itb-course-card>p {
		grid-area: 3 / 2 / 4 / 3;
	}

	.itb-course-card>p.date {
		grid-area: 4 / 2 / 5 / 3;
	}

	.itb-course-card .itb-btn.is-outline-btn {
		grid-area: 5 / 2 / 6 / 3;
	}

	.itb-course-card__schedule {
		grid-area: 6 / 1 / 7 / 3;
		padding-top: .01rem;
		border-top: 0;
	}

	.itb-courses__wrapper {
		background-color: #e8efff;
	}

	#courses_slider {
		max-width: 12.1rem;
		margin: 0 auto;
	}

	#courses_slider.is-desktop-slider {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 0.2rem;
		align-items: start;
	}

	.schedule {
		display: flex;
		justify-content: space-around;
		min-height: 1.25rem;
		position: relative;
	}

	.schedule::after {
		content: '';
		display: block;
		position: absolute;
		height: 80%;
		width: .02rem;
		background-color: #aaaaaa;
	}

	.itb-course-card__schedule p {
		margin-top: 0.08rem;
	}

	.itb-course-card .itb-btn.is-primary-btn {
		position: absolute;
		bottom: 0.2rem;
		right: 0.3rem;
		z-index: 3;
	}

	.itb-courses__wrapper::before {
		content: '';
		display: block;
		width: 1.4rem;
		aspect-ratio: 129/68;
		background-image: url('../images/recruiting/facing_left_cat.png');
		position: absolute;
		background-size: 100%;
		top: -0.66rem;
		right: 2.5rem;
		opacity: 0;
		transform: translateX(0.8rem);
		transition: opacity 0.45s ease, transform 0.45s ease;
	}

	.itb-courses__wrapper.is-animated::before {
		opacity: 1;
		transform: translateX(0);
	}

	.itb-courses__wrapper #courses_slider::before {
		content: '';
		display: block;
		position: absolute;
		width: 0.6rem;
		height: 0.6rem;
		background-image: url('../images/recruiting/slider_left.png');
		background-repeat: no-repeat;
		background-size: 100%;
		font-size: 0.5rem;
		left: 2.7rem;
		top: 2.4rem;
	}

	.itb-courses__wrapper #courses_slider::after {
		content: '';
		display: block;
		position: absolute;
		width: 0.6rem;
		height: 0.6rem;
		background-image: url('../images/recruiting/slider_right.png');
		background-repeat: no-repeat;
		background-size: 100%;
		font-size: 0.5rem;
		right: 2.7rem;
		top: 2.4rem;
	}

	#courses_slider.has-js-slider::before,
	#courses_slider.has-js-slider::after {
		content: none;
	}

	#courses_slider.is-desktop-slider .itb-courses__slider-controls {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		left: -0.85rem;
		right: -0.85rem;
		top: 1.8rem;
		pointer-events: none;
		grid-column: 1 / -1;
	}

	#courses_slider .itb-courses__slider-btn {
		pointer-events: auto;
		width: 0.6rem;
		height: 0.6rem;
		border: 0;
		background-color: transparent;
		background-repeat: no-repeat;
		background-size: 100%;
		cursor: pointer;
	}

	#courses_slider .itb-courses__slider-btn.is-prev {
		background-image: url('../images/recruiting/slider_left.png');
	}

	#courses_slider .itb-courses__slider-btn.is-next {
		background-image: url('../images/recruiting/slider_right.png');
	}

	#courses_slider .itb-courses__slider-btn:focus-visible {
		outline: 0.03rem solid #1b2f6e;
		outline-offset: 0.03rem;
		border-radius: 50%;
	}

	.itb-graduates__head {
		align-items: center;
		grid-template-columns: 1fr auto;
		display: block;
		width: 11.9rem;
		padding-top: 0.2rem;
	}

	.itb-graduates {
		background: #fff;
		color: var(--itb-color-text);
	}

	.itb-graduates__head h2 {
		color: var(--itb-color-text);
		display: block;
		width: 6rem;
	}

	.itb-graduates__head .itb-btn.is-outline {
		background: #fff;
		color: #254092;
	}

	.itb-graduates__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.3rem;
	}

	article[hidden] {
		display: block;
	}

	.itb-home section.itb-graduates .is-outline-interview {
		position: absolute;
		margin: 0;
		top: .3rem;
		right: 3.6rem;
	}

	.itb-home section.itb-graduates {
		position: relative;
		background-color: transparent;
	}

	.itb-skills__grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		display: flex;
		margin: 0 auto;
	}

	.itb-skills figure:nth-child(n + 5):nth-child(-n + 10) {
		display: grid;
	}

	.itb-skills h2 {
		text-align: left;
		color: #333;
		width: 11.9rem;
	}

	.itb-skills__course[data-course='web'][hidden] {
		display: block;
		width: 6.6rem;
		margin-right: 0.5rem;
		/* border-right: .04rem solid #aaa; */
	}

	.itb-skills__course[data-course='english']::after {
		content: none;
	}

	.itb-skills__flex {
		width: 100%;
		gap: 0.1rem;
		justify-content: flex-start;
	}

	.itb-skills__grid::before {
		content: '';
		display: block;
		width: 1.3rem;
		aspect-ratio: 84/111;
		background-image: url('../images/skill/skill_cat.png');
		background-repeat: no-repeat;
		background-size: 0.9rem;
		background-position: 0.1rem 0.2rem;
	}

	.itb-home section.itb-footer-cta {
		padding: 0;
	}

	.itb-footer-cta__inner {
		grid-template-columns: auto 1fr auto auto;
		/* align-items: stretch; */
	}

	.itb-footer-cta__cat {
		display: block;
		inline-size: 1.28rem;
		justify-self: end;
	}

	.itb-skills__grid h3 {
		display: block;
		color: #3f3f3f;
		text-indent: 0.3rem;
	}

	.itb-skills figure {
		margin: 0;
		width: 0.9rem;
		flex-shrink: 0;
		flex-grow: 0;
	}

	.itb-skills figure img {
		inline-size: 0.8rem;
	}

	.itb-skills figcaption {
		color: #3f3f3f;
	}

	.itb-home section.itb-skills {
		background-color: #ffffff;
		top: 0;
	}

	.itb-skills__course[data-course='web'] .itb-skills__flex {
		border-right: .04rem solid #aaa;
	}

	.itb-footer-cta__inner img.itb-footer-cta__woman {
		display: block;
		height: auto;
		align-self: end;
	}

	.itb-footer-cta__button {
		width: 4rem;
	}

	.itb-footer-cta__button img {
		width: 3.4rem;
		max-inline-size: unset;
	}

	.itb-footer-cta__text ul {}

	.itb-footer-cta__inner>img.itb-footer-cta__cat {
		width: 2rem;
	}

	.itb-footer-cta__copyright {
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		text-align: center;
		bottom: .04rem;
	}

	.itb-footer-cta__copyright span {
		display: inline-block;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}

	main#singular {
		width: 11rem;
		margin: 0 auto;
	}
}

/* Ultra wide: cap growth and keep side gutters */
@media (min-width: 2560px) {
	html {
		font-size: 100px;
	}

	.itb-home {
		padding-inline: 0.8rem;
	}
}