@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@100&family=Inter:wght@700&family=Noto+Sans+JP:wght@300&family=Roboto:wght@300&display=swap");
/*----------
	dobot vars
----------*/
:root {
	--color-dobot-prim: #243C92;
	--color-dobot-seco: #586276;
	--color-dobot-bg: #F1F2F4;
	--color-sky: #0071bc;
}
a {
	text-decoration: none;
	transition : all 0.5s ease 0s;
}
.aligncenter{margin-left:auto;margin-right:auto;}
.shadow{
	filter: drop-shadow(15px 15px 10px rgba(196, 209, 255,1));
}
.shadow2{
	filter: drop-shadow(10px 10px 5px rgba(204, 204, 204,1));
}
.bg-grad{
	background-image: linear-gradient(90deg, rgba(4, 78, 199, 1), rgba(34, 63, 142, 1) 50%, rgba(19, 158, 222, 1));
}
.bg-grad:hover{
	background-image: linear-gradient(90deg, rgba(34, 63, 142, 1) , rgba(19, 158, 222, 1) 50%, rgba(4, 78, 199, 1));
}
.bg-pro{
	background-image: linear-gradient(90deg, rgba(83, 31, 158, 1), rgba(69, 49, 202, 1) 50%, rgba(56, 64, 239, 1));
}
.bg-standard{
	background-image: linear-gradient(90deg, rgba(4, 78, 199, 1), rgba(34, 63, 142, 1) 50%, rgba(19, 158, 222, 1));
}
.bg-light{
	background-image: linear-gradient(90deg, rgba(2, 90, 208, 1), rgba(16, 158, 224, 1));
}
.bg-grad-or{
	background-image: linear-gradient(90deg, rgba(241, 137, 0, 1), rgba(233, 82, 9, 1) 50%, rgba(227, 27, 99, 1));
	}
.bg-grad-or:hover{
	background-image: linear-gradient(90deg, rgba(226, 21, 110, 1), rgba(239, 120, 18, 1) 50%, rgba(234, 84, 8, 1));
}
.txt-bk{color:#000;}
.bg-gray{backgroun-color:#f1f2f4}
.bg-dblue{background-color:var(--color-dobot-prim);}
.bg-lblue{backgroun-color:#EDF0F7;}
.bg-white{background-color:#ffffff;}
.top-radius {
	margin-top:-30px;
	padding:50px 0 80px;
	border-radius: 30px 30px 0 0;
	overflow:hidden;
}
.btm-radius {
	margin-bottom:-30px;
	border-radius: 0 0 30px 30px;
	overflow:hidden;
}
.section{padding:70px 0 120px;}
/*----------.l-mainnav__sub{letter-spacing:0.04em;}
@media (min-width: 768px){
	.l-mainnav__sub__items.l-mainnav__sub__items--lv2 {
		gap: 20px 20px;
		grid-template-columns: 90px 90px auto auto auto auto!important;
	}
}
/*----------
	main header
----------*/
.l-dobot-header {
display:none;
	width: 100%;
	height: 48px;
}
.l-dobot-header__inner {
	width: 100%;
	height: 48px;
	position: fixed;
	top: 60px;
	z-index: 49;
	background-color: var(--color-dobot-seco);
}
.l-dobot-header__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l-dobot-header__link a {
	display: block;
	width:100%;
	text-align:center;
	text-decoration: none;
	word-break: keep-all;
	white-space: nowrap;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 48px;
	letter-spacing: 0;
	color: #fff;
}

.l-dobot-header__link > li.menu__single {
	position: relative;
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu__second-level li {
	border-top: 1px solid var(--color-dobot-seco);
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background:#f8f8f8;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single ul.menu__second-level.double{width: 120%;}
.l-dobot-header__link li.menu__single ul.menu__second-level a {
	display: block;
	font-size: 1.2rem;
	line-height: 40px;
	color:var(--color-dobot-seco);
}

.l-dobot-header__link li.menu__single ul.menu__second-level .bg a {
	background:#849EBE;
	color:#fff;
}
li.menu__single:hover ul.menu__second-level {
	top: 48px;
	visibility: visible;
	opacity: 1;
}
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.l-dobot-header__link:before,
.l-dobot-header__link:after {
    content: " ";
    display: table;
}

.l-dobot-header__link:after {
    clear: both;
}
.l-dobot-header__link {
    *zoom: 1;
}
@media (max-width: 767px) {
	.l-content{z-index:1;}
	.l-dobot-header__inner {
		overflow: visible;
	}
	.l-dobot-header__link{z-index:999;}
	.l-dobot-header__link a{padding:4px;text-align:left;line-height:18px;}
	li.menu__single ul.menu__second-level,
	li.menu__single ul.menu__second-level.double{width:auto;left:-30%;}
	.l-dobot-header__link li.menu__single ul.menu__second-level a {padding:0 4px;line-height:30px;}
}
@media (min-width: 768px) {
	.l-dobot-header {
		min-width: 1240px;
	}
	.l-dobot-header__inner {
		min-width: 1240px;
		top: 90px;
		left: 0;
	}
	.l-dobot-header__link {
		width: 1040px;
		margin: 0 auto;
	}
	.l-dobot-header__link > li{
		flex-basis:16%;
	}
	.l-dobot-header__link a {
		transition: opacity 0.2s;
	}
	.l-dobot-header__link a:hover {
		opacity: 0.6;
	}
}

/*----------
	dobot components
----------*/
.c-dobot-text {
	font-size: 1.6rem;
	line-height: var(--line-height-m);
	color: var(--color-dobot-seco);
}

.c-dobot-heading-seco {
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: var(--line-height-s);
	color: var(--color-dobot-prim);
}
@media (min-width: 768px) {
	.c-dobot-heading-seco {
		font-size: 3.6rem;
	}
}

.c-dobot-list > li {
	margin-left: 1.3em;
}
.c-dobot-list > li::before {
	content: "・";
	display: inline-block;
	text-indent: -1.3em;
}

.c-dobot-button {
	height: 100%;
}
.c-dobot-button__inner {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 56px;
	border-radius: 4px;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	background-color: var(--color-dobot-prim);
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.c-dobot-button__inner > span {
	padding: 8px 20px;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: var(--line-height-s);
	color: inherit;
}
.c-dobot-button__inner > span > [class^=icon] {
	margin-left: 0.5em;
	-webkit-transform: translateY(0.1em);
	transform: translateY(0.1em);
}
.c-dobot-button--border .c-dobot-button__inner {
	border: 1px solid var(--color-dobot-prim);
	background-color: #fff;
	text-decoration: none;
	color: var(--color-dobot-prim);
}
.c-dobot-button--border .c-dobot-button__inner.bg-grad{
	border:none;
	color: #fff;
	background-image: linear-gradient(90deg, rgba(4, 78, 199, 1), rgba(34, 63, 142, 1) 50%, rgba(19, 158, 222, 1));
}
.c-dobot-button--border .c-dobot-button__inner.bg-grad:hover{
	background-image: linear-gradient(90deg, rgba(34, 63, 142, 1) , rgba(19, 158, 222, 1) 50%, rgba(4, 78, 199, 1));
}
.c-dobot-button--border .c-dobot-button__inner.bg-grad-or{
	border:none;
	color: #fff;
	background-image: linear-gradient(90deg, rgba(241, 137, 0, 1), rgba(233, 82, 9, 1) 50%, rgba(227, 27, 99, 1));
}
.c-dobot-button--border .c-dobot-button__inner.bg-grad-or:hover{
	background-image: linear-gradient(90deg, rgba(226, 21, 110, 1), rgba(239, 120, 18, 1) 50%, rgba(234, 84, 8, 1));
}
@media (min-width: 768px) {
	.c-dobot-button__inner {
		transition: background-color 0.2s;
	}
	.c-dobot-button__inner:hover {
		background-color: #3156DB;
	}
	.c-dobot-button--border .c-dobot-button__inner:hover {
		background-color: #F2F5FF;
	}
}
.c-dobot-button{max-width:380px;margin-left:auto;margin-right:auto;}
.c-dobot-button.prog-inq{max-width:400px;}
.c-dobot-button__inner > span{text-align:center;}
.c-button-container--dobot .c-button-container__item {
	max-width: 360px;
}

.c-dobot-icontext {
	display: block;
}
.c-dobot-icontext > a {
	display: inline-block;
	padding-left: 1.6em;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--color-dobot-prim);
	position: relative;
	text-decoration: none;
	font-weight: 500;
	line-height: 1;
	color: var(--color-dobot-seco);
}
.c-dobot-icontext > a::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.1em;
	left: 0;
	font-size: 1em;
	color: var(--color-dobot-prim);
}
.c-dobot-icontext > a[target=_blank]::before {
	content: "\e904";
}
@media (min-width: 768px) {
	.c-dobot-icontext > a {
		transition: color 0.2s;
	}
	.c-dobot-icontext > a:hover {
		color: var(--color-dobot-prim);
	}
}

.c-dobot-imagelink__inner {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: var(--color-dobot-seco);
	letter-spacing: 0;
}
.c-dobot-imagelink__image {
	width: 100%;
	margin-bottom: 16px;
}
.c-dobot-imagelink__title {
	padding-left: 24px;
	position: relative;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: var(--line-height-s);
}
.c-dobot-imagelink__title::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.26em;
	left: 0;
	font-size: 1em;
	color: var(--color-dobot-prim);
}
.c-dobot-imagelink__icon {
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	letter-spacing: -0.025em;
	margin-left: 15px;
	padding: 2px 20px;
	background-color: var(--color-dobot-prim);
	color: #fff;
}
@media (min-width: 768px) {
	.c-dobot-imagelink__inner:hover .c-dobot-imagelink__image img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.c-dobot-imagelink__inner:hover .c-dobot-imagelink__title {
		color: var(--color-dobot-prim);
	}
	.c-dobot-imagelink__image img {
		-webkit-transform: scale(1);
		transform: scale(1);
		transition: -webkit-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	}
	.c-dobot-imagelink__title {
		transition: color 0.2s;
	}
}

.c-dobot-productinfo__image {
	max-width: 500px;
	margin: 0 auto;
}
.c-dobot-productinfo__main {
	margin-top: 16px;
}
.c-dobot-productinfo__tag > li {
	display: inline-block;
	padding: 0 8px;
	border: 1px solid var(--color-dobot-seco);
	font-size: 1.2rem;
	line-height: 24px;
	letter-spacing: 0;
}
.c-dobot-productinfo__tag > li + li {
	margin-left: 5px;
}
.c-dobot-productinfo__title {
	margin-top: 12px;
	line-height: var(--line-height-s);
	letter-spacing: 0;
}
.c-dobot-productinfo__title > em {
	display: block;
	font-weight: bold;
	font-size: 2.8rem;
}
.c-dobot-productinfo__title > em > span {
	font-size: 1.6rem;
}
.c-dobot-productinfo__title__sub {
	display: block;
	font-weight: bold;
	font-size: 2rem;
}
.c-dobot-productinfo [class^=c-dobot-productinfo__detail] {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px dashed var(--color-border);
}
.c-dobot-productinfo__detail-def {
	font-size: 1.4rem;
}
.c-dobot-productinfo__detail-def > dt {
	font-weight: bold;
}
.c-dobot-productinfo__detail-def > dt::before {
	content: "◆";
	display: inline-block;
}
.c-dobot-productinfo__detail-def > dd {
	margin-top: 8px;
}
.c-dobot-productinfo__detail-note {
	font-size: 1.2rem;
}
.c-dobot-productinfo__detail-note > dt {
	font-weight: bold;
}
.c-dobot-productinfo__detail-note > dd {
	margin-top: 4px;
}
.c-dobot-productinfo__price {
	margin-top: 16px;
	letter-spacing: 0;
	font-weight: 500;
	line-height: var(--line-height-s);
}
.c-dobot-productinfo__price__type {
	display: inline-block;
	margin-right: 0.2em;
	font-size: 1.6rem;
}
.c-dobot-productinfo__price__price {
	display: inline-block;
	font-size: 2.8rem;
}
.c-dobot-productinfo__price__tax {
	display: inline-block;
	font-weight: normal;
	font-size: 1.2rem;
}
.c-dobot-productinfo__purchase {
	margin-top: 24px;
}
.c-dobot-productinfo__purchase__item {
	max-width: 360px;
	margin: 0 auto;
}
.c-dobot-productinfo__purchase__item + .c-dobot-productinfo__purchase__item {
	margin-top: 24px;
}
@media (min-width: 768px) {
	.c-dobot-productinfo__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.c-dobot-productinfo__image {
		flex: 0 0 500px;
		margin: 0 40px 0 0;
	}
	.c-dobot-productinfo__main {
		flex: 1 1 auto;
		margin-top: 0;
	}
	.c-dobot-productinfo__title > em {
		font-size: 3.2rem;
	}
	.c-dobot-productinfo__title > em > span {
		font-size: 1.8rem;
	}
	.c-dobot-productinfo__title__sub {
		font-size: 2.4rem;
	}
	.c-dobot-productinfo__price {
		margin-top: 24px;
	}
	.c-dobot-productinfo__price__price {
		font-size: 3.2rem;
	}
	.c-dobot-productinfo__price__tax {
		font-size: 1.4rem;
	}
	.c-dobot-productinfo__purchase {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 32px;
		max-width:500px;
	}
	.c-dobot-productinfo__purchase__item {
		flex: 0 0 230px;
		margin: 0;
	}
	.c-dobot-productinfo__purchase__item + .c-dobot-productinfo__purchase__item {
		margin-top: 0;
	}
}

/* cvn link */
.dobot-sublink-card__inner {
	display: flex;
	justify-content: space-between;
	background-color: var(--color-dobot-bg);
	color: var(--color-dobot-prim);
	text-decoration: none;
	line-height: 1;
	position: relative;
}
.dobot-sublink-card__image {
	flex: 0 0 134px;
}
.dobot-sublink-card__content {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
}
.dobot-sublink-card__content p {
	font-weight: 500;
	font-size: 2rem;
}
@media (min-width: 768px) {
	.dobot-sublink-card__inner {
		transition: background-color 0.2s;
	}
	.dobot-sublink-card__inner:hover {
		background-color: #F2F5FF;
	}
	.dobot-sublink-card__image {
		flex-basis: 200px;
	}
	.dobot-sublink-card__content p {
		font-size: 2.4rem;
	}
}

.c-dobot-sublink-iconcard {
	background-color: var(--color-dobot-prim);
}
.c-dobot-sublink-iconcard__inner {
	display: block;
	padding: 24px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	color: #fff;
}
.c-dobot-sublink-iconcard__icon {
	width: 40px;
	margin: 0 auto;
}
.c-dobot-sublink-iconcard__content {
	margin-top: 8px;
}
.c-dobot-sublink-iconcard__content p {
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
}
@media (min-width: 768px) {
	.c-dobot-sublink-iconcard__inner {
		min-height: 268px;
		padding: 64px;
		transition: background-color 0.2s;
	}
	.c-dobot-sublink-iconcard__inner:hover {
		background-color: #3156DB;
	}
	.c-dobot-sublink-iconcard__icon {
		width: 80px;
	}
	.c-dobot-sublink-iconcard__content {
		margin-top: 24px;
	}
	.c-dobot-sublink-iconcard__content p {
		font-size: 2.4rem;
	}
}

/*----------
	dobot utility
----------*/
@media (min-width: 768px) {
	.u-dobot-hover:hover {
		color: var(--color-dobot-prim) !important;
	}
}

/*----------
	main content
----------*/
.l-content {
	color: var(--color-dobot-seco);
}

.l-dobot-section {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px) and  (min-width: 820px) {
	.l-content {width:100%!important;min-width:100%!important;}
}
@media (min-width: 768px) {
	.l-dobot-section {
		padding-left: 0;
		padding-right: 0;
	}
}

.l-dobot-bgwrapper {
	padding: 48px 0;
	background-color: var(--color-dobot-bg);
}
@media (min-width: 768px) {
	.l-dobot-bgwrapper {
		padding: 80px 0;
	}
}

/* 下層タイトルMV */
.l-dobot-title-mv {
	width: 100%;
	height: 0;
	padding-bottom: 48%;
	position: relative;
	overflow: hidden;
}
.l-dobot-title-mv img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.l-dobot-title-mv h1 {
	position: absolute;
	bottom: 50%;
	left: 5.3333333333%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	font-weight: bold;
	font-size: 2.4rem;
	line-height: var(--line-height-s);
	color: #fff;
}
.l-dobot-title-mv h1 > span {
	display: block;
	font-size: 2rem;
}
@media (min-width: 768px) {
	.l-dobot-title-mv {
		padding-bottom: 300px;
	}
	.l-dobot-title-mv h1 {
		width: 1040px;
		left: 50%;
		bottom: 98px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 4rem;
	}
	.l-dobot-title-mv h1 > span {
		font-size: 2.8rem;
	}
}

/* breadcrumb */
.l-dobot-breadcrumb {
	width: 100%;
	max-width: 1040px;
	height: 30px;
	margin: auto;
	padding: 8px 5.3333333333%;
	position: relative;
	overflow-x: auto;
}
.l-dobot-breadcrumb__list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
}
.l-dobot-breadcrumb__list > li > a,
.l-dobot-breadcrumb__list > li > span {
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	color: var(--color-dobot-seco);
	text-decoration: none;
}
.l-dobot-breadcrumb__list > li > span {
	color: #9297A1;
}
.l-dobot-breadcrumb__list > li + li > a:before,
.l-dobot-breadcrumb__list > li + li > span:before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	margin: 0 8px;
	color: var(--color-dobot-seco);
}
@media (min-width: 768px) {
	.l-dobot-breadcrumb {
		padding-left: 0;
		padding-right: 0;
	}
}

/* fadeup用 */
.js-dobot-fadeup {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: opacity 0.4s, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s, transform 0.4s ease-out;
	transition: opacity 0.4s, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.js-dobot-fadeup--active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.more-text-link{
	display: inline-block;
	padding-left: 1.6em;
	position: relative;
	font-weight: 500;
	line-height: var(--line-height-s);
color:var(--color-text-link);
}
.more-text-link::before{
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e904";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.3em;
	left: 0;
	color:var(--color-text-link);
}
/* workmagic1Link*/
.c-grid__item.flex.workmagic1Link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:50px 0 0 0;
	padding: 30px 10px;
	color: var(--color-dobot-prim);
	font-size:2.4rem;
	font-weight: bold;
	text-align:center;
	border:solid 1px var(--color-dobot-prim);
	border-radius: 20px;
	background-color: #fff;
	transition: all 0.5s ease 0s;
}
.c-grid__item.flex.workmagic1Link::after {
	line-height: 1;
	content: "";
	background: url(/assets/images/icons/icon-arrow-blue.svg) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 70%;
	right:3%;
}
.c-grid__item.flex.workmagic1Link:hover{color:#004ad5;border:solid 1px #004ad5;background-color: rgba(255,255,255,0.8);}
.c-grid__item.flex.workmagic1Link:hover::after {
	background: url(/assets/images/icons/icon-arrow-blue2.svg) no-repeat;
}
.c-grid__item.flex.workmagic1Link span{display:block;font-size:0.6em;}
@media screen and (min-width: 768px){
	.c-grid__item.flex.workmagic1Link {font-size:3rem;margin:50px 0 0 85px;}
	.c-grid__item.flex.workmagic1Link::after {width: 60px;height: 60px;top: 50%;right: 1%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
}

/*----------
	seminar
----------*/
#seminar{
	padding:50px 0;
	background-color: #EDF0F7;
}
#seminar .c-grid__item {
	border-radius:30px;
	overflow:hidden;
	background-color:#fff;
	filter: drop-shadow(0 10px 10px rgba(204, 204, 204,1));
}
#seminar .c-grid__item:hover{
	filter: drop-shadow(0 10px 10px rgba(196, 209, 255,1));
}
#seminar .c-grid__item a{
	color:#333;
	text-decoration:none;
}
#seminar .c-grid__item a:hover{
	text-decoration:underline;
}
.dobot-seminar_inner {
	padding:0;
}
.dobot-seminar_inner .dobot-seminar__image,
.dobot-seminar_inner .dobot-seminar__image figure {
	margin-bottom: 0;
}
.dobot-seminar_inner .dobot-seminar__text {
	padding:15px 20px 20px;
	font-size: 1.4rem;
}
.dobot-seminar_inner .dobot-seminar__text p{
	letter-spacing:0.02em;
}
.dobot-seminar_inner .dobot-seminar__text .dobot-seminar__text_sttl {
	position:relative;
	width:100%;
	margin:0 0 10px;
	padding-right:20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing:0.02em;
	color: #243C92;
}
.dobot-seminar_inner .dobot-seminar__text .dobot-seminar__text_sttl::after {
	line-height: 1;
	content: "";
	background-image: url(/assets/images/icons/icon-arrow-blue.svg);
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dobot-seminar_inner .dobot-seminar__text .dobot-seminar__text_sttl:hover{
	color:#004AD5;
}
.dobot-seminar_inner .dobot-seminar__text .dobot-seminar__text_sttl:hover::after{
	background-image: url(/assets/images/icons/icon-arrow-blue2.svg);
}
.dobot-seminar_inner .dobot-seminar__text .dobot-seminar__text_sttl span{
	display:none;
}
.dobot-seminar_inner .dobot-seminar__text .c-dobot-icontext {
	margin-top: 20px;
}
.dobot-seminar_inner .dobot-seminar__text .c-dobot-icontext a {
	font-size: 1.4rem;
}
.dobot-seminar_inner .c-dobot-button {
	margin-top: 20px;
}
.dobot-seminar_inner .c-dobot-button + .c-dobot-button {
	margin-top: 14px;
}

/* 正規代理店 */
.home-agency {
	padding: 60px 0 80px 0;
}
.home-agency__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px) {
	.home-agency__inner {
		width: 1240px;
		padding-left: 40px;
		padding-right: 40px;
	}
}
.home-agency__title {
	position: relative;
	text-align: center;
}
.home-agency__title::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #000;
}
.home-agency__title > span {
	display: inline-block;
	padding: 0 20px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1;
	background-color: #fff;
}
.home-agency__list {
	max-width: 320px;
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.home-agency__list > li {
	align-self: center;
}
.home-agency__list + p {
	letter-spacing: 0;
}
.home-agency__sns {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-agency__sns > li {
	width: 42px;
}
.home-agency__sns > li + li {
	margin-left: 50px;
}
.home-agency__sns > li > a {
	display: block;
}
@media (min-width: 768px) {
	.home-agency {
		padding: 80px 0;
	}
	.home-agency__inner {
		max-width: 1040px;
	}
	.home-agency__title > span {
		padding: 0 40px;
		font-size: 2.7rem;
	}
	.home-agency__list {
		max-width: none;
		margin-top: 64px;
		gap: unset;
		display: flex;
		justify-content: center;
		align-self: center;
	}
	.home-agency__list > li {
		flex: 0 0 auto;
		width: auto;
		padding: 8px;
		height: 50px;
	}
	.home-agency__list > li.p0 {
		padding: 0;
	}
	.home-agency__list > li + li {
		margin-left: 56px;
	}
	.home-agency__list > li img {
		width: auto;
		height: 100%;
	}
	.home-agency__sns {
		margin-top: 60px;
	}
}

.small__link{
	position:relative;
	margin: 24px auto 0;
	padding-right:60px;
	max-width:300px;
	text-align:center;
	color: var(--color-dobot-prim);
}
.small__link::after {
	line-height: 1;
	content:"";
	background-image: url("/assets/images/icons/icon-arrow-blue.svg");
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.small__link:hover::after {
	background-image: url("/assets/images/icons/icon-arrow-blue2.svg");
}
.bdr{border:solid 1px #eee;}