@charset "UTF-8";
/*----------
	dobot home
----------*/
.u-arrow-icon::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	font-size: 16px;
}
@media (min-width: 768px) {
	.u-arrow-icon::after {
		width: 24px;
		height: 24px;
		bottom: 14px;
		right: 14px;
		font-size: 24px;
	}
}

/* MV */
.dobot-home-mv {
	width: 100%;
	height: 0;
	padding-bottom: 128%;
	position: relative;
	overflow: hidden;
}
.dobot-home-mv__item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
	transition: opacity 1s;
}
.dobot-home-mv__item img {
	display: block;
	transition: -webkit-transform 6s;
	transition: transform 6s;
	transition: transform 6s, -webkit-transform 6s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.dobot-home-mv__item.active {
	opacity: 1;
	z-index: 2;
	pointer-events: all;
}
.dobot-home-mv__item.active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.dobot-home-mv__copy {
	max-width: 89.3333333333%;
	position: absolute;
	bottom: 32px;
	left: 5.3333333333%;
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
}
.dobot-home-mv__copy__inter {
	margin-bottom: 12px;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1;
}
.dobot-home-mv__copy__inter > em {
	font-size: 2.8rem;
}
.dobot-home-mv__copy__inter > em sup {
	font-size: 2rem;
}
.dobot-home-mv__copy__inter > span {
	font-size: 2rem;
}
.dobot-home-mv__item--main .dobot-home-mv__copy {
	font-weight: 300;
	color: var(--color-dobot-prim);
}
@media (max-width: 767px) {
	.dobot-home-mv__item--main .dobot-home-mv__copy {
		top: 32px;
		bottom: auto;
		left: 18.6666666667%;
		font-size: 2.6rem;
		color: var(--color-dobot-prim);
	}
}
@media (min-width: 768px) {
	.dobot-home-mv {
		padding-bottom: 50%;
	}
	.dobot-home-mv__copy {
		max-width: 1040px;
		bottom: 50%;
		left: 50%;
		font-size: 5.6rem;
		-webkit-transform: translate(-520px, 50%);
		transform: translate(-520px, 50%);
	}
	.dobot-home-mv__copy__inter {
		margin-bottom: 32px;
	}
	.dobot-home-mv__copy__inter > em {
		font-size: 5.6rem;
	}
	.dobot-home-mv__copy__inter > span {
		font-size: 3.2rem;
	}
	.dobot-home-mv__item--main .dobot-home-mv__copy {
		font-size: 4.8rem;
		line-height: 1.6;
	}
}

.dobot-home-news {
	background-color: var(--color-dobot-bg);
}
.dobot-home-news > dl {
	position: relative;
	background-color: var(--color-dobot-bg);
}
.dobot-home-news > dl dt {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 16px;
	background-color: var(--color-dobot-prim);
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 40px;
	color: #fff;
}
.dobot-home-news__detail {
	padding: 12px 20px 16px 96px;
	font-size: 1.4rem;
	line-height: var(--line-height-s);
}
.dobot-home-news__date {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}
.dobot-home-news__tag {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 10px;
	background-color: var(--color-dobot-seco);
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
.dobot-home-news__oneliner {
	margin-top: 8px;
}
.dobot-home-news__oneliner > a {
	color: var(--color-dobot-seco);
	text-decoration: none;
}
@media (min-width: 768px) {
	.dobot-home-news {
		position: relative;
	}
	.dobot-home-news::before {
		content: "";
		display: block;
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: var(--color-dobot-prim);
	}
	.dobot-home-news > dl {
		width: 1040px;
		margin: 0 auto;
	}
	.dobot-home-news > dl dt {
		height: 100%;
		padding: 0 40px 0 0;
		background-color: var(--color-dobot-prim);
		line-height: 48px;
	}
	.dobot-home-news__detail {
		min-height: 48px;
		padding: 12px 0 16px 120px;
	}
	.dobot-home-news__oneliner {
		display: inline-block;
		margin-top: 1px;
		margin-left: 12px;
		vertical-align: top;
	}
}

/* リード */
.dobot-home-lead {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 48px;
}
.dobot-home-lead::before {
	content: "";
	display: block;
	width: 120px;
	height: 135px;
	position: absolute;
	top: 14px;
	left: -40px;
	background: url(/assets/dobot/images/home/logo.svg) no-repeat center/contain;
}
.dobot-home-lead h2 {
	padding-left: 85px;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	letter-spacing: -0.025em;
	font-size: 3.2rem;
	line-height: 1.3;
	color: var(--color-dobot-prim);
}
.dobot-home-lead dl {
	margin-top: 40px;
}
.dobot-home-lead dl > dt {
	font-weight: 500;
	font-size: 2rem;
	color: var(--color-dobot-prim);
}
.dobot-home-lead dl > dd {
	margin-top: 16px;
}
@media (min-width: 768px) {
	.dobot-home-lead {
		padding-top: 112px;
		padding-bottom: 112px;
	}
	.dobot-home-lead::before {
		width: 246px;
		height: 277px;
		top: 62px;
		left: -108px;
	}
	.dobot-home-lead__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.dobot-home-lead dl {
		margin-top: 0;
	}
	.dobot-home-lead dl > dt {
		font-size: 2.4rem;
	}
	.dobot-home-lead dl > dd {
		margin-top: 24px;
	}
}

/* 特長 */
.dobot-home-feature__copy h2 {
	color: var(--color-dobot-prim);
	line-height: 1;
}
.dobot-home-feature__copy h2 > em {
	font-family: "Inter", sans-serif;
	font-weight: bold;
	letter-spacing: -0.025em;
	font-size: 3.2rem;
}
.dobot-home-feature__copy h2 > span {
	display: block;
	margin-top: 4px;
	font-weight: 500;
	font-size: 1.4rem;
}
.dobot-home-feature__copy p {
	margin-top: 24px;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: var(--line-height-s);
}
.dobot-home-feature__copy p > em {
	color: var(--color-dobot-prim);
}
@media (max-width: 767px) {
	.dobot-home-feature__image {
		width: 89.552238806%;
		max-width: 500px;
		margin: 32px auto;
	}
	.dobot-home-feature__video {
		max-width: 480px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.dobot-home-feature {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto 1fr;
		gap: 40px;
	}
	.dobot-home-feature__copy h2 > span {
		display: inline-block;
		margin-top: 0;
		margin-left: 12px;
	}
	.dobot-home-feature__copy p {
		margin-top: 32px;
		font-size: 3.6rem;
	}
	.dobot-home-feature__image {
		width: 500px;
		grid-column: 2/3;
		grid-row: 1/3;
	}
	.dobot-home-feature__video {
		width: 410px;
	}
}

@media (min-width: 768px) {
	.dobot-home-feature--sec1 .dobot-home-feature__image {
		padding-top: 64px;
	}
}

.dobot-home-feature--sec2 {
	padding: 48px 0;
}
@media (max-width: 767px) {
	.dobot-home-feature--sec2 .dobot-home-feature__image {
		width: 62.6865671642%;
		max-width: 410px;
	}
}
@media (min-width: 768px) {
	.dobot-home-feature--sec2 {
		padding: 80px 0;
	}
	.dobot-home-feature--sec2 .dobot-home-feature__image {
		width: 400px;
		grid-column: 1/2;
	}
}

.dobot-home-feature--sec3 .dobot-home-feature__copy h2 {
	color: #fff;
}
.dobot-home-feature--sec3 .dobot-home-feature__copy p {
	color: #fff;
}
@media (max-width: 767px) {
	.dobot-home-feature--sec3 .dobot-home-feature__image {
		width: 89.552238806%;
		max-width: 500px;
	}
}
@media (min-width: 768px) {
	.dobot-home-feature--sec3 .dobot-home-feature__copy {
		padding-right: 40px;
	}
	.dobot-home-feature--sec3 .dobot-home-feature__image {
		align-self: center;
	}
}

@media (min-width: 768px) {
	.dobot-home-feature--sec4 .dobot-home-feature__copy {
		padding-top: 24px;
	}
	.dobot-home-feature--sec4 .dobot-home-feature__image {
		grid-column: 1/2;
	}
}

.dobot-home-feature1-spec {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.dobot-home-feature1-spec > li {
	flex: 0 0 calc(33.33% - 5px);
	padding: 16px 8px;
	background-color: var(--color-dobot-seco);
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	letter-spacing: 0;
}
.dobot-home-feature1-spec > li > strong {
	display: block;
	margin-bottom: 14px;
	font-size: 1.6rem;
}
.dobot-home-feature1-spec > li > span {
	display: inline-block;
	margin-left: 4px;
	font-size: 1.2rem;
}
@media (min-width: 768px) {
	.dobot-home-feature1-spec {
		margin-top: 56px;
	}
	.dobot-home-feature1-spec > li {
		padding: 24px 16px;
		flex-basis: calc(33.33% - 25px);
		font-size: 4rem;
	}
	.dobot-home-feature1-spec > li > span {
		margin-left: 8px;
		font-size: 2.4rem;
	}
}

.dobot-home-feature3-wrapper {
	padding: 48px 0;
	background: url(/assets/dobot/images/home/feature3-bg.jpg) no-repeat left center/cover;
}
@media (min-width: 768px) {
	.dobot-home-feature3-wrapper {
		padding: 80px 0;
	}
}

.dobot-home-feature3-list {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.dobot-home-feature3-list > li {
	width: calc(25% - 10px);
	background: url(/assets/dobot/images/home/feature3-shape.svg) no-repeat center/contain;
	letter-spacing: 0;
}
.dobot-home-feature3-list > li > div {
	width: 100%;
	height: 0;
	padding-bottom: 112%;
	position: relative;
}
.dobot-home-feature3-list > li > div > strong {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	color: var(--color-dobot-prim);
}

@media (min-width: 768px) {
	.dobot-home-feature3-list {
		max-width: 448px;
		margin-top: 0;
	}
	.dobot-home-feature3-list > li {
		flex-basis: calc(25% - 25px);
	}
	.dobot-home-feature3-list > li > div > strong {
		font-size: 2rem;
	}
}

.dobot-home-lineup3-list {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.dobot-home-lineup3-list > li {
	width: calc(33% - 10px);
	background: url(/assets/dobot/images/home/lineup3-shape.svg) no-repeat center/contain;
	letter-spacing: 0;
}
.dobot-home-lineup3-list > li > div {
	width: 100%;
	height: 0;
	padding-bottom: 112%;
	position: relative;
}
.dobot-home-lineup3-list > li > div > strong {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	color:#fff;
}

@media (min-width: 768px) {
	.dobot-home-lineup3-list {
		max-width:800px;
		margin-top: 0;
	}
	.dobot-home-lineup3-list > li {
		flex-basis: calc(33% - 25px);
	}
	.dobot-home-lineup3-list > li > div > strong {
		font-size: 1.6rem;
	}
}
/* メインリンク */
.dobot-home-mainlink {
	padding-top: 48px;
	padding-bottom: 48px;
}
@media (min-width: 768px) {
	.dobot-home-mainlink {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.dobot-home-card1__inner {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	background-color: var(--color-dobot-prim);
}
.dobot-home-card1__content {
	padding: 24px 32px 32px;
}
.dobot-home-card1__content dl > dt {
	font-weight: bold;
	font-size: 2rem;
	line-height: var(--line-height-s);
}
.dobot-home-card1__content dl > dd {
	margin-top: 8px;
	font-size: 1.6rem;
}
@media (min-width: 768px) {
	.dobot-home-card1__inner {
		display: flex;
		justify-content: space-between;
		transition: background-color 0.2s;
	}
	.dobot-home-card1__inner:hover {
		background-color: #3156DB;
	}
	.dobot-home-card1__image {
		flex: 0 0 500px;
	}
	.dobot-home-card1__content {
		flex: 1 1 auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 64px;
	}
	.dobot-home-card1__content dl > dt {
		font-size: 2.4rem;
	}
	.dobot-home-card1__content dl > dd {
		margin-top: 16px;
	}
}

.dobot-home-card2 {
	border: 1px solid var(--color-border);
}
.dobot-home-card2__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 8px;
	position: relative;
	background-color: #fff;
	text-decoration: none;
	line-height: var(--line-height-s);
	letter-spacing: 0;
	color: var(--color-dobot-prim);
}
.dobot-home-card2__image {
	flex: 0 0 80px;
	margin-right: 24px;
}
.dobot-home-card2__content {
	flex: 1 1 auto;
	padding: 8px 32px 16px 0;
}
.dobot-home-card2__content dl {
	margin-top: 8px;
}
.dobot-home-card2__content dl > dt {
	font-weight: 500;
	font-size: 1.6rem;
	color: var(--color-dobot-prim);
}
.dobot-home-card2__content dl > dd {
	margin-top: 8px;
	font-size: 1.4rem;
	color: var(--color-dobot-seco);
}
.dobot-home-card2__tag {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 12px;
	background-color: var(--color-dobot-prim);
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
@media (min-width: 768px) {
	.dobot-home-card2__inner {
		padding: 10px;
		transition: background-color 0.2s;
	}
	.dobot-home-card2__inner:hover {
		background-color: #F2F5FF;
	}
	.dobot-home-card2__image {
		flex-basis: 140px;
	}
	.dobot-home-card2__content {
		padding: 10px;
	}
	.dobot-home-card2__content dl {
		margin-top: 12px;
	}
	.dobot-home-card2__content dl > dt {
		font-size: 1.8rem;
	}
}
/*support*/
@media (min-width: 768px) {
	.dobot-support-qa__item.active .dobot-support-qa__a {
		padding: 34px;
	}
	.dobot-support-button-pdf {
		grid-template-columns:repeat(2, 1fr);
		/*grid-template-columns:1fr 1fr 1fr 280px;*/
	}
}

/*----------
	list11
----------*/
.c-dobot-list11 {
	display: flex;
	flex-wrap: wrap;
}

.c-dobot-list11__item {
	display: flex;
	flex-direction: column;
	background: #fff;
	margin: 0 0 20px;
	padding: 20px 20px 30px;
	width: 100%;
}

@media (min-width: 768px) {
	.c-dobot-list11__item {
		width: calc((100% - 80px) / 3);
		margin: 0 0 40px 40px;
		padding: 20px 20px 26px;
	}
}

.c-dobot-list11__item:nth-child(3n+1) {
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.c-dobot-list11__item:nth-child(3n+1) {
		margin: 0 0 40px;
	}
}

@media (max-width: 767px) {
	.c-dobot-list11__item:last-child {
		margin: 0;
	}
}

.c-dobot-list11__img {
	width: 100%;
}

.c-dobot-list11__img img {
	width: 100%;
}

.c-dobot-list11__info {
	margin: 20px 0 0;
	flex: 1;
}

@media (min-width: 768px) {
	.c-dobot-list11__info {
		margin: 10px 0 0;
	}
}

.c-dobot-list11__name {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #707070;
	letter-spacing: 0.3px;
}

@media (min-width: 768px) {
	.c-dobot-list11__name {
		font-size: 1.2rem;
		letter-spacing: 0.2px;
	}
}

.c-dobot-list11__ttl {
	font-size: 2rem;
	line-height: 1.6;
	color: #292929;
	font-weight: bold;
	margin: 5px 0 0;
	letter-spacing: 0.4px;
}

@media (min-width: 768px) {
	.c-dobot-list11__ttl {
		font-size: 1.9rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
}

.c-dobot-list11__price {
	font-size: 1.5rem;
	line-height: 1.3;
	color: #292929;
	font-weight: bold;
	letter-spacing: 0.4px;
	margin: 6px 0 0;
}

@media (min-width: 768px) {
	.c-dobot-list11__price {
		margin: 9px 0 0;
	}
}

.c-dobot-list11__detail {
	margin: 13px 0 0;
}

@media (min-width: 768px) {
	.c-dobot-list11__detail {
		margin: 11px 0 0;
	}
}

.c-dobot-list11__txt {
	font-size: 1.4rem;
	line-height: 1.65;
	color: #292929;
	letter-spacing: 0.3px;
}

.c-dobot-list11__btn {
	margin: 19px 0 0;
}

.c-dobot-list11__btn .c-dobot-button{
	min-width: 160px;
	height:48px;
}

@media (min-width: 768px) {
	.c-dobot-list11__btn {
		margin: 14px 0 0;
	}
	.dobot-lineup__dobotstudio{margin-top:0;}
	.dobot-home-feature3-list > li > div > strong {font-size: 1.2rem;}
	.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner:nth-child(1){width:36%;}
	.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner:nth-child(2){width:63%;}
	.dobot-lineup__guidebook_inner .dobot-lineup__guidebook__text ul{margin-left:0;}
}
.pd25{padding:25px;}
.pd30{padding:30px;}
.bg-dobot{background-color: var(--color-dobot-prim);}
.dobot-home-lead::before {
    background: url(/assets/dobot/images/mg400/logo-white.svg) no-repeat center/contain;
}
.c-dobot-imagelink__title.white::before{color:#fff;}
.dobot-support-section{padding-bottom:80px;}
.shadow { text-shadow: -1px -1px 0px var(--color-dobot-prim),1px 1px 2px var(--color-dobot-prim);}
.dobot-prog-box{margin-top:50px;padding:20px 35px 45px;}
.dobot-prog-box img{margin-bottom:10px;}
.dobot-prog-box p{color:#fff;}
.dobot-lineup__guidebook_inner .dobot-lineup__guidebook__text{position:relative;}
.dobot-lineup__guidebook_inner .dobot-lineup__guidebook__text ul.setlist{margin-left:1.8rem;list-style:disc;font-size:1.4rem;}