@charset "UTF-8";
/*----------
	robotics
----------*/
/* コンテンツヘッダー */
.robotics-content-header {
	height: 300px;
	position: relative;
}
.robotics-content-header__kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.robotics-content-header__kv img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.robotics-content-header > h1 {
	display: inline-block;
	max-width: 89.3333333333%;
	padding: 34px 20px 20px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(270deg, #29ABE2 0%, #2E3192 100%);
	font-weight: bold;
	line-height: var(--line-height-s);
	letter-spacing: 0;
	color: #fff;
}
.robotics-content-header > h1 em {
	display: block;
	font-size: 2.4rem;
}
.robotics-content-header__sub {
	display: block;
	margin-top: 10px;
	padding-left: 34px;
	position: relative;
	font-size: 1.3rem;
	line-height: var(--line-height-s);
	color: #fff;
}
.robotics-content-header__sub::before {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
}
.robotics-content-header__tag {
	display: block;
	height: 38px;
	padding: 0 10px 0 20px;
	position: absolute;
	top: -20px;
	left: 0;
	background-color: #2E3133;
	font-size: 1.6rem;
	line-height: 38px;
}
@media (min-width: 768px) {
	.robotics-content-header {
		height: 400px;
	}
	.robotics-content-header > h1 {
		max-width: none;
		padding: 44px 50px 30px 60px;
		bottom: 48%;
		left: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	.robotics-content-header > h1 em {
		font-size: 4rem;
	}
	.robotics-content-header__tag {
		height: 52px;
		padding: 0 30px 0 60px;
		top: -26px;
		font-size: 2.4rem;
		line-height: 52px;
	}
}
@media (max-width: 767px) {
	.c-lead--toplead {
		font-size: 2.6rem;
	}
}
/* このような方にオススメ */
.robotics-recommend {
	width: 100%;
	margin-top: 40px;
	/*background-image: linear-gradient(90deg, #f9cfce 0%, #fce6cd 100%);*/
}
.robotics-recommend > dt {
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	line-height: var(--line-height-s);
	letter-spacing: 0;
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
}
.robotics-recommend > dd > ul > li > figure {
	display: block;
	width: 200px;
	margin: 0 auto;
}
.robotics-recommend > dd > ul > li > p {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: var(--line-height-s);
}
@media (max-width: 767px) {
	.robotics-recommend {
		padding: 40px 5.3333333333%;
	}
	.robotics-recommend > dd > ul > li + li {
		margin-top: 40px;
	}
}
@media (min-width: 768px) {
	.robotics-recommend {
		width: 1160px;
		margin-left: auto;
		margin-right: auto;
	}
	.robotics-recommend > dt {
		font-size: 4rem;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	.robotics-recommend > dd {
		padding: 48px 120px 72px;
	}
	.robotics-recommend > dd > ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}


/* robotics-case */
.robotics-case {
	margin-top: 40px;
}
.robotics-case__inner {
	overflow: visible !important;
	width: 89.3333333333%;
	margin: 0 auto;
}
.robotics-case__slide {
	width: 260px;
}
.robotics-case__slide + .robotics-case__slide {
	margin-left: 20px;
}
.robotics-case__prev, .robotics-case__next {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 58px;
	z-index: 1;
	opacity: 1;
	background-color: #2E3133;
	cursor: pointer;
	transition: opacity 0.2s;
	text-align: center;
	font-size: 1.6rem;
	line-height: 30px;
	color: #fff;
}
.robotics-case__prev[class*=-disabled], .robotics-case__next[class*=-disabled] {
	opacity: 0;
}
.robotics-case__prev {
	left: -16px;
}
.robotics-case__next {
	right: -16px;
}
@media (min-width: 768px) {
	.robotics-case {
		margin-top: 90px;
	}
	.robotics-case__inner {
		width: 1240px;
		padding: 0 40px;
		overflow: hidden !important;
	}
	.robotics-case__slide + .robotics-case__slide {
		margin-left: 40px;
	}
	.robotics-case__prev:hover:not([class*=-disabled]), .robotics-case__next:hover:not([class*=-disabled]) {
		opacity: 0.6;
	}
	.robotics-case__prev {
		left: 0;
	}
	.robotics-case__next {
		right: 0;
	}
}


.c-imageset__image02::before {
    display: none;
}




/* c-content-box__inner */
.c-content-box__inner {
	text-align: center;
}
.c-content-box__inner .c-heading-prim {
    margin-bottom: 30px;
    font-size: 2.5rem;
    padding-bottom: 15px;
}
.c-content-box__inner .c-list li {
	text-align: left;
}
@media (min-width: 768px) {
    .c-content-box__inner .c-list {
        display: inline-block;
    }
}



/* imageset__pop */
.imageset__pop a {
	display: block;
	position: relative;
}
.imageset__pop a .btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5) url(../../images/robotics/induction-course/icon.png) no-repeat center center / 80px;
}
.imageset__pop .note {
	position: relative;
	display: block;
	text-align: right;
	color: #888;
	z-index: 10;
}

.c-iconset-photo {
    margin: 0 auto;
    max-width: 200px;
}


.thin-text {
	font-size: 14px;
	font-weight: normal;
}
.notice {
	margin-top: 30px;
	padding: 20px;
	position: relative;
	background-color: #F2F6F7;
	overflow: hidden;
}
.notice::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-prim);
	-webkit-transform: rotate(45deg) translateX(-14px);
	transform: rotate(45deg) translateX(-14px);
}
.notice .title {
	margin-bottom: 10px;
	font-weight: bold;
}
.notice p {
	font-size: 1.4rem;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.l-seminar-link__link > a {
		min-height: 120px;
		height: auto;
	}
}

.introduction-course-tab .introduction-tab-parent__items > li > a {
	min-height: 70px;
}
.introduction-course-tab__wrapper {
	position: relative;
}
.introduction-course-tab__content {
	height: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s, visibility 0.4s;
}
.introduction-course-tab__content.active {
	height: auto;
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}
.introduction-course-button {
	border-width: 2px;
}
.robotics-separator {
    display: block;
    margin: 20px auto;
    border-top: 3px solid var(--color-prim);;
}
.robotics-content-box {
	border-width: 2px;
}
@media (min-width: 768px) {
    .robotics-content__text {
		max-width: 80%;
		margin: 0 auto;
	}
}

/* 特長 */
.robotics-feature {
	margin-top: 34px;
}
.robotics-feature > li {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	padding: 8px 10px;
	position: relative;
	overflow: hidden;
	background-color: #F1F6F6;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: var(--line-height-s);
}
.robotics-feature > li::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-prim);
	-webkit-transform: rotate(45deg) translateX(-14px);
	transform: rotate(45deg) translateX(-14px);
}
@media (max-width: 767px) {
	.robotics-feature > li + li {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	.robotics-feature {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin-top: 40px;
	}
	.robotics-feature > li {
		min-height: 100px;
		flex: 0 0 321px;
	}
	.robotics-feature > li + li {
		margin-left: 40px;
	}
}

