@charset "UTF-8";

#fv {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	font-feature-settings: 'palt' on;
}
#fv h2,
#fv ul {
	margin: 0;
	padding: 0;
}
#fvnews {
	width: 1328px;
	margin: auto;
	height: 44px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
#fvnews h2 {
	margin-right: 12px;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	color: #0058A9;
}
#fvnews h2 a {
	color: #0058A9;
	text-decoration: none;
}
#fvnews .operate {
	margin-right: 12px;
	font-size: 0;
}
#fvnews .operate span {
	display: inline-block;
	width: 26px;
	height: 26px;
	position: relative;
}
#fvnews .operate span.off {
	opacity: 0.2;
}
#fvnews .operate span::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/top/fv_varrow.svg) no-repeat center;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#fvnews .operate span.off::before {
	cursor: auto;
}
#fvnews .operate span:first-child::before {
	transform: rotate(180deg);
}
#fvnews .listwrap {
	height: 42px;
	overflow-y: hidden;
}
#fvnews ul {
	list-style-type: none;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
}
#fvnews ul li {
	padding: 11px 0;
}
#fvnews ul li span {
	color: #888888;
	margin-right: 14px;
	font-family: "Figtree", sans-serif;
	font-size: 12px;
	font-weight: 400;
}
#fvnews ul li a {
	color: #0071C1;
	text-decoration: none;
}
/* fvkv */
#fvkv .cont {
	width: 1360px;
	height: 640px;
	margin: 0 auto;
	background: url(../images/rtktop/fv_bg.jpg) no-repeat center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	position: relative;
	padding-top: 47px;
	box-sizing: border-box;
	overflow: hidden;
}
#fvkv .cont>h2 {
	text-align: center;
	color: #052946;
	font-weight: 900;
	font-size: 44px;
	line-height: 64px;
	text-align: center;
	margin: 0 0 18px;
}
#fvkv .cont>h2 span {
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	margin-bottom: 4px;	
}
#fvkv .devices {
	position: absolute;
	top: 400px;
	left: 50%;
}
#fvkv .devices figure {
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#fvkv .devices figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: none;
}
#fvkv .cont>video {
	display: block;
	margin: auto;
	border-radius: 13px;
	width: 552px;
	height: 370px;
	position: relative;
}
/* popup */
#popup_post {
	position: fixed;
	right: 56px;
	bottom: 56px;
	width: 326px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 12px;
	padding: 16px;
	z-index: 3;
	box-sizing: border-box;
}
#popup_post .closer {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(0, 0, 0, 0.5) url(../images/rtktop/popup_closer.svg) no-repeat center;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	cursor: pointer;
}
#popup_post>a {
	display: block;
	text-decoration: none;
}
#popup_post>a figure {
	margin-block: 0 10px;
	text-align: center;
	font-size: 0;
}
#popup_post>a figure img {
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 2px;
}
#popup_post>a p {
	color: #5B61DF;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	margin-block: 0;
	background: url(../images/rtktop/popup_arrow.svg) no-repeat right center;
}
#popup_post>a p strong {
	margin-left: 8px;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 16px;	
}
#popup_post>a p span {
	margin-left: 4px;
	font-weight: 400;
	font-size: 13px;
}
/* logos */
#logos {
	border-bottom: 1px solid rgba(103, 125, 142, 0.5);
	padding-block: 32px;
}
#logos .desc {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 48px;
	color: #000;
	margin-bottom: 16px;
}
#logos .desc strong {
	font-family: "Figtree", sans-serif;
	font-weight: 500;
	font-size: 40px;
	margin-left: 8px;
	margin-right: 4px;
	color: #0B6FB8;
	vertical-align: -7px;
}
#logos .desc span {
	color: #0B6FB8;
}
#logos>ul {
	list-style-type: none;
	margin: 0 auto;
	width: 960px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	padding: 0;
}
#logos>ul li img {
	max-width: none;
}
#device-service {
	padding-block: 168px;
	background: url(../images/rtktop/device_service_bg.png) no-repeat calc(50% + 260px) 350px;
	position: relative;
}
#device-service>h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 56px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #052946;
	margin-block: 0 32px;
}
#device-service>h2 small {
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #052946;
	margin-bottom: 8px;
	display: block;
}
#device-service>h2 span {
	color: #0B6FB8;
}
#device-service>p {
	color: #052946;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 32px;
}
#device-service>p strong {
	font-weight: 700;
}
#device-service .photos1 {
	position: relative;
}
#device-service .photos1 div {
	font-size: 0;
	padding: 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #FAFAFA;
	border-radius: 16px;
	width: fit-content;
	margin: auto;
}
#device-service .photos1 img {
	margin-right: 8px;
	max-width: none;
}
#device-service .photos1 img:last-child {
	margin-right: 0;
}
#device-service .photos1 figcaption {
	position: absolute;
	bottom: -38px;
	left: 0;
	right: 0;
	margin: auto;
	width: 275px;
	height: 49px;
	color: #E5ECFE;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	background: url(../images/rtktop/device_service_bal1.png) no-repeat center;
	box-sizing: border-box;
	padding-top: 23px;
}
#device-service .parallax {
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
#device-service .ds-photo {
	position: absolute;
}
#device-service .ds-photo img {
	border: 1px solid rgba(5, 41, 70, 0.12);
	border-radius: 8px;
	max-width: none;
}
#device-service .ds-photo figcaption {
	position: absolute;
	height: 51px;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
}
#device-service .photos2 {
	top: 65px;
	left: -271px;
}
#device-service .photos2 figcaption {
	width: 210px;
	background-image: url(../images/rtktop/device_service_bal2.png);
	padding-top: 24px;
	left: -148px;
	top: 57px;
	color: #2D4DA2;
}
#device-service .photos3 {
	top: 195px;
	left: 428px;
}
#device-service .photos3 img {
	position: absolute;
}
#device-service .photos3 figcaption {
	width: 171px;
	background-image: url(../images/rtktop/device_service_bal3.png);
	padding-top: 24px;
	left: 68px;
	top: 100px;
	color: #076C42;
}
#device-service .photos4 {
	top: 297px;
	left: -566px;
}
#device-service .photos4 figcaption {
	width: 236px;
	background-image: url(../images/rtktop/device_service_bal4.png);
	padding-top: 10px;
	left: 8px;
	top: -23px;
	color: #B8770D;
}
#features {
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	background: #FAFAFA;
	padding-block: 88px;
	overflow: hidden;
}
#features>h2,
#optimize>h2,
#casestudy>h2,
#pricing>h2,
#usage-flow>h2,
#faq-intro h2,
#contact-form h2,
#agile-service h2,
#agile-solution h2 {
	padding-block: 34px;
	text-align: center;
	color: #052946;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	position: relative;
	margin-bottom: 42px;
}
#features>h2::before,
#optimize>h2::before,
#casestudy>h2::before,
#pricing>h2::before,
#usage-flow>h2::before,
#faq-intro h2::before,
#contact-form h2::before,
#agile-service h2::before,
#agile-solution h2::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	font-size: 0;
	background: #0B6FB8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#features>h2 span,
#optimize>h2 span,
#casestudy>h2 span,
#pricing>h2 span,
#usage-flow>h2 span,
#faq-intro h2 span,
#contact-form h2 span,
#agile-service h2 span,
#agile-solution h2 span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.08em;
	text-align: center;
	color: #0B6FB8;
}
#features .cont {
	width: 960px;
	height: 440px;
	margin: 0 auto 42px;
	position: relative;
}
#features .cont .band {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
	height: 452px;
	padding-left: 16px;
	transition: 0.3s;
}
#features .cont .band>div {
	transition: 0.3s;
	border-radius: 24px;
	margin-right: 16px;
}
#features .cont .band>div:hover {
	background: linear-gradient(90deg, #0B6FB8 0%, #1F8CCC 100%);
	padding: 6px;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
	border-radius: 30px;
	transform: translateX(-6px);
	margin-right: 4px;
}
#features .cont .band>div .border {
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 24px;
	padding-top: 32px;
	width: 304px;
	height: 408px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}
#features .cont .band>div:hover .border {
	height: 440px;
}
#features .cont .band>div .no {
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.04em;
	color: #0B6FB8;
	margin-bottom: 32px;	
}
#features .cont .band>div figure {
	margin-bottom: 16px;
	transition: 0.3s;
	font-size: 0;
}
#features .cont .band>div:hover figure {
	margin-bottom: 24px;
}
#features .cont .band>div figure img {
	max-width: none;
}
#features .cont .band>div h3 {
	color: #677D8E;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.04em;
	text-align: center;	
	margin: 0 auto 4px;
	height: 84px;
	width: 260px;
	transition: 0.3s;
}
#features .cont .band>div:hover h3 {
	color: #0B6FB8;
}
#features .cont .band>div .link {
	width: 141px;
	height: 40px;
	border-radius: 20px;
	color: #677D8E;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#features .cont .band>div:hover .link {
	background: rgba(11, 111, 184, 0.1);
	color: #0B6FB8;
}
#features .cont .band>div:hover .link::before {
	content: '';
	display: inline-block;
	background: url(../images/rtktop/features_plus.svg) no-repeat center;
	width: 12px;
	height: 12px;
	margin-right: 8px;
}
#features .cont>nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	position: absolute;
	bottom: -6px;
	right: -16px;
}
#features .cont>nav>div {
	cursor: pointer;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff url(../images/rtktop/modal_next.svg) no-repeat center;
	border-radius: 40px;
}
#features .cont>nav>div.prev {
	transform: rotate(180deg);
	box-shadow: 0px -24px 32px rgba(0, 0, 0, 0.08), 0px -8px 12px rgba(0, 0, 0, 0.04);
}
#features .cont>nav>div.next {
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
}
#features .more a,
#casestudy .more a,
#pricing .more a,
#mat-download .more a,
#event-seminar .more a,
#columns .more a {
	display: block;
	padding: 11px 12px 15px;
	position: relative;
	margin: auto;
	color: #0071C1;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-align: center;
	box-sizing: border-box;
	width: fit-content;
	text-decoration: none;
}
#features .more a::after,
#casestudy .more a::after,
#pricing .more a::after,
#mat-download .more a::after,
#event-seminar .more a::after,
#columns .more a::after {
	content: '';
	display: block;
	height: 2px;
	background: #0071C1;
	position: absolute;
	bottom: 7px;
	right: 12px;
	left: 12px;
	margin: auto;
}
#features .more a:hover,
#casestudy .more a:hover,
#mat-download .more a:hover,
#event-seminar .more a:hover,
#columns .more a:hover,
#features .more a:active,
#casestudy .more a:active,
#mat-download .more a:active,
#event-seminar .more a:active,
#columns .more a:active,
#features .more a:focus,
#casestudy .more a:focus,
#mat-download .more a:focus,
#event-seminar .more a:focus,
#columns .more a:focus {
	text-decoration: none !important;
}
#features .modal,
#agile-solution .modal {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 72px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	background: rgba(5, 41, 70, 0.1);
	z-index: 2;
	cursor: pointer;
}
#features .modal.js-open,
#agile-solution .modal.js-open {
	display: flex;
}
#features .modal .dialog,
#agile-solution .modal .dialog {
	width: 960px;
	box-sizing: border-box;
	padding: 64px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 32px;
	position: relative;
	transition: 0.3s;
	overflow: hidden;
	cursor: auto;
}
#features .modal .closer,
#agile-solution .modal .closer {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	background: url(../images/rtktop/modal_closer.png) no-repeat center;
	cursor: pointer;
	z-index: 2;
}
#features .modal .topics,
#agile-solution .modal .topics {
	width: 100%;
	height: 100%;
	position: relative;
}
#features .modal .topics>div,
#agile-solution .modal .topics>div {
	margin: auto;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: none;
}
#features .modal .topics>div.js-animation,
#agile-solution .modal .topics>div.js-animation {
	transition: 0.3s;
	visibility: visible;
}
#features .modal .topics>div.js-current,
#agile-solution .modal .topics>div.js-current {
	position: static;
}
#features .modal .topics>div.js-prev,
#agile-solution .modal .topics>div.js-prev {
	opacity: 0;
	transform: translateX(-900px);
}
#features .modal .topics>div.js-next,
#agile-solution .modal .topics>div.js-next {
	opacity: 0;
	transform: translateX(900px);
}
#features .modal .topics>div .cols {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
#features .modal .topics>div .cols>figure {
	margin: 0;
	font-size: 0;
	width: 414px;
}
#features .modal .topics>div .cols>figure img {
	max-width: none;
}
#features .modal .topics>div .cols>div {
	width: 374px;
}
#features .modal .topics>div .cols>div h3 {
	margin-bottom: 24px;
	color: #052946;
	font-weight: 700;
	font-size: 30px;
	line-height: 48px;
}
#features .modal .topics>div .cols>div p {
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
}
#features .modal .topics>div .cols>div .link {
	margin-top: 32px;
	border-radius: 8px;
	padding: 11px 12px;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.04em;
}
#features .modal .topics>div .cols>div .link a {
	color: #0071C1;
}
#features .modal .dialog>nav,
#agile-solution .modal>nav {
	bottom: 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
}
#features .modal .dialog>nav {
	position: fixed;
	right: calc(50% - 460px);
}
#agile-solution .modal>nav {
	position: absolute;
	right: 20px;
}
#features .modal .dialog>nav div,
#agile-solution .modal>nav div {
	width: 48px;
	height: 48px;
	background: #fff url(../images/rtktop/modal_next.svg) no-repeat center;
	border: 1px solid rgba(0, 0, 0, 0.12);
	cursor: pointer;
	border-radius: 24px;
}
#features .modal .dialog>nav div.js-disabled,
#agile-solution .modal>nav div.js-disabled {
	background-image: url(../images/rtktop/modal_next_d.svg);
	cursor: auto;
	pointer-events: none;
}
#features .modal .dialog>nav .prev,
#agile-solution .modal>nav .prev {
	transform: rotate(180deg);
}
#features+.action-buttons,
#faq-intro+.action-buttons {
	background: url(../images/common/action_bg.jpg) no-repeat center / cover;
}
#optimize {
	padding-block: 88px;
}
#optimize .sticky-cont {
	width: 1200px;
	position: relative;
	margin: auto;
}
#optimize .sticky-video {
	width: 640px;
	position: sticky;
	top: calc(50vh - 270px);
	left: calc(50% - 40px);
}
#optimize .sticky-video figure {
	font-size: 0;
	margin: 0 0 calc(50vh - 350px);
	position: relative;
}
#optimize .sticky-video figure video {
	width: 100%;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
	aspect-ratio: 640 / 520;
}
#optimize .sticky-video figure>div {
	display: none;
	background: rgba(196, 196, 196, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 20px;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
#optimize .sticky-video figure.js-ended>div {
	display: flex;
}
#optimize .sticky-video figure>div span {
	display: block;
	padding: 12px 20px;
	border-radius: 8px;
	background: #fff;
	color: #405361;
	font-size: 15px;
	cursor: pointer;
}
#optimize .sticky-op {
	background: rgba(245, 245, 245, 0.9);
	border-radius: 48px;
	padding: 20px 32px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: fit-content;
	position: relative;
	left: -134px;
}
#optimize .sticky-op .desc {
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
}
#optimize .sticky-op .desc>div {
	display: none;
	width: 195px;
}
#optimize .sticky-op.js-sel1 .desc>div:first-child {
	display: block;
}
#optimize .sticky-op.js-sel2 .desc>div:nth-child(2) {
	display: block;
}
#optimize .sticky-op.js-sel3 .desc>div:nth-child(3) {
	display: block;
}
#optimize .sticky-op.js-sel4 .desc>div:nth-child(4) {
	display: block;
}
#optimize .sticky-op .desc>div:first-child {
	color: #2D4DA2;
}
#optimize .sticky-op .desc>div:nth-child(2) {
	color: #A02862;
}
#optimize .sticky-op .desc>div:nth-child(3) {
	color: #076C42;
}
#optimize .sticky-op .desc>div:nth-child(4) {
	color: #B8770D;
}
#optimize .sticky-op .desc span {
	margin-right: 6px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	color: #fff;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 24px;
	vertical-align: 2px;
}
#optimize .sticky-op .desc>div:first-child span {
	background: #2D4DA2;
}
#optimize .sticky-op .desc>div:nth-child(2) span {
	background: #A02862;
}
#optimize .sticky-op .desc>div:nth-child(3) span {
	background: #076C42;
}
#optimize .sticky-op .desc>div:nth-child(4) span {
	background: #B8770D;
}
#optimize .sticky-op .prev,
#optimize .sticky-op .next {
	background: url(../images/rtktop/optimize_next.svg) no-repeat center;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#optimize .sticky-op .prev {
	transform: rotate(180deg);
}
#optimize .sticky-op .current {
	color: #052946;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	width: 27px;
	text-align: center;
}
#optimize .topics {
	width: 480px;
	margin-top: calc(-50vh - 240px);
	padding-bottom: 200px;
}
#optimize .topics>div {
	margin-block: 86px 424px;
}
#optimize .topics>div:last-child {
	margin-bottom: 200px;
}
#optimize .topics>div h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 48px;
	color: #052946;
	margin-bottom: 13px;
}
#optimize .topics>div h3 span {
	display: block;
	margin-bottom: 22px;
	background: #E5ECFE;
	padding: 2px 8px;
	border-radius: 4px;
	color: #2D4DA2;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.04em;
	width: min-content;
	white-space: nowrap;
}
#optimize .topics>div:nth-child(2) h3 span {
	background-color: #FBE6ED;
	color: #A02862;
}
#optimize .topics>div:nth-child(3) h3 span {
	background-color: #EAF6F2;
	color: #076C42;
}
#optimize .topics>div:nth-child(4) h3 span {
	background-color: #FFF6E2;
	color: #B8770D;
}
#optimize .topics>div h3 strong {
	font-weight: 700;
}
#optimize .topics>div:first-child h3 strong {
	color: #2D4DA2;
}
#optimize .topics>div:nth-child(2) h3 strong {
	color: #A02862;
}
#optimize .topics>div:nth-child(3) h3 strong {
	color: #076C42;
}
#optimize .topics>div:last-child h3 strong {
	color: #B8770D;
}
#optimize .topics>div p {
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 24px;
}
#optimize .topics>div .link {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-align: center;
	margin-top: 48px;
}
#optimize .topics>div .link a {
	color: #0071C1;
	display: inline-block;
	padding: 11px 12px;
	border-radius: 8px;
}
#casestudy {
	background: #FAFAFA url(../images/rtktop/case_bg.svg) no-repeat calc(50% - 410px) 146px;
	padding-block: 88px;
	overflow: hidden;
}
#casestudy .cont {
	width: 960px;
	height: 464px;
	margin: 0 auto 64px;
	position: relative;
}
#casestudy .band {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
	height: 476px;
	padding-left: 32px;
	transition: 0.3s;
}
#casestudy .band>a {
	margin-right: 32px;
	position: relative;
	display: block;
	text-decoration: none;
}
#casestudy .band>a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 16px;
	transition: 0.3s;
}
#casestudy .band>a:hover::before {
	background: linear-gradient(90deg, #0B6FB8 0%, #1F8CCC 100%);
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
	border-radius: 22px;
}
#casestudy .band>a .border {
	width: 352px;
	height: 464px;
	position: relative;
}
#casestudy .band>a .photo {
	font-size: 0;
}
#casestudy .band>a .photo img {
	border-radius: 16px 16px 0 0;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#casestudy .band>a .logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 160px;
	margin: auto;
	border: 4px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	width: 152px;
	height: 72px;
	border-radius: 8px;
	box-sizing: border-box;
	background-clip: padding-box;
	font-size: 0;
}
#casestudy .band>a .logo img {
	border-radius: 4px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#casestudy .band>a .desc {
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff url(../images/rtktop/case_quote.svg) no-repeat 19px top;
	border-radius: 0 0 16px 16px;
	box-sizing: border-box;
	height: 264px;
	padding: 44px 24px 0;
}
#casestudy .band>a h3 {
	color: #052946;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	height: 88px;
	margin-block: 0 12px;	
}
#casestudy .band>a p {
	color: #052946;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.04em;
	padding: 5px 0;
	margin-bottom: 16px;	
}
#casestudy .band>a .link {
	border-radius: 8px;
	padding: 12px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	transition: 0.3s;
	color: #405361;
	font-size: 15px;
}
#casestudy .band>a:hover .link {
	background: #0083E1;
	color: #fff;
}
#casestudy .band>a .link::after {
	content: '';
	display: inline-block;
	background: url(../images/rtktop/case_next.svg) no-repeat center;
	width: 18px;
	height: 18px;
	margin-top: 3px;
}
#casestudy .band>a:hover .link::after {
	background-image: url(../images/rtktop/case_next_o.svg);
	text-decoration: none !important;
}
#casestudy .cont>nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	position: absolute;
	bottom: -16px;
	right: 0;
}
#casestudy .cont>nav>div {
	cursor: pointer;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff url(../images/rtktop/modal_next.svg) no-repeat center;
	border-radius: 40px;
}
#casestudy .cont>nav>div.prev {
	transform: rotate(180deg);
	box-shadow: 0px -24px 32px rgba(0, 0, 0, 0.08), 0px -8px 12px rgba(0, 0, 0, 0.04);
}
#casestudy .cont>nav>div.next {
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
}
#casestudy .cont>nav>div.js-disabled {
	cursor: auto;
	box-shadow: none;
	background-color: transparent;
	background-image: url(../images/rtktop/modal_next_d.svg);
	border: none;
}
#pricing {
	padding-block: 88px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#pricing .plans {
	margin: 0 auto 64px;
	background: url(../images/rtktop/pricing_bg.jpg) no-repeat center;
	width: 1376px;
	height: 632px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	box-sizing: border-box;
	padding: 40px;
}
#pricing .plans>div {
	width: 304px;
	height: 448px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 24px;
	padding: 13px 24px;
	position: relative;
}
#pricing .plans>div::before {
	content: '';
	width: 120px;
	height: 4px;
	display: block;
	background: #00A556;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#pricing .plans>div:nth-child(2)::before {
	background-color: #0B6FB8;
}
#pricing .plans>div:nth-child(3)::before {
	background-color: #2D4DA2;
}
#pricing .plans>div h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #008367;
	margin-block: 18px;
}
#pricing .plans>div:nth-child(2) h3 {
	color: #0B6FB8;
}
#pricing .plans>div:nth-child(3) h3 {
	color: #2D4DA2;
}
#pricing .plans>div .type {
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #052946;	
}
#pricing .plans>div .options {
	margin-block: 8px;
	text-align: center;
}
#pricing .plans>div .options select {
	appearance: none;
	width: 195px;
	border: 1px solid rgba(5, 41, 70, 0.3);
	border-radius: 8px;
	background: url(../images/rtktop/pricing_select.svg) no-repeat right 16px center;
	text-align: center;
	padding: 12px 16px;
	color: #052946;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-align-last: center;
}
#pricing .plans>div .parts>* {
	display: none;
}
#pricing .plans>div.js-flat1 .parts>:first-child {
	display: block;
}
#pricing .plans>div.js-flat2 .parts>:nth-child(2) {
	display: block;
}
#pricing .plans>div.js-flat3 .parts>:nth-child(3) {
	display: block;
}
#pricing .plans>div.js-flat5 .parts>:nth-child(4) {
	display: block;
}
#pricing .plans>div.js-flat6 .parts>:nth-child(5) {
	display: block;
}
#pricing .plans>div .option-price {
	color: #0B6FB8;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#pricing .plans>div .option-price span {
	border: 1px solid rgba(11, 111, 184, 0.5);
	padding: 0 4px 1px;
	font-weight: 700;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	border-radius: 2px;
	margin-right: 8px;
	vertical-align: 4px;
}
#pricing .plans>div .option-price strong {
	margin-right: 4px;
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 48px;
	vertical-align: -2px;
}
#pricing .plans>div hr {
	margin-block: 24px 16px;
	background: rgba(103, 125, 142, 0.2);
	border: none;
	height: 1px;
}
#pricing .plans>div:nth-child(2) hr {
	margin-top: 10px;
}
#pricing .plans>div ul {
	padding: 24px;
	list-style-type: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
	background: #F6F6F6;
	height: 197px;
	border-radius: 8px;
	color: #052946;
}
#pricing .plans>div:first-child ul {
	background: transparent;
}
#pricing .plans>div:nth-child(2) ul {
	height: 101px;
}
#pricing .plans>div:nth-child(2) ul:last-child {
	height: 129px;
}
#pricing .plans>div:nth-child(2) ul:nth-child(n+3) {
	padding-top: 13px;
}
#pricing .plans>div ul li {
	background: url(../images/rtktop/pricing_check_green.svg) no-repeat left;
	padding-left: 24px;
}
#pricing .plans>div:nth-child(2) ul li {
	background-image: url(../images/rtktop/pricing_check_blue.svg);
}
#pricing .plans>div:nth-child(3) ul li {
	background-image: url(../images/rtktop/pricing_check_violet.svg);
}
#pricing .plans>div ul li span {
	margin-left: 8px;
	font-size: 10px;
	line-height: 12px;
	vertical-align: middle;
}
#pricing .plans>div .link a {
	background: #00A556;
	border: 1px solid rgba(5, 41, 70, 0.12);
	border-radius: 8px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	box-sizing: border-box;
	padding: 16px;
	transition: 0.3s;
}
#pricing .plans>div .link a:hover {
	background-color: #009b55;
}
#pricing .plans>div .link a:active,
#pricing .plans>div .link a:focus {
	background-color: #019654;
}
#pricing .plans>div:nth-child(2) .link a {
	background-color: #0083E1;
}
#pricing .plans>div:nth-child(2) .link a:hover {
	background-color: #007cd5;
}
#pricing .plans>div:nth-child(2) .link a:active,
#pricing .plans>div:nth-child(2) .link a:focus {
	background-color: #0178ce;
}
#pricing .plans>div:nth-child(3) .link a {
	background-color: #fff;
	color: #405361;
}
#pricing .plans>div:nth-child(3) .link a:hover {
	background-color: #f5f7f8;
}
#pricing .plans>div:nth-child(3) .link a:active,
#pricing .plans>div:nth-child(3) .link a:focus {
	background-color: #ebeef1;
}
#pricing .plans>div:nth-child(3) .link a::after {
	content: '';
	display: inline-block;
	background: url(../images/rtktop/case_next.svg) no-repeat center;
	width: 18px;
	height: 18px;
}
#pricing .plans>div .option-menu {
	margin: 36px -24px 0;
}
#pricing .plans>div .option-menu a {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	padding: 20px 21px;
	border-radius: 16px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	color: #052946;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: -0.04em;
	text-align: center;
	transition: 0.3s;
}
#pricing .plans>div .option-menu a:hover {
	background-color: #f5f7f8;
}
#pricing .plans>div .option-menu a:active,
#pricing .plans>div .option-menu a:focus {
	background-color: #ebeef1;
}
#pricing .plans>div .option-menu a::before {
	content: '';
	display: block;
	background: url(../images/rtktop/pricing_plus.svg) no-repeat center;
	width: 20px;
	height: 20px;
}
#pricing .plans>div .option-menu a::after {
	content: '';
	background: url(../images/rtktop/case_next.svg) no-repeat center;
	width: 18px;
	height: 18px;

}
#pricing .plans>div .option-menu a span {
	font-weight: 700;
}
#pricing .plans>div .option-menu a strong {
	display: block;
	margin-top: 4px;
	color: #1F8CCC;
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.04em;
}
#usage-flow {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	padding-block: 88px;
}
#usage-flow .cols {
	width: 816px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-inline: auto;
}
#usage-flow .cols>div {
	width: 384px;
}
#usage-flow .cols>div h3 {
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
	padding: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 68px;
	box-sizing: border-box;
}
#usage-flow .cols>div h3::before {
	content: '';
	display: block;
	position: absolute;
	left: 6px;
	top: -32px;
	width: 64px;
	height: 64px;
	background: url(../images/rtktop/flow1.svg) no-repeat center;
}
#usage-flow .cols>div:last-child h3::before {
	background-image: url(../images/rtktop/flow2.svg);
}
#usage-flow .cols>div:first-child h3 span {
	color: #026E3A;
}
#usage-flow .cols>div:last-child h3 span {
	color: #0B6FB8;
}
#usage-flow .cont {
	background: #FAFAFA;
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: 16px;
	padding: 24px;
}
#usage-flow .cell {
	margin-left: 52px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 16px;
	background: #fff;
	margin-bottom: 16px;
	position: relative;
}
#usage-flow .cell::before {
	content: '';
	display: block;
	background: url(../images/rtktop/flow_mail.svg) no-repeat center;
	position: absolute;
	top: 0;
	left: -52px;
	width: 40px;
	height: 40px;
}
#usage-flow .cell.dialog::before {
	background-image: url(../images/rtktop/flow_balloon.svg);
}
#usage-flow .cell.trial::before {
	background-image: url(../images/rtktop/flow_check.svg);
}
#usage-flow .cell.apply::before {
	background-image: url(../images/rtktop/flow_edit.svg);
}
#usage-flow .cell.good::before {
	background-image: url(../images/rtktop/flow_good.svg);
}
#usage-flow .cell.light::before {
	background-image: url(../images/rtktop/flow_light.svg);
}
#usage-flow .cell::after {
	content: '';
	display: block;
	width: 1px;
	position: absolute;
	top: 44px;
	bottom: -12px;
	left: -31px;
	background: rgba(89, 183, 238, 0.3);
}
#usage-flow .cell.good::after {
	content: none;
}
#usage-flow .cell h4 {
	color: #052946;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.02em;
	margin-block: 0 5px;	
}
#usage-flow .cell p {
	color: #052946;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	margin-block: 0;
}
#usage-flow .cell .link {
	margin-top: 9px;
}
#usage-flow .cell .link a {
	text-align: center;
	padding-inline: 10px;
	height: 56px;
	background: #00A556;
	border: 1px solid rgba(5, 41, 70, 0.12);
	border-radius: 8px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: 0.3s;
}
#usage-flow .cell .link a:hover {
	background-color: #009b55;
}
#usage-flow .cell .link a:active,
#usage-flow .cell .link a:focus {
	background-color: #019654;
}
#usage-flow .cols>div:last-child .cell .link a {
	background: #0083E1;
}
#usage-flow .cols>div:last-child .cell .link a:hover {
	background-color: #007cd5;
}
#usage-flow .cols>div:last-child .cell .link a:active,
#usage-flow .cols>div:last-child .cell .link a:focus {
	background-color: #0178ce;
}
#usage-flow .flow {
	width: 640px;
	margin-inline: auto;
	margin-top: 64px;
}
#usage-flow .cell:last-child {
	background: #E6F3FB;
}
#usage-flow .flow .cell .link a {
	background: #0083E1;
}
#usage-flow .flow .cell .link a:hover {
	background-color: #007cd5;
}
#usage-flow .flow .cell .link a:active,
#usage-flow .flow .cell .link a:focus {
	background-color: #0178ce;
}
#faq-intro {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	padding-block: 88px;
	background: #FAFAFA;
}
#faq-intro .cols {
	width: 1280px;
	margin-inline: auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#faq-intro .cols div:first-child {
	width: 480px;
}
#faq-intro .cols>div:last-child {
	width: 736px;
}
#faq-intro .cols>div:last-child ul {
	list-style-type: none;
}
#faq-intro .cols>div:last-child ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 24px 32px 24px 48px;
	position: relative;
	cursor: pointer;
}
#faq-intro .cols>div:last-child ul li::before {
	content: '';
	display: block;
	background: url(../images/rtktop/faq_plus.svg) no-repeat center;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 24px;
	left: 8px;
}
#faq-intro .cols>div:last-child ul li.js-open::before {
	background-image: url(../images/rtktop/faq_minus.svg);
}
#faq-intro .cols>div:last-child ul li:hover {
	background: #fff;
}
#faq-intro .cols>div:last-child ul li h3 {
	color: #052946;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	margin-block: 0;
}
#faq-intro .cols>div:last-child ul li p {
	display: none;
	color: #0B6FB8;
	margin-block: 12px 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
}
#faq-intro .cols>div:last-child ul li p a {
	color: #0B6FB8;
	text-decoration: underline;
}
#faq-intro .link {
	margin-top: 64px;
	text-align: center;
}
#faq-intro .link a {
	background: #0083E1;
	color: #fff;
    border: 1px solid rgba(5, 41, 70, 0.12);
	text-decoration: none;
	width: 326px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 17px;
    height: 72px;
    border-radius: 36px;
    transition: 0.3s;
}
#faq-intro .link a:hover {
	background: #007cd5 !important;
}
#faq-intro .link a:active,
#faq-intro .link a:focus {
	background: #0178ce !important;
}
#agile-qa {
	background: #3996F8 url(../images/rtktop/agile_bg.png) no-repeat right bottom;
	padding-block: 88px;
}
#agile-qa h2 {
	padding-block: 30px 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	position: relative;
	margin-block: 0 64px;
}
#agile-qa h2::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	font-size: 0;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#agile-qa .cols {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 960px;
	margin-inline: auto;
	margin-bottom: 64px;
}
#agile-qa .cols figure {
	width: 552px;
	font-size: 0;
	margin: 0;
}
#agile-qa .cols>div {
	width: 360px;
}
#agile-qa .cols>div h3 {
	margin-block: 0 24px;
	color: #FFF;
	font-weight: 700;
	font-size: 28px;
	line-height: 44px;
	letter-spacing: 0.04em;
}
#agile-qa .cols>div p {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	margin-block: 0;
}
#agile-qa .link a {
	margin: 0 auto;
	border: 1px solid rgba(10, 31, 35, 0.2);
	background: #fff;
	border-radius: 120px;
	box-sizing: border-box;
	padding: 16px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0071C1;
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.04em;
	width: 320px;
	height: 72px;
	transition: 0.3s;
}
#agile-qa .link a:hover {
	background-color: #f5f7f8;
}
#agile-qa .link a:active,
#agile-qa .link a:focus {
	background-color: #ebeef1;
}
#mat-download {
	padding-block: 88px;
}
#mat-download>h2 {
	padding-block: 0;
	color: #052946;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	position: relative;
	margin: 0 auto 48px;
	width: 960px;
}
#mat-download h2::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	font-size: 0;
	background: #0B6FB8;
	margin-right: 24px;
	vertical-align: 6px;
}
#mat-download .cols {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 48px;
}
#mat-download .cols>div:first-child {
	width: 336px;
	margin-left: calc(50% - 480px);
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
}
#mat-download .cols>div:first-child h3 {
	border-radius: 16px 16px 0 0;
	background: url(../images/rtktop/download1.png) no-repeat center;
	margin: 0;
	color: #052946;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	padding: 18px 36px;
	box-sizing: border-box;
	height: 136px;
}
#mat-download .cols>div.agile-download:first-child>figure {
	margin: 0;
	height: 152px;
}
#mat-download .cols>div.agile-download:first-child>figure img {
	border-radius: 16px 16px 0 0;
}
#mat-download .cols>div:first-child>div {
	padding: 24px;
}
#mat-download .cols>div.agile-download:first-child>div h3 {
	background: none;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.04em;
	text-align: center;
	height: auto;
	padding: 0 0 26px;
	border-bottom: 1px solid rgba(103, 125, 142, 0.2);
	margin-bottom: 26px;
}
#mat-download .cols>div.agile-download:first-child>div p {
	color: #052946;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	height: 170px;
}
#mat-download .cols>div:first-child>div h4 {
	margin: 0 0 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(103, 125, 142, 0.2);
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #052946;
}
#mat-download .cols>div:first-child>div h4 span {
	color: #0B6FB8;
}
#mat-download .cols>div:first-child>div ul {
	color: #052946;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 29px;
}
#mat-download .cols>div:first-child>div .link a {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	background: #fff;
	color: #677D8E;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 16px;
	transition: 0.3s;
	text-decoration: none;
}
#mat-download .cols>div:first-child>div .link a:hover {
	background-color: #0083E1;
	color: #fff;
	border: 1px solid rgba(5, 41, 70, 0.12);
}
#mat-download .cols>div:first-child>div .link a::after {
	content: '';
	display: inline-block;
	background: url(../images/rtktop/download_next.svg) no-repeat center;
	width: 12px;
	height: 12px;
	margin-left: 8px;
}
#mat-download .cols>div:first-child>div .link a:hover::after {
	background: url(../images/rtktop/download_next_o.svg) no-repeat center;
}
#mat-download .cols>div:last-child {
	padding: 18px 0;
	position: relative;
	width: calc(50% + 128px);
	box-sizing: border-box;
}
#mat-download .cols>div:last-child::before {
	content: '';
	display: block;
	width: 608px;
	height: 522px;
	background: #F0F0F0;
	border-radius: 16px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#mat-download .cols>div:last-child h3 {
	color: #677D8E;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	margin: 0 36px 24px;
}
#mat-download .cols>div:last-child .cont {
	overflow: hidden;
	padding-bottom: 24px;
}
#mat-download .cols>div:last-child .band {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
	height: 430px;
	padding-left: 24px;
	transition: 0.3s;
}
#mat-download .cols>div:last-child .band>div {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 16px;
	border-radius: 16px;
	background: #fff;
	margin-right: 16px;
	width: 320px;
	height: 430px;
	box-sizing: border-box;
	transition: 0.3s;
}
#mat-download .cols>div:last-child .band>div:hover {
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
}
#mat-download .cols>div:last-child .band>div figure {
	margin-block: 0 6px;
	font-size: 0;
}
#mat-download .cols>div:last-child .band>div figure img {
	border-radius: 6px;
	width: 100%;
	height: 144px;
	object-fit: cover;
}
#mat-download .cols>div:last-child .band>div .date {
	padding: 5px 8px 3px;
	color: #677D8E;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
}
#mat-download .cols>div:last-child .band>div h4 {
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	height: 112px;
	padding-inline: 8px;
	margin-block: 0 20px;	
}
#mat-download .cols>div:last-child .band>div .tags,
#event-seminar .list .cols>div .tags,
#event-seminar .band>div .tags {
	height: 25px;
	margin-bottom: 12px;
	overflow: hidden;
}
#mat-download .cols>div:last-child .band>div .tags span,
#event-seminar .list .cols>div .tags span,
#event-seminar .band>div .tags span {
	color: rgba(5, 41, 70, 0.7);
	font-weight: 400;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.02em;
	padding: 2px 8px;
}
#mat-download .cols>div:last-child .band>div .tags span i,
#event-seminar .list .cols>div .tags span i,
#event-seminar .band>div .tags span i {
	font-size: 12px;
	margin-right: 2px;
	font-style: normal;
	font-family: "Figtree", sans-serif;
}
#mat-download .cols>div:last-child .band>div .link a {
	display: block;
	border: 1px solid rgba(103, 125, 142, 0.5);
	background: #fff;
	color: #405361;
	border-radius: 8px;
	box-sizing: border-box;
	height: 48px;
	text-align: center;
	padding: 10px;
	transition: 0.3s;
	text-decoration: none;
}
#mat-download .cols>div:last-child .band>div .link a:hover {
	background-color: #0083E1;
	color: #fff;
	border: 1px solid rgba(5, 41, 70, 0.12);
}
#mat-download .cols>div:last-child .band>div .link a::after {
	content: '';
	display: inline-block;
	background: url(../images/rtktop/case_next.svg) no-repeat center;
	width: 18px;
	height: 18px;
	vertical-align: -3px;
	margin-left: 6px;
}
#mat-download .cols>div:last-child .band>div .link a:hover::after {
	background-image: url(../images/rtktop/case_next_o.svg);
}
#mat-download .cols>div:last-child .cont>nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	position: absolute;
	bottom: -16px;
	left: 472px;
}
#mat-download .cols>div:last-child .cont>nav>div {
	cursor: pointer;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff url(../images/rtktop/modal_next.svg) no-repeat center;
	border-radius: 40px;
}
#mat-download .cols>div:last-child .cont>nav>div.prev {
	transform: rotate(180deg);
	box-shadow: 0px -24px 32px rgba(0, 0, 0, 0.08), 0px -8px 12px rgba(0, 0, 0, 0.04);
}
#mat-download .cols>div:last-child .cont>nav>div.next {
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
}
#mat-download .cols>div:last-child .cont>nav>div.js-disabled {
	cursor: auto;
	box-shadow: none;
	background-color: transparent;
	background-image: url(../images/rtktop/modal_next_d.svg);
	border: none;
}
#event-seminar {
	background: rgba(253, 253, 253, 0.9) url(../images/rtktop/event_bg.jpg) no-repeat center / cover;
	padding: 88px calc(50% - 480px);
}
#event-seminar>h2 {
	padding-block: 0;
	color: #052946;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	position: relative;
	margin: 0 auto 18px;
}
#event-seminar>h2::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	font-size: 0;
	background: #0B6FB8;
	margin-right: 24px;
	vertical-align: 6px;
}
#event-seminar>p {
	margin-bottom: 48px;
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;	
}
#event-seminar>h3 {
	border-left: 4px solid #0B6FB8;
	padding-left: 8px;
	color: #0B6FB8;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 40px;
}
#event-seminar .list {
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 48px;
}
#event-seminar .list .cols {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 24px;
}
#event-seminar .list .cols:last-child {
	margin-bottom: 0;
}
#event-seminar .list .cols>figure {
	width: 520px;
	margin: 0;
}
#event-seminar .list .cols>figure img {
	width: 520px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}
#event-seminar .list .cols>div {
	width: 416px;
}
#event-seminar .list .cols>div .date {
	color: #5B61DF;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.02em;
	margin-bottom: 12px;
}
#event-seminar .list .cols>div .date strong {
	margin-right: 8px;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;	
}
#event-seminar .list .cols>div .date span {
	margin-right: 8px;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
#event-seminar .list .cols>div h4 {
	color: #052946;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	margin-block: 0 6px;
}
#event-seminar .list .cols>div .link a {
	display: block;
	background: #5B61DF;
	border: 1px solid rgba(5, 41, 70, 0.08);
	border-radius: 8px;
	padding: 8px;
	color: #fff;
	font-size: 15px;
	padding-block: 12px 13px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
#event-seminar .list .cols>div .link a:hover {
	background-color: #545cd4;
}
#event-seminar .list .cols>div .link a:active,
#event-seminar .list .cols>div .link a:focus {
	background-color: #515acc;
}
#event-seminar .list .cols>div .link a::after {
	content: '';
	display: inline-block;
	background: url(../images/rtktop/case_next_o.svg) no-repeat center;
	width: 18px;
	height: 18px;
	vertical-align: -3px;
	margin-left: 6px;
}
#event-seminar .cont {
	width: 960px;
	overflow: hidden;
	position: relative;
}
#event-seminar .band {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
	height: 370px;
	transition: 0.3s;
}
#event-seminar .band>div {
	width: 304px;
	height: 370px;
	margin-right: 24px;
	box-sizing: border-box;
	transition: 0.3s;
}
#event-seminar .band>div figure {
	margin-bottom: 4px;
}
#event-seminar .band>div figure img {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	width: 100%;
	height: auto;
	aspect-ratio: 920 / 450;
	object-fit: cover;
}
#event-seminar .band>div .date {
	margin-bottom: 4px;
	color: #677D8E;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.02em;
}
#event-seminar .band>div .date span {
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-right: 8px;
}
#event-seminar .band>div h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #052946;
	margin-block: 0 10px;
	height: 84px;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	  display: -webkit-box;
	-webkit-box-orient: vertical;
}
#event-seminar .band>div .link a {
	display: block;
	border: 1px solid rgba(5, 41, 70, 0.08);
	background: #677D8E;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1;
	padding-block: 15px 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
#event-seminar .band>div .link a:hover {
	background-color: #5f7689;
}
#event-seminar .band>div .link a:active,
#event-seminar .band>div .link a:focus {
	background-color: #5b7385;
}
#event-seminar .band>div.no-archive .link a {
	background-color: #fff;
	color: #405361;
	border-color: rgba(103, 125, 142, 0.5);
}
#event-seminar .band>div.no-archive .link a:hover {
	background-color: #f5f7f8;
}
#event-seminar .band>div.no-archive .link a:active,
#event-seminar .band>div.no-archive .link a:focus {
	background-color: #ebeef1;
}
#event-seminar .band>div .link a::before {
	content: '';
	display: inline-block;
	background: url(../images/rtktop/event_play.svg) no-repeat center;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	vertical-align: -3px;
}
#event-seminar .band>div.no-archive .link a::before {
	content: none;
}
#event-seminar nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	padding-right: 24px;
	height: 0;
	margin-block: -0 48px;
	position: relative;
}
#event-seminar nav>div {
	cursor: pointer;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff url(../images/rtktop/modal_next.svg) no-repeat center;
	border-radius: 40px;
}
#event-seminar nav>div.prev {
	transform: rotate(180deg);
	box-shadow: 0px -24px 32px rgba(0, 0, 0, 0.08), 0px -8px 12px rgba(0, 0, 0, 0.04);
}
#event-seminar nav>div.next {
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
}
#event-seminar nav>div.js-disabled {
	cursor: auto;
	box-shadow: none;
	background-color: transparent;
	background-image: url(../images/rtktop/modal_next_d.svg);
	border: none;
}
#columns {
	background: #fff;
	padding: 88px calc(50% - 480px);
}
#columns>h2 {
	padding-block: 0;
	color: #052946;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	position: relative;
	margin: 0 auto 48px;
}
#columns>h2::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	font-size: 0;
	background: #0B6FB8;
	margin-right: 24px;
	vertical-align: 6px;
}
#columns .list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	margin-bottom: 48px;
}
#columns .list>div {
	width: 319px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	padding: 16px;
	transition: 0.3s;
}
#columns .list>div:nth-child(3n+1) {
	border-left: none;
}
#columns .list>div:nth-child(3n+2) {
	width: 320px;
}
#columns .list>div:nth-child(n+4) {
	border-bottom: none;
}
#columns .list>div:hover {
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
}
#columns .list>div figure {
	margin-block: 0 7px;
	text-align: center;
	font-size: 0;
}
#columns .list>div figure img {
	border-radius: 4px;
	width: 100%;
	height: 144px;
	object-fit: cover;
}
#columns .list>div h3 {
	margin-block: 0 24px;
	height: 56px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}
#columns .list>div h3 a {
	color: #052946;
	text-decoration: none;
}
#columns .list>div .tag {
	font-size: 0;
}
#columns .list>div .tag a {
	padding: 1px 7px;
	border-radius: 36px;
	color: rgba(5, 41, 70, 0.7);
	font-weight: 400;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.02em;
	transition: 0.3s;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid transparent;
	text-decoration: none;
}
#columns .list>div .tag a:hover {
	background: rgba(11, 111, 184, 0.08);
	border-color: rgba(0, 0, 0, 0.08);
}
#columns .list>div .tag a i {
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	margin-right: 2px;	
}
#contact-form {
	padding-block: 88px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	background: #FAFAFA;
}
#contact-form>p {
	text-align: center;
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-block: -24px 48px;	
}
/* agile qa top */
#agile-fv {
	background: url(../images/rtktop/agile_fv.png) no-repeat center;
	width: 1360px;
	height: 640px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: 160px;
	padding-inline: 188px 868px;
}
#agile-fv p {
	color: #052946;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	margin-block: 0 4px;
}
#agile-fv h1 {
	color: #052946;
	font-weight: 900;
	font-size: 44px;
	line-height: 64px;
	margin-block: 0 24px;	
}
#agile-fv .link a {
	display: block;
	border: 1px solid rgba(10, 31, 35, 0.2);
	background: #fff;
	border-radius: 120px;
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 23px;
	margin-bottom: 12px;
	text-decoration: none;
	color: #0B6FB8;
}
#agile-fv .link a:last-child {
	margin-bottom: 0;
	background-color: #0083E1;
	color: #fff;
}
#agile-service {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	padding-block: 88px;
}
#agile-service .cols {
	width: 1200px;
	margin-inline: auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
#agile-service .cols>div:first-child {
	width: 480px;
}
#agile-service .cols>div:first-child h3 {
	margin-bottom: 24px;
	color: #2D4DA2;
	font-weight: 700;
	font-size: 30px;
	line-height: 44px;
}
#agile-service .cols>div:first-child p {
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
}
#agile-service .cols>div:last-child {
	width: 640px;
	height: 720px;
	background: url(../images/rtktop/agile_service.png) no-repeat center;
	box-sizing: border-box;
	padding-top: 460px;
	padding-inline: 26px 380px;
}
#agile-service .cols>div:last-child ul {
	margin: 0;
	padding-left: 20px;
}
#agile-service .cols>div:last-child ul li {
	color: #052946;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
}
#agile-service .cols>div:last-child ul li span {
	color: #2D4DA2;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}
#agile-solution {
	padding-block: 88px;
	background: #FAFAFA;
}
#agile-solution .list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	height: 410px;
	margin-bottom: 30px;
	padding-left: 16px;
}
#agile-solution .list>div {
	transition: 0.3s;
	border-radius: 24px;
	margin-right: 16px;
	cursor: pointer;
}
#agile-solution .list>div:hover {
	background: linear-gradient(90deg, #0B6FB8 0%, #1F8CCC 100%);
	padding: 6px;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
	border-radius: 30px;
	transform: translate(-6px, -11px);
	margin-right: 4px;
}
#agile-solution .list>div .border {
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 24px;
	padding-top: 32px;
	width: 304px;
	height: 394px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	transition: 0.3s;
}
#agile-solution .list>div:hover .border {
	height: 410px;
}
#agile-solution .list>div .no {
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.04em;
	color: #0B6FB8;
	margin-bottom: 24px;	
}
#agile-solution .list>div h3 {
	color: #677D8E;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.04em;
	text-align: center;	
	margin: 0 auto 24px;
	height: 56px;
	width: 240px;
	transition: 0.3s;
}
#agile-solution .list>div:hover h3 {
	color: #0B6FB8;
}
#agile-solution .list>div p {
	color: #052946;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	height: 130px;
	width: 240px;
	margin: 0 auto 24px;
	text-align: left;
}
#agile-solution .list>div .link {
	width: 141px;
	height: 40px;
	border-radius: 20px;
	color: #677D8E;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#agile-solution .list>div:hover .link {
	background: rgba(11, 111, 184, 0.1);
	color: #0B6FB8;
}
#agile-solution .list>div:hover .link::before {
	content: '';
	display: inline-block;
	background: url(../images/rtktop/features_plus.svg) no-repeat center;
	width: 12px;
	height: 12px;
	margin-right: 8px;
}
#agile-solution>h3 {
	padding-block: 0;
	color: #052946;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	position: relative;
	margin: 0 auto 48px;
	width: 960px;
}
#agile-solution>h3::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	font-size: 0;
	background: #0B6FB8;
	margin-right: 24px;
	vertical-align: 6px;
}
#agile-solution .others-list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	width: 944px;
	margin-inline: auto;
}
#agile-solution .others-list>div {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 24px;
	background: #fff;
	padding: 32px 24px;
	width: 304px;
	box-sizing: border-box;
}
#agile-solution .others-list>div h4 {
	color: #677D8E;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-align: center;
	border-bottom: 1px solid rgba(103, 125, 142, 0.2);
	padding-bottom: 24px;
	margin-block: 0 24px;
}
#agile-solution .others-list>div p {
	color: #052946;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin: -2px 0;
}
#agile-solution .modal .dialog {
	height: calc(100vh - 112px);
	width: 768px;
	overflow-y: auto;
	scrollbar-width: thin;
}
#agile-solution .modal .topics>div {
	bottom: auto;
	top: 64px;
	padding-bottom: 64px;
}
#agile-solution .modal .topics>div>h3 {
	margin-bottom: 24px;
	color: #052946;
	font-weight: 700;
	font-size: 30px;
	line-height: 44px;
}
#agile-solution .modal .topics>div>p {
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 32px;	
}
#agile-solution .modal .topics>div figure {
	margin-block: 44px;
}
#agile-solution .modal .topics>div figure img {
	width: 100%;
	height: auto;
}
#agile-solution .modal .topics>div h4+figure {
	margin-top: 32px;
}
#agile-solution .modal .topics>div figure figcaption {
	color: #052946;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	width: 512px;
	margin: 0 auto;
}
#agile-solution .modal .topics>div h4 {
	color: #0B6FB8;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	position: relative;
	padding-left: 12px;
	margin-block: 0 18px;
}
#agile-solution .modal .topics>div h4::before {
	content: '';
	display: block;
	width: 4px;
	position: absolute;
	left: 0;
	top: 6px;
	bottom: 6px;
	background: #0B6FB8;
}
#agile-solution .modal .topics>div dl {
	color: #052946;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 24px;
}
#agile-solution .modal .topics>div dl dt {
	font-weight: 700;
}
#agile-solution .modal .topics>div dl dd {
	font-weight: 400;
	margin-left: 17px;
}
#agile-solution .modal .topics>div .auto-tool {
	border: 1px solid rgba(5, 41, 70, 0.08);
	border-radius: 12px;
	padding: 16px;
}
#agile-solution .modal .topics>div .auto-tool p {
	margin: 0 0 8px;
	color: #052946;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#agile-solution .modal .topics>div .auto-tool ul {
	list-style-type: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	padding: 0;
	margin: 0;
}
#agile-solution .modal .topics>div .cols {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-block: -20px 44px;
}
#agile-solution .modal .topics>div .cols>div {
	width: 304px;
}
#agile-solution .modal .topics>div .cols>div h5 {
	margin-block: 0 16px;
	padding-left: 14px;
	position: relative;
	color: #052946;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
#agile-solution .modal .topics>div .cols>div h5::before {
	content: '';
	display: block;
	background: #0B6FB8;
	width: 6px;
	height: 6px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#agile-solution .modal .topics>div .cols>div p {
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
}
#agile-solution .modal .topics>div ul.value-ul {
	border-top: 1px solid rgba(103, 125, 142, 0.2);
	color: #052946;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
#agile-solution .modal .topics>div ul.value-ul li {
	border-bottom: 1px solid rgba(103, 125, 142, 0.2);
	position: relative;
	padding-left: 14px;
	padding-block: 10px;
}
#agile-solution .modal .topics>div ul.value-ul li::before {
	content: '';
	display: block;
	background: #0B6FB8;
	width: 6px;
	height: 6px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#agile-solution .modal .closer {
	right: calc(50% - 364px);
	top: 40px;
	z-index: 2;
}
#agile-solution .modal>nav {
	right: calc(50% - 364px);
	bottom: 40px;
}
#agile-chosen {
	background: #3996F8;
	padding-block: 88px;
}
#agile-chosen h2 {
	padding-block: 30px 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	position: relative;
	margin-block: 0 64px;
}
#agile-chosen h2::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	font-size: 0;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#agile-chosen h2 span {
	display: block;
	margin-top: 14px;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.08em;
}
#agile-chosen .list {
	padding-top: 168px;
	background: url(../images/rtktop/agile_light.svg) no-repeat center top;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 640px;
	margin-inline: auto;
}
#agile-chosen .list>div {
	width: 308px;
	padding: 40px 32px;
	background: #fff;
	box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	margin-bottom: 24px;
}
#agile-chosen .list>div:last-child {
	width: 100%;
	margin-bottom: 0;
}
#agile-chosen .list>div h3 {
	color: #052946;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(103, 125, 142, 0.2);
	margin-block: 0 24px;
}
#agile-chosen .list>div h3 span {
	display: block;
	margin-bottom: 8px;
	color: #0B6FB8;
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0.04em;
}
#agile-chosen .list>div p {
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}
#agile-chosen+.action-buttons {
	background: url(../images/rtktop/agile_action_buttons_bg.png) no-repeat center / cover;

}
#agile-chosen+.action-buttons a {
	text-decoration: none;
}
#agile-chosen+.action-buttons a:last-child {
	background: #0083E1;
}
#agile-chosen+.action-buttons a:last-child:hover {
	background: #007cd5 !important;
}
#agile-chosen+.action-buttons a:last-child:active,
#agile-chosen+.action-buttons a:last-child:focus {
	background: #0178ce !important;
}


/* pc */
@media print,screen and (min-width: 769px) {
	#casestudy.js-card-lt2 .cont nav {
		display: none;
	}
}


/* sp */
@media print,screen and (max-width: 1400px) {
	#fvnews {
		width: auto;
		padding-inline: 20px;
	}
	#fvkv {
		padding-inline: 20px;
	}
	#fvkv .cont {
		width: 100%;
	}
	#device-service .photos3 {
		left: 300px;
	}
	#device-service .photos4 {
		left: -530px;
	}
	#pricing {
		padding-inline: 20px;
	}
	#pricing .plans {
		width: auto;
		border-radius: 24px;
	}
	#faq-intro .cols {
		width: auto;
	}
	#agile-fv {
		margin-inline: 20px;
		box-sizing: border-box;
		width: auto;
		height: auto;
		background-size: contain;
		background-position-y: top;
		padding: 50px 50% calc(47% - 336px) 40px;
	}
}
@media only screen and (max-width: 1240px) {
	#optimize {
		padding-inline: 20px;
	}
	#optimize .sticky-cont {
		width: auto;
	}
	#optimize .sticky-video {
		top: 80px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#optimize .sticky-op {
		display: none;
		left: 0;
		right: 0;
		margin: auto;
	}
	#optimize .topics {
		margin-top: 0;
		margin-inline: auto;
	}
	#faq-intro {
		padding-inline: 20px;
	}
	#faq-intro .cols {
		display: block;
	}
	#faq-intro .cols div:first-child {
		width: auto;
	}
	#faq-intro .cols>div:last-child {
		width: auto;
	}
	#faq-intro .cols>div:last-child ul {
		padding-left: 0;
	}
	#agile-fv {
		padding-top: 20px;
	}
	#agile-service {
		padding-inline: 20px;
	}
	#agile-service .cols {
		width: auto;
	}
	#agile-service .cols>div:first-child {
		width: calc(100% - 680px);
	}
}
@media only screen and (max-width: 1120px) {
	#fv {
		padding-bottom: 20px;
	}
	#fvnews {
		width: auto;
		padding: 0 20px;
		border-bottom: 1px solid rgba(10, 31, 35, 0.08);
	}
	#fvnews h2 {
		display: none;
	}
	#fvnews ul li {
		padding: 0;
		height: 42px;
		overflow: hidden;
		display: flex;
		align-items: center;
	}
	#fvnews ul li span {
		margin-right: 10px;
	}
	#logos>ul {
		width: auto;
	}
	#device-service {
		padding-top: 400px;
	}
	#device-service .photos2 {
		left: -71px;
	}
	#device-service .photos3 {
		left: 100px;
	}
	#device-service .photos4 {
		left: -330px;
	}
	#features {
		padding-inline: 20px;
	}
	#features .cont {
		width: auto;
	}
	#features .cont>nav {
		right: 0;
	}
	#pricing .plans {
		display: block;
		height: auto;
		background-size: cover;
	}
	#pricing .plans>div {
		width: auto;
		margin-bottom: 20px;
	}
	#pricing .plans>div:nth-child(2) {
		margin-bottom: 120px;
	}
	#pricing .plans>div:last-child {
		margin-bottom: 0;
	}
	#pricing .plans>div .option-menu {
		margin-top: 35px;
	}
	#agile-qa {
		padding-inline: 20px;
	}
	#agile-qa .cols {
		width: auto;
		display: block;
	}
	#agile-qa .cols figure {
		margin-bottom: 20px;
		margin-inline: auto;
	}
	#agile-qa .cols>div {
		width: auto;
		margin-inline: auto;
	}
	#agile-service .cols {
		display: block;
	}
	#agile-service .cols>div:first-child {
		width: auto;
		margin-bottom: 40px;
	}
	#agile-service .cols>div:last-child {
		margin-inline: auto;
	}
}
@media only screen and (max-width: 1000px) {
	#features .modal,
	#agile-solution .modal {
		padding-inline: 20px;
	}
	#features .modal .dialog,
	#agile-solution .modal .dialog {
		width: 100%;
	}
	#features .modal .dialog>nav,
	#agile-solution .modal>nav {
		right: 40px;
	}
	#casestudy {
		background-position-x: 20px;
	}
	#casestudy .cont {
		width: auto;
	}
	#casestudy .band {
		padding-left: 20px;
	}
	#usage-flow {
		padding-inline: 20px;
	}
	#usage-flow .cols {
		display: block;
		width: auto;
	}
	#usage-flow .cols>div {
		margin-inline: auto;
		margin-bottom: 60px;
	}
	#usage-flow .cols>div:last-child {
		margin-bottom: 0;
	}
	#mat-download {
		padding-inline: 20px;
	}
	#mat-download>h2 {
		width: auto;
	}
	#mat-download .cols {
		display: block;
	}
	#mat-download .cols>div:first-child {
		margin-inline: auto;
		margin-bottom: 20px;
	}
	#mat-download .cols>div:last-child {
		width: auto;
	}
	#mat-download .cols>div:last-child::before {
		width: 100%;
	}
	#mat-download .cols>div:last-child .cont>nav {
		left: auto;
		right: 20px;
	}
	#event-seminar {
		padding-inline: 20px;
	}
	#event-seminar .list .cols {
		display: block;
	}
	#event-seminar .list .cols>figure {
		margin-inline: auto;
		margin-bottom: 10px;
	}
	#event-seminar .list .cols>div {
		width: auto;
	}
	#event-seminar .cont {
		width: auto;
	}
	#columns {
		padding-inline: 20px;
	}
	#columns .list {
		display: block;
	}
	#columns .list>div {
		width: auto;
		border-left: none;
	}
	#columns .list>div:nth-child(3n+2) {
		width: auto;
	}
	#columns .list>div:nth-child(n+4) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	#columns .list>div:last-child {
		border-bottom: none;
		border-radius: 16px;
	}
	#columns .list>div figure {
		text-align: center;
	}
	#contact-form {
		padding-inline: 20px;
	}
	#agile-solution {
		padding-inline: 20px;
	}
	#agile-solution .list>div .border {
		width: 30vw;
		padding-inline: 10px;
	}
	#agile-solution .list>div h3 {
		width: auto;
	}
	#agile-solution .list>div p {
		width: auto;
	}
	#agile-solution>h3 {
		width: auto;
	}
	#agile-solution .others-list {
		width: auto;
	}
	#agile-solution .others-list>div {
		width: 30vw;
		padding-inline: 10px;
	}
}
@media only screen and (max-width: 768px) {
	#fvnews ul li {
		display: block;
	}
	#fvkv .cont {
		height: 560px;
	}
	#fvkv .cont>video {
		width: calc(100% - 14px);
		height: auto;
		aspect-ratio: 1154 / 774;
		margin-inline: 7px;
	}
	#fvkv .cont>h2 {
		font-size: 28px;
		line-height: 40px;
		padding-inline: 40px;
		margin-bottom: 74px;
	}
	#fvkv .cont .devices {
		top: 263px;
	}
	#fvkv .cont .devices figure {
		transform: scale(0.5);

	}
	#popup_post {
		left: 0;
		right: 0;
		bottom: 20px;
		margin: auto;
	}
	#features .modal .closer,
	#agile-solution .modal .closer {
		position: fixed;
		right: 40px;
		top: 60px;
	}
	#features .modal .dialog,
	#agile-solution .modal .dialog {
		padding-inline: 20px;
		height: calc(100% - 100px);
		overflow-y: auto;
	}
	#agile-solution .modal .dialog {
		margin-top: 0;
	}
	#features .modal .topics>div {
		padding-bottom: 64px;
	}
	#features .modal .topics>div .cols {
		display: block;
	}
	#features .modal .topics>div .cols>figure {
		width: 100%;
		text-align: center;
	}
	#features .modal .topics>div .cols>figure img {
		width: 100%;
		height: auto;
	}
	#features .modal .topics>div .cols>div {
		width: auto;
	}
	#features .modal .topics>div:nth-child(5) .cols>div h3 br {
		display: none;
	}
	#features .modal .dialog>nav,
	#agile-solution .modal>nav {
		position: fixed;
		right: 40px;
	}
	#device-service {
		padding-top: 600px;
		padding-inline: 20px;
	}
	#device-service .photos1 img {
		margin-right: 0;
		display: block;
		margin-bottom: 8px;
	}
	#device-service .photos1 img:last-child {
		margin-bottom: 0;
	}
	#device-service .photos2 {
		left: -71px;
	}
	#device-service .photos3 {
		left: 0;
	}
	#device-service .photos4 {
		top: 400px;
		left: -230px;
	}
	#optimize .sticky-video {
		width: auto;
	}
	#optimize .topics>div {
		margin-bottom: 200px;
	}
	#optimize .topics>div:last-child {
		margin-bottom: 0;
	}
	#agile-qa .cols figure {
		width: auto;
	}
	#agile-qa .cols figure img {
		width: 100%;
		height: auto;
	}
	#event-seminar .list .cols>figure {
		width: auto;
	}
	#event-seminar .list .cols>figure img {
		width: 100%;
		height: auto;
	}
	#event-seminar .band>div {
		padding-bottom: 5px;
	}
	#agile-fv {
		padding-top: 47%;
		padding-inline: 0;
	}
	#agile-fv h1 br {
		display: none;
	}
	#agile-service .cols>div:last-child {
		width: auto;
		height: auto;
		background-size: contain;
		background-position-y: top;
		padding-top: calc(112.5% + 20px);
		padding-inline: 0;
	}
	#agile-solution .list {
		display: block;
		height: auto;
		padding-left: 0;
		margin-bottom: 60px;
	}
	#agile-solution .list>div {
		margin-bottom: 20px;
		margin-right: 0;
	}
	#agile-solution .list>div:hover {
		transform: translate(0, -11px);
		margin-right: 0;
	}
	#agile-solution .list>div .border {
		width: auto;
		height: auto;
		padding-inline: 20px;
		padding-bottom: 20px;
	}
	#agile-solution .list>div:hover .border {
		height: auto;
	}
	#agile-solution .list>div h3 {
		width: auto;
	}
	#agile-solution .list>div p {
		width: auto;
		height: auto;
	}
	#agile-solution .others-list {
		display: block;
	}
	#agile-solution .others-list>div {
		width: auto;
		margin-bottom: 20px;
	}
	#agile-solution .modal .topics>div .cols {
		display: block;
	}
	#agile-solution .modal .topics>div .cols>div {
		width: auto;
	}
	#agile-solution .modal .topics>div .cols>div:first-child {
		margin-bottom: 20px;
	}
	#agile-solution .modal .topics>div .auto-tool ul {
		flex-wrap: wrap;
	}
	#agile-chosen {
		padding-inline: 20px;
	}
	#agile-chosen .list {
		width: auto;
		display: block;
	}
	#agile-chosen .list>div {
		width: auto;
	}
	#usage-flow .flow.agile-flow {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	#features .cont .band>div:hover {
		background: none;
		padding: 0;
		box-shadow: none;
		border-radius: 24px;
		transform: none;
		margin-right: 16px;
	}	
	#device-service .photos2 {
		left: 10px;
	}
	#device-service .photos3 {
		left: -80px;
	}
	#device-service .photos4 {
		top: 400px;
		left: -130px;
	}
	#optimize .topics {
		width: auto;
		padding-bottom: 0;
	}
	#pricing .plans {
		padding-inline: 20px;
	}
	#usage-flow .cols>div {
		width: auto;
	}
	#agile-fv h1 br {
		display: inline-block;
	}
	#agile-solution .list>div:hover {
		background: none;
		padding: 0;
		box-shadow: none;
		border-radius: 24px;
		transform: none;
		margin-right: 0;
	}

}

@media only screen and (max-width: 380px) {
	#mat-download {
		padding-inline: 0;
	}
	#mat-download>h2 {
		padding-inline: 20px;
	}
	#mat-download .cols>div:last-child .band {
		padding-left: 16px;
	}
	#mat-download .cols>div:last-child::before {
		border-radius: 0;
	}
}

