@charset "UTF-8";

/* ===================================================
ベース
=================================================== */
:root {
	--base-color: #222;
	--main-color: #fff;
	--orange-bg: #ff920d;
	--orange-text: #ff851a;
	--blue-bg: #0aaef5;
	--blue-text: #0091d9;
	--gray-bg: #f0f6f7;
	--gray-text: #4d6f80;
	--navy: #046;

	/* ユーザビリティ診断ページ専用カラー */
	--u1-main-text: #333;
	--u1-blue-accent: #1b85e0;
	--u1-blue: #0e66b1;
	--u1-blue-text: #006ba5;
	--u1-yellow: #fecb2f;
	/* リスティングLP(IoT)専用カラー */
	--lp1-main-text: #333;
	--lp1-title: #1a2036;
	--lp1-main-color: #fdfdfd;
	--lp1-green: #109545;
	--lp1-green-shadow: #1e6f3b;
	--lp1-yellow: #ffc600;
	/* チェックリスト専用カラー */
	--cl1-black: #22222E;
	--cl1-green: #3DA4A9;
	--cl1-mediumgreen: #72BCC0;
	--cl1-palegreen:#EEF7F7;
	--cl1-marker-green: #00B6BE;
	--cl1-pink: #FF6C6E;
	--cl1-growpink: #EC5C5E;
}
html {
	scroll-behavior: smooth;
}
body {
	width: 100%;
	box-sizing: border-box;
	color: var(--base-color);
	font: 16px / 1.75 '游ゴシック', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', HiraginoSans-W3, sans-serif;
	overflow-x: hidden;
}
.label,
.section-title-label {
	font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	scroll-behavior: auto;
}
li {
	list-style: none;
}
img {
	width: 100%;
}
/* checkbox（check-box）のスタイル ============================== */
.check-box *,
.check-box ::after,
.check-box ::before {
    box-sizing: border-box;
}
.check-box [type=checkbox].checkbox-style {
    margin: 0;
    width: 0;
    height: 0;
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.check-box [type=checkbox].checkbox-style + label:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 1.15em;
    width: 1.15em;
    margin: 0.3em 0.6em 0 0;
    color: rgba(0, 0, 0, 0.275);
    border: solid 0.06em;
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
    border-radius: 0.2em;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
    background-size: 0;
    will-change: color, border, background, background-size, box-shadow;
    transform: translate3d(0, 0, 0);
    transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
}
.check-box [type=checkbox].checkbox-style:enabled:active + label:before,
.check-box [type=checkbox].checkbox-style:enabled + label:active:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
    background-color: #f0f0f0;
}
.check-box [type=checkbox].checkbox-style:checked + label:before {
    background-color: #3B99FC;
    background-size: 0.75em;
    color: rgba(0, 0, 0, 0.075);
}
.check-box [type=checkbox].checkbox-style:checked:enabled:active + label:before,
.check-box [type=checkbox].checkbox-style:checked:enabled + label:active:before {
    background-color: #0a7ffb;
    color: rgba(0, 0, 0, 0.275);
}
.check-box [type=checkbox].checkbox-style:focus + label:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.check-box [type=checkbox].checkbox-style:focus:active + label:before,
.check-box [type=checkbox].checkbox-style:focus + label:active:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.check-box [type=checkbox].checkbox-style:disabled + label:before {
    opacity: 0.5;
}

.check-box [type=checkbox].checkbox-style.dark + label:before {
    color: rgba(255, 255, 255, 0.275);
    background-color: #222;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
}
.check-box [type=checkbox].checkbox-style.dark:enabled:active + label:before,
.check-box [type=checkbox].checkbox-style.dark:enabled + label:active:before {
    background-color: #444;
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
}
.check-box [type=checkbox].checkbox-style.dark:checked + label:before {
    background-color: #a97035;
    color: rgba(255, 255, 255, 0.075);
}
.check-box [type=checkbox].checkbox-style.dark:checked:enabled:active + label:before,
.check-box [type=checkbox].checkbox-style.dark:checked:enabled + label:active:before {
    background-color: #c68035;
    color: rgba(0, 0, 0, 0.275);
}
/* ===================================================
レイアウト
=================================================== */
/*
再利用、拡張が可能なレイアウトルールのパーツ
=================================================== */
/* 左右の余白 ============================== */
.l-wrapper,
.l-wrapper-wide,
.l-wrapper-short,
.l-wrapper-narrow,
.l-wrapper-full,
.l-wrapper-check_frame,
.l-wrapper-check_text,
.l-wrapper-checkseat {
	width: 100%;
	margin: 0 auto;
}
/* 横幅1080px */
.l-wrapper {
	max-width: 1144px;
	padding: 0 32px;
}
/* 横幅1200px */
.l-wrapper-wide {
	max-width: 1200px;
	padding: 0 32px;
}
/* 横幅1016px */
.l-wrapper-narrow {
	max-width: 1080px;
	padding: 0 32px;
}
/* 横幅960px */
.l-wrapper-short {
	max-width: 1024px;
	padding: 0 32px;
}
/* 横幅制限なし */
.l-wrapper-full {
	max-width: 100%;
	padding: 0 32px;
}
/* checklist.html専用 ============================== */
/* 横幅1006px */
.l-wrapper-checkseat {
	max-width: 1070px;
	padding: 0 32px;
}
/* 横幅944px */
.l-wrapper-check_frame {
	max-width: 944px;
	padding: 0 32px;
}
/* 横幅648px */
.l-wrapper-check_text {
	max-width: 880px;
	padding: 0 32px;
}
/* 上下の余白 ============================== */
.l-inner {
	padding-top: 64px;
	padding-bottom: 80px;
}
.l-inner-wide {
	padding-top: 80px;
	padding-bottom: 120px;
}
.l-inner-narrow {
	padding-top: 64px;
	padding-bottom: 64px;
}
/* 背景色あり */
.l-inner-bg {
	padding: 48px 0 80px;
	background: var(--gray-bg);
}
/* topのみ */
.l-inner-top {
	padding-top: 80px;
}
.l-inner-top-s {
	padding-top: 64px;
}
.l-inner-top-wide {
	padding-top: 120px;
}
/* bottomのみ */
.l-inner-bottom-s {
	padding-bottom: 64px;
}
.l-inner-bottom {
	padding-bottom: 80px;
}
.l-inner-bottom-wide {
	padding-bottom: 120px;
}

/* ユーザビリティ診断ページ専用 */
.l-inner-bg-narrow {
	padding: 64px 0 80px;
	background: var(--gray-bg);
}
/* 横並び ============================== */
/* 左右の端 */
.l-flex,
.l-flex-wrap,
.l-flex-align,
.l-flex-wrap-align {
	display: flex;
	justify-content: space-between;
}
/* 折り返し可 */
.l-flex-wrap,
.l-flex-wrap-align {
	flex-wrap: wrap;
}
/* 縦軸に中央寄せ */
.l-flex-align,
.l-flex-wrap-align {
	align-items: center;
}
/* 一覧表示 ============================== */
.l-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	column-gap: 24px;
	row-gap: 48px;
}
/* その他 ============================== */
/* 中央寄せ */
.l-center {
	text-align: center;
}
/* 2カラム時の横幅を均一 */
.l-col {
	width: 50%;
}
/*
ヘッダー
================================================== */
#header {
	position: fixed;
	z-index: 100;
	width: 100%;
	padding: 8px 64px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	background: var(--main-color);
}
/* ロゴ ============================== */
#header .logo {
	width: 131px;
	height: 26px;
	transition: all 0.2s ease;
}
#header .logo:hover {
	opacity: 0.7;
}
/* グロナビ ============================== */
#header .nav {
	font-weight: bold;
}
#header .list-item {
	display: flex;
	align-items: center;
	height: 65px;
	margin-right: 48px;
	transition: all .2s;
}
#header .list-item:hover {
	opacity: .7;
	color: var(--blue-text);
}
/* ヘッダーのctaボタン */
#header .btn-orange.outline {
	margin-right: 8px;
}
/* グロナビ（サービスのドロップダウンメニュー）============================== */
#header .list-item .drop_down {
	transition: all 0.3s;
}
#header .has-child:hover .drop_down {
	transform: rotate(180deg);
}
.nav .has-child {
	position: relative;
}
.nav .has-child .menu {
	display: block;
	position: absolute;
	left: 0;
	top: 64px;
	z-index: 4;
	width: 200px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
	background: var(--main-color);
	text-align: center;
	visibility: hidden; /* 非表示 */
	opacity: 0;
	transition: all 0.25s;
}
.nav .menu-item .link {
	display: block;
	padding: 16px 16px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	transition: color 0.2s ease;
}
.nav .menu-item:last-child .link {
	border-bottom: none;
}
.nav .menu-item .link:hover {
	color: var(--blue-text);
}
.nav .has-child:hover > .menu,
.nav .has-child:active > .menu {
	visibility: visible; /* hover、active時表示 */
	opacity: 1;
}
/*
フッター
================================================== */
#footer {
	font-size: 14px;
}
#footer .box {
	margin-bottom: 32px;
}
#footer .box .title {
	margin-bottom: 16px;
}
#footer .footer-title {
	margin-bottom: 16px;
	font-size: 16px;
}
#footer .btn {
	padding: 1.5em 7em;
	border: 2px solid var(--navy);
	border-radius: 3em;
}
#footer address {
	margin-bottom: 32px;
}
#footer .footer-nav {
	padding-right: 4vw;
}
#footer .item {
	transition: all .2s;
	margin-left: 8px;
}
#footer .item.first {
	margin-left: 0px;
}
#footer .footer-nav .item {
	display: inline-block;
	margin-bottom: 20px;
	transition: all .2s;
}

/* faqボタン */
.btn-gray {
	transition: all 0.2s;
}
.btn-gray:hover {
	opacity: 0.5;
}
.tel {
	transition: all 0.2s ease;
}
.tel:hover {
	color: var(--blue-text);
}
.item:hover {
	opacity: 1; /* opacityなしに */
	color: var(--blue-text);
}
/* ===================================================
モジュール
=================================================== */
/*
共通パーツ
================================================== */
/* ボタン ============================== */
.btn {
	display: inline-block;
	padding: 1em 2em;
	border-radius: 2em;
	font-weight: bold;
}
/* 大きさ */
.btn-s {
	padding: .75em 1.5em;
}
.btn-l {
	padding: 1.25em 2.5em;
	border-radius: 3em;
	font-size: 18px;
}
/* オレンジ（塗り） */
.btn-orange {
	background-color: var(--orange-bg);
	color: var(--main-color);
	transition: all 0.2s;
}
.btn-orange:hover {
	background-color: #fdad49;
}
/* オレンジ（線） */
.btn-orange.outline {
	border: 2px solid var(--orange-bg);
	background-color: var(--main-color);
	color: var(--orange-text);
}
.btn-orange.outline:hover {
	background-color: #fedeb6;
}
/* グレー */
.btn-gray {
	background-color: var(--gray-bg);
	color: var(--navy);
}
/* ブロック表示 */
.btn-block {
	display: block;
	margin: 0 auto;
}
/* ボタンアイコン */
.btn-icon {
	margin-right: 8px;
}
/* アイコン（ソリッド） */
.icon-solid::after,
.icon-solid::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
/* 段落 ============================== */
/* 行間空け(p) */
.spacing-text {
	margin-bottom: 1em;
}
/* 段落下げ(br) */
.new-line {
	display: block;
	content: "";
	margin-bottom: 8px;
}
.new-line-wide {
	display: block;
	content: "";
	margin-bottom: 24px;
}
.text-blank {
	margin-right: 8px;
}
/* パンクズ ============================== */
.breadcrumb {
	display: flex;
	gap: 8px;
	color: var(--gray-text);
	font-size: 12px;
}
.breadcrumb-item {
	transition: .3s;
}
.breadcrumb-item:hover {
	color: var(--main-color);
	background-color: var(--blue-bg);
}
.breadcrumb-item::after{
	content: '>';
	display: inline-block;
	margin-left: 8px;
}
.breadcrumb-link:hover {
	opacity: 0.8;
	color: var(--main-color);
	background-color: var(--blue-bg);
}
#works .breadcrumb,
#faq .breadcrumb{
	padding-top: 96px;
}
/* スムーススクロール ============================== */
.to_top {
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 100;
}
.to_top-btn {
	display: inline-block;
	position: relative;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(34, 34, 34, .2);
	background: var(--blue-bg);
	color: var(--main-color);
	transition: all 0.3s ease;
	scroll-behavior: smooth;
}
.to_top-btn:hover {
	transform: translateY(-6px);
}
.to_top-icon {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 24px;
}
/* タグ ============================== */
.tags {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
	color: var(--gray-text);
	font-size: 11px;
}
.tag {
	margin: 0px 10px 10px 0px;
	padding: 2px 15px;
	border: 1px solid var(--gray-text);
	border-radius: 4px;
	text-align: center;
}
/* 背景ストライプ ============================== */
.stripe {
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 16px;
}
.blue {
	background-image: url(../img/c-stripe-blue.png);
}
.cyan {
	background-image: url(../img/c-stripe-cyan.png);
}
.orange {
	background-image: url(../img/c-stripe-orange.png);
}
/*
#needsブロック
================================================== */
#needs {
	width: 100%;
	background: var(--gray-bg);
}
.needs_container {
	max-width: 628px;
	margin: 0 auto;
	padding: 0 64px;
	background: url(../img/c-needs-bg.png)
				no-repeat
				calc(100% - 64px) 100%;
	background-size: 190px 270px;
	font-weight: bold;
}
.needs_title {
	margin-bottom: 32px;
	font-size: 32px;
}
.needs_list-item {
	display: inline-block;
	margin-bottom: 24px;
	color: var(--navy);
	font-size: 18px;
	transition: all .2s;
}
.needs_list-item:hover {
	opacity: .7;
}
.needs_list-icon {
	position: relative;
	top: 3px;
	margin-right: 8px;
	color: var(--orange-text);
	font-size: 26px;
}
.service #needs {
	background: var(--main-color);
}
/*
#ctaブロック
================================================== */
#cta {
	width: 100%;
	background: var(--navy);
	color: var(--main-color);
	text-align: center;
}
.cta-container {
	justify-content: space-around;
}
.cta-title {
	display: inline-block;
	margin-bottom: 32px;
	border-bottom: solid 5px var(--main-color);
	font-size: 23px;
	font-weight: bold;
}
.cta-title-color {
	border-color: var(--orange-bg);
}
.cta-text {
	width: 330px;
	margin-bottom: 32px;
	text-align: left;
}
#cta .btn {
	font-size: 22px;
}
/*
サービス、企業情報のキービジュアル
================================================== */
#key_visual {
	padding-top: 65px;
}
#key_visual .background {
	margin-bottom: 16px;
	background-color: var(--gray-bg);
}
#key_visual .title {
	display: flex;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
}
#key_visual .frame {
	width: 65%;
	height: 235px;
	background-size: cover;
	background-position:  0 75%;
}
/*
サービスページの概要ブロック
================================================== */
.service #overview .title {
	margin-bottom: 52px;
	color: var(--navy);
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.service #overview .contents {
	width: 100%;
	gap: 48px;
}
.service #overview img {
	height: 184px;
	object-fit: cover;
}
/*
サービスページの共通タイトル
================================================== */
.service .section-title,
.works .section-title {
	margin-bottom: 48px;
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
}
.service .section-title-label,
.works .section-title-label {
	display: inline-block;
	margin-bottom: 16px;
	padding: 5px 16px;
	background: var(--blue-bg);
	color: var(--main-color);
	font-size: 14px;
}
/*
サービスページの事例紹介ブロック
================================================== */
#works_s .btn {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
/*
サービスページの特徴ブロック
================================================== */
#implement .card {
	padding: 24px 16px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	border-top: solid 5px var(--navy);
	border-radius: 0 0 5px 5px;
	background: var(--main-color);
}
#implement .card-head {
	gap: 16px;
	margin-bottom: 32px;
	align-items: center;
}
#implement .card-title {
	color: var(--navy);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
#implement .card-icon {
	color: rgba(10, 174, 245, .7);
	font-size: 48px;
}
#implement .card-img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}
#implement .card-img.s {
	width: 40px;
	height: 40px;
}
#implement .card-img.l {
	width: 60px;
}
#implement .card-img.position {
	margin: 16px 0 0 8px;
}
/*
事例カード
=================================================== */
/* サイズ共通部分 ============================== */
.works_card {
	border-radius: 6px;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease;
}
.works_card img {
	object-fit: cover;
}
.works_card .card-title {
	font-weight: bold;
}
.works_card .card-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.works_card .animation-btn {
	margin-top: 8px;
	text-align: right;
}
.works_card .card-btn-arrow {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
}
.works_card .card-btn-arrow::after {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	content: "\f061";
	color: var(--orange-bg);
	font-size: 24px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}
/* ボタンアニメーション ============================== */
.works_card:hover .animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.2px solid var(--orange-bg);
	border-radius: 50%;
	animation: spin 0.7s ease-in-out ;
}
@keyframes spin {
	0% {
	border-top-color: var(--main-color);
	}
	0% {
		border-right-color: var(--main-color);
	}
	0% {
		border-left-color: var(--main-color);
	}
	100% {
	transform: rotate(360deg);
	border-bottom-color: var(--orange-bg);
	}

}
.works_card:hover {
	transform: translateY(4px);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/* 事例カード_ラージ ============================== */
.works_card.l {
	display: flex;
	max-width: 516px;
	margin-bottom: 48px;
}
.works_card.l img {
	max-width: 258px;
	border-radius: 6px 0 0 6px;
}
.works_card.l .card {
	padding: 20px;
}
.works_card.l .card-title {
	margin-bottom: 18px;
	font-size: 26px;
	line-height: 42px;
}
/* 事例カード_スモール ============================== */
.works_card.s {
	position: relative;
	max-width: 328px;
	margin-bottom: 64px;
}
.works_card.s img {
	width: 100%;
	height: 155px;
	border-radius: 6px 6px 0 0;
}
.works_card.s .card {
	padding: 16px 32px 20px;
}
.works_card.s .card-title {
	padding-bottom: 8px;
	font-size: 21px;
	font-weight: bold;
	line-height: 36px;
}
.works_card.s .card-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*
（リンクバナー）ユーザビリティ診断
==============================　*/
.usability-link.l-inner-bg {
	padding: 0 0 80px;
}
.usability-link .l-wrapper {
	max-width: 982px;
}
.usability-link .container {
	height: auto;
	box-shadow: 3px 6px 8px 0px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
}
.usability-link .container .content {
	max-width: 484px;
	height: auto;
	padding: 32px;
	background-color: var(--main-color);
	color: var(--u1-blue);
	font-weight: bold;
	border-radius: 8px 0 0 8px;
}
.usability-link .container .content .heading .font-size {
	border-bottom: 2px solid var(--u1-yellow);
	font-size: 28px;
}
.usability-link .container .content .info {
	padding-bottom: 32px;
}
.usability-link .container .content .btn {
	width: 240px;
	text-align: center;
	background-color: var(--u1-yellow);
	color: var(--u1-blue);
	transition: all 0.3s;
}
.usability-link .container .content .btn:hover {
	background-color: #FEECB1;
}
.usability-link .container img {
	max-width: 444px;
	object-fit: cover;
	border-radius: 0 8px 8px 0;
}
#usability_check {
	padding-top: 80px;
}
#usability_check .container .content .heading,
#usability-dl .container .content .heading {
	padding-bottom: 24px;
	font-size: 16px;
}
