/* RESET
----------------------------------------------------------------------------------------------------*/
/*
a, article, body, dd, div, dl, dt, em, form, footer, header, h1, h2, h3, h4, h5, h6, html, i, iframe, img, label, legend, li, nav, ol, p, section, main, span, table, tbody, tfoot, thead, time, tr, th, td, ul, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	line-height: 1.8;
	text-align: left
}
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0; border:0; outline: 0;
	background: transparent;
	line-height: 1.6;
	text-align: left
}
article, footer, header, nav, section, main {
	display: block
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*/
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
/*CSSで読み込み時にフェードイン*/
body {
	animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
/*/CSSで読み込み時にフェードイン*/
/*
body {
	margin: 0 auto;
	padding: 0;
	/*font-family: 'Noto Sans Japanese', sans-serif;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.8;
	font-weight: normal;
	color: #000;
	-webkit-text-size-adjust: 100%;
	background: #FFF;
}
*/
/*ページ内リンクスムーススクロール*/
scroll-snap-type: y proximity;
scroll-padding-top: 70px;
scroll-behavior: smooth;
/*ページ内リンクスムーススクロール*/
table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
img {
	vertical-align: middle;
	border: none;
}
.en {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.sec {
	margin-bottom: 40px;
}
.map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9のアスペクト比 */
	height: 0;
	margin: 1em 0;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
	outline: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
a, a:hover, a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */
.taC {
	text-align: center !important;
}
.taR {
	text-align: right !important;
}
.taL {
	text-align: left !important;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/scripts/boxsizing.htc)
}
.container {
	margin: 0 auto
}
.clr:after, .col:after, .container:after, .group:after, .row:after {
	content: "";
	display: table;
	clear: both
}
.row {
	padding-bottom: 0
}
.col {
	display: block;
	float: left;
	width: 100%
}
@media (min-width:769px), print {
	.gutters .col {
		margin-left: 2%
	}
	.gutters .col:first-child {
		margin-left: 0
	}
	.gutters .colR:first-child {
		margin-right: 0
	}
	.sp {
		display: none
	}
}
@media(max-width:768px) {
	.sp_none {
		display: none !important;
	}
}
img {
	max-width: 100%;
	height: auto;
	width /***/ : auto; /*IE8のみ適用*/
}
@media only screen and (max-width : 768px) {
	.sbox {
		margin-bottom: 20px;
	}
	.container {
		padding: 0 20px;
	}
	section {
		padding: 30px 0;
	}
}
@media print, screen and (min-width : 769px) {
	.sbox {
		margin-bottom: 25px;
	}
	.headercontainer {}
	section {
		padding: 60px 0;
	}
}
/*メインビジュアル*/
#video-container {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
}
#video-container video {
	/*width: 100vw;
	height: 90vh;
	object-fit: cover;*/
	/*height: auto;
    aspect-ratio: 5 / 3;*/
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}
/*動画再生後に要素を表示*/
#myLink {
	display: none; /* 初期状態ではリンクを非表示にする */
	width: 100vw;
	height: 90vh;
	background: #feae05;
	position: relative;
}
.mainv_link {
	position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
}
a.mainv_link_box {
	width: 31%;
		margin: 1%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
}
@media(max-width:1600px) {
	#myLink {
		height: auto;
		aspect-ratio: 16 / 9;
	}
}
@media(max-width:768px) {

				.mainv_link {
					width: 90%;
				}
}
/*動画再生後に要素を表示*/
/*メインビジュアル*/
/*-----------------------固定お問合せボタン*/
@media(min-width:768px) {
	.sp {
		display: none !important;
	}
}
@media(max-width:768px) {
	.pc {
		display: none !important;
	}
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
.headerColor-default {
	color: #000;
	/* （画像よりも下までスクロールした時に変えたい文字色） */
	background-color: #FFF;
	/*border-bottom: #000 0.5px solid;*/
	transition: all 0.5s 0s ease-in-out;
	/*height: 120px;*/
}
.h_logo {
	width: 300px;
	height: 56px;
	position: absolute;
	top: 30px;
	left: 40px;
	background-image: url("../img/common/logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.5s 0s ease-in-out;
}
.h_logo a div {
	width: 300px;
	height: 56px;
}
.headerColor-default #gNav li a {
	color: #000;
	transition: all 1s;
}
.headerColor-default #gNav li a:hover {
	transform: translate(0, 3px);
}
.headerColor-default .h_logo {
	width: 312px;
	height: 60px;
	position: absolute;
	top: 50px;
	left: 20px;
	background-image: url("../img/common/logo.png");
	background-repeat: no-repeat;
	transition: all 0.5s 0s ease-in-out;
}
.h_logo_daini {
	width: 230px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-image: url(../img/common/logo_cl.svg);
	background-repeat: no-repeat;
	transition: all 0.5s 0s ease-in-out;
}
@media only screen and (max-width : 1200px) {
	.headerColor-default .h_logo {
		width: 208px;
		height: 40px;
		top: 10px;
		left: 10px;
	}
}
.menu_gaiyo {
	background: #44444c;
	height: 40px;
}
.menu_gaiyo_nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	padding: 0 20px;
}
.menu_gaiyo_nav li a {
	color: #FFF;
	font-size: 13px;
	line-height: 40px;
	padding: 0 0 0 1em;
}
.menu_gaiyo_nav li a:after {
	content: ''; /*何も入れない*/
	display: inline-block;
	width: 15px; /*画像の幅*/
	height: 15px; /*画像の高さ*/
	background-image: url("../img/common/shikaku.svg");
	background-size: contain;
	vertical-align: middle;
	margin-left: 6px;
}
@media only screen and (max-width : 1200px) {
	.menu_gaiyo {
		display: none;
	}
	/*.headerColor-default {
		height: 60px;
	}*/
}
#gNav li a {
	display: inline;
	animation: show 0.5s linear 0s;
	font-size: 13px;
	font-weight: 100;
	line-height: 1;
	margin: 0 0.7em;
}
#gNav li.nav_siryoseikyu {
	width: 130px;
	background: #ff7326;
	padding: 0 0.5em;
	margin: 0;
	color: #FFF;
}
#gNav li.nav_contact {
	width: 130px;
	background: #f06e28;
	padding: 0 0.5em;
	margin: 0;
	color: #FFF;
}
#gNav li.nav_oyakudatisiryo {
	width: 130px;
	background: #239c3f;
	padding: 0 0.5em;
	margin: 0;
	color: #FFF;
}
#gNav li.nav_siryoseikyu a, #gNav li.nav_contact a, #gNav li.nav_oyakudatisiryo a {
	color: #FFF;
	margin: 0;
}
@media only screen and (max-width : 768px) {
	.spnone {
		display: none;
	}
}
#header {
	width: 100%;
}
#gNav a:hover {
	color: #FFF;
}
@media only screen and (max-width : 768px) {
	nav li a {
		font-size: 12px;
		letter-spacing: 0em;
	}
}
@media only screen and (max-width : 768px) {
	#header {
		padding: 10px 0;
		height: 60px;
	}
	.h_logo {
		width: 100px;
		height: 100px;
		position: absolute;
		top: 15px;
		left: 20px;
		z-index: 100;
	}
	.h_logo a div {
		width: 100px;
		height: 100px;
	}
	#gNav .nav {
		overflow-y: auto;
		height: 100vh;
	}
	.mean-nav .container {
		padding: 0;
	}
	nav li .fa {
		display: none;
	}
	.sns_wrap {
		padding: 0 15px;
	}
	.mean-container .mean-nav ul li.sns_wrap a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.sns_wrap img {
		width: 30px;
	}
	.sns_wrap svg {
		width: 26px;
		vertical-align: middle;
		fill: #FFF;
	}
}
@media print, screen and (min-width : 769px) {
	#header {}
	.h_logo img {
		width: 160px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	#h_top {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	#gNav ul {
		position: relative;
		display: flex;
	}
	#gNav li {
		position: relative;
		margin: 0 0.3em;
	}
	#gNav li:last-child {
		margin-right: 0;
	}
	#gNav li i {
		font-size: 14px;
		margin-left: 5px;
	}
	#gNav li a {
		position: relative;
		display: block;
		text-align: center;
		line-height: 80px;
		color: #FFF;
		font-size: clamp(13px, 1vw, 15px);
	}
	#gNav li a.black {
		color: #000;
	}
	#gNav .sub-menu {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		display: block;
		position: absolute;
		top: 50px;
		left: 50%;
		margin-left: -150px;
		width: 300px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		background: rgba(225, 225, 225, .8);
	}
	#gNav li.nav6 .sub-menu {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		display: block;
		position: absolute;
		top: 50px;
		left: 0%;
		margin-left: -150px;
		width: 300px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	#gNav .sub-menu a {
		display: block;
		border-bottom: none;
		padding: 20px;
		line-height: 1.2em;
	}
	#gNav .sub-menu a:hover:after {
		content: none;
	}
	#gNav .sub-menu li {
		display: block;
		font-size: 14px;
		padding: 0;
		margin: 0;
	}
	#gNav .sub-menu li:last-child {
		border-bottom: none;
	}
	#gNav ul > li:hover {
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	#gNav li:hover ul.sub-menu {
		top: 60px;
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
	#gNav li ul li:after {
		content: none;
	}
	#gNav li:hover ul.sub-menu a {
		color: #111;
	}
	.h_nav_gothic #gNav li:hover ul.sub-menu a {
		font-family: var(--font-family-gothic);
	}
	#gNav .sub-menu li a:hover {
		background: #fff;
	}
	#gNav .contact_btn a:hover {
		color: #fff;
	}
	.sns_wrap a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 15px;
	}
	.sns_wrap img {
		width: 30px;
	}
	.sns_wrap svg {
		width: 26px;
		vertical-align: middle;
		fill: #FFF;
	}
	.headerColor-default .sns_wrap svg {
		fill: #000;
	}
}
/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
	background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
	font-size: 14px;
}
.f_logo, .f_logo p {
	text-align: center;
}
.copy {
	text-align: center;
}
@media only screen and (max-width : 768px) {
	#footer {
		padding: 40px 0;
	}
	.f_logo {
		padding: 0 20px;
		text-align: center;
	}
	.f_logo p {
		text-align: center;
	}
	.f_logo img {
		margin-bottom: 20px;
		width: 150px;
	}
}
@media only screen and (max-width : 480px) {}
@media print, screen and (min-width : 769px) {
	#footer {
		padding: 30px 0;
	}
	.f_logo img {
		margin-bottom: 20px;
		width: 200px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
.js-mainVisual {
	height: 100vh;
}
.js-mainVisual img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.btn {
	display: block;
	background: #fff;
	color: #618bbe;
	padding: 0.8em 1em;
	text-align: center;
	margin: 0 auto;
	border-radius: 100px;
}
.btn:before {
	content: "\f104";
	font-family: "FontAwesome";
	margin-right: 5px;
}

/*フッター*/
.footer {
	background: #ff9b00;
	padding: 40px 0;
	color: #FFF;
}
.footer a {
	color: #FFF;
	font-size: clamp(14px, 1vw, 18px);
}
a.footer_link_company {
	display: block;
	margin: 0 auto;
	width: 200px;
	font-weight: 600;
	text-align: center;
	transition: all 1s;
}
a.footer_link_company:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/shikaku.svg);
	background-size: contain;
	vertical-align: middle;
	margin-left: 6px;
}
a.footer_link_company:hover {
	transform: translate(0, 5px);
}
.footer_in {
	max-width: 1306px;
	margin: 0 auto;
}
@media screen and (max-width: 1306px) {
	.footer {
		padding: 30px 20px;
	}
	.footer_in {
		padding: 0 20px;
	}
}
.footer_copy_wrap {
	background: #ededee;
	height: 100px;
}
.footer_copy {
	position: relative;
}
.footer_copy p {
	font-weight: 300;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 100px;
	padding-left: 70px;
}
.footer_copy:before {
	content: ''; /*何も入れない*/
	display: inline-block;
	width: 60px; /*画像の幅*/
	height: 60px; /*画像の高さ*/
	background-image: url(../img/common/management_consulting_logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-30px);
}
@media screen and (max-width: 768px) {
	.footer {
		width: 100%;
		padding: 0;
	}
	.footer_copy_wrap {
		background: #ededee;
		height: 75px;
	}
	.footer_in {
		padding: 20px;
	}
	.footer_wrap {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
	.footer_copy {
		width: 100%;
		font-size: 12px;
	}
	.footer_copy p {
		line-height: 1.4;
		padding-left: 50px;
	}
	.footer_copy:before {
		content: ''; /*何も入れない*/
		display: inline-block;
		width: 40px; /*画像の幅*/
		height: 40px; /*画像の高さ*/
		background-image: url(../img/common/management_consulting_logo.svg);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-20px);
	}
}
/*フッター*/
/*ページトップへ戻るボタン*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
#page-top a {
	background: #a5a5aa;
	text-decoration: none;
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 10px 10px;
	text-align: center;
	opacity: 0.9;
	transition: all .3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}
.pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
	#page-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 99;
	}
	#page-top a {
		width: 50px;
		height: 50px;
	}
}
/*ページトップへ戻るボタン*/
/*こんな課題が解決できます！*/
/* スクロールしたら画像が拡大表示*/
.view {
	width: 220px;
	position: relative;
	overflow: hidden;
	margin: 20px auto 20px;
}
.view img {
	vertical-align: middle;
	transform: scale(0);
	transition: all .6s ease-in-out .3s;
}
.view.js-on img {
	transform: scale(1);
}
@media only screen and (max-width : 768px) {
	.view {
		width: 120px;
	}
}
/* スクロールしたら画像が拡大表示*/
.top_solution_container {
	max-width: 1306px;
	margin: 0 auto;
	padding: 0 20px;
}
.top_solution {
	background: url("../img/top/orange_en.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.top_solution_ttl_wrap {
	margin-bottom: 30px;
}
.top_solution_ttl_wrap h3 {
	font-size: clamp(18px, 4vw, 50px);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 0.5em;
}
.solution_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
a.solution_wrap_in {
	width: 31%;
	margin: 1%;
	background: #FFF;
	transition: 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
}
a:hover.solution_wrap_in {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%);
}
a.solution_wrap_in img {
	width: 100%;
}
.solution_wrap_ttl {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	position: relative;
	/*height: 120px;*/
	padding: 1em 1em;
}
.solution_wrap_in h4 {
	text-align: center;
	font-weight: 600;
	font-size: clamp(1rem, 0.917rem + 0.28vw, 1.125rem);
	line-height: 1.8;
	padding-right: 1rem;
}
.solution_wrap_ttl:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 1rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width : 1200px) {
	a.solution_wrap_in {
		width: 48%;
		margin: 1%;
	}
}
@media only screen and (max-width : 768px) {
	.solution_wrap_in h4 {
		text-align: left;
	}
}
@media only screen and (max-width : 480px) {
	.top_solution {
		background: url("../img/top/orange_en.svg"), linear-gradient(180deg, #FFF 0%, #FFF 50%, #feae05 50%, #feae05 100%);
		background-repeat: no-repeat;
		background-size: 100% ;
		background-position: top 3vh center;
	}
	a.solution_wrap_in {
		width: 100%;
		margin: 1% 0% 3%;
		height: auto;
	}
	.solution_wrap_ttl {
		height: auto;
	}
}
/*こんな課題が解決できます！*/
/*DOWNLOAD*/
/* スクロールしたら画像が拡大表示*/
.view {
	width: 220px;
	position: relative;
	overflow: hidden;
	margin: 20px auto 20px;
}
.view img {
	vertical-align: middle;
	transform: scale(0);
	transition: all .6s ease-in-out .3s;
}
.view.js-on img {
	transform: scale(1);
}
@media only screen and (max-width : 768px) {
	.view {
		width: 120px;
	}
}
/* スクロールしたら画像が拡大表示*/
.top_download_container {
	max-width: 1306px;
	margin: 0 auto;
	padding: 0 20px;
}
.top_download {
	background: url("../img/top/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.top_download_ttl_wrap {
	margin-bottom: 30px;
}
.top_download_ttl_wrap h3 {
	font-size: clamp(18px, 6vw, 120px);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	color: #ff7326;
	margin-bottom: 0.5em;
}
.download_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
a.download_wrap_in {
	width: 31%;
	margin: 1%;
	background: #FFF;
	transition: 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
}
a:hover.download_wrap_in {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%);
}
a.download_wrap_in img {
	width: 100%;
	height: 250px;
	object-fit: contain;
	padding: 20px 20px 0;
}
.download_wrap_txt {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 20px;
	flex-grow: 1;
}
.download_wrap_in h4 {
	font-weight: 600;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	line-height: 1.6;
	color: #ff7326;
	margin-bottom: 0.5em;
}
.download_wrap_in p {
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	margin-bottom: 1em;
}
.download_wrap_in .button {
	margin-top: auto;
}
@media only screen and (max-width : 1200px) {
	a.download_wrap_in {
		width: 48%;
		margin: 1%;
	}
}
@media only screen and (max-width : 600px) {
	a.download_wrap_in {
		width: 100%;
		margin: 0 0 4%;
	}
}
a .button {
	background: #ff9b00;
	border-radius: 9999px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0.5em auto 0;
	max-width: 300px;
	padding: 10px 50px 10px 30px;
	text-decoration: none;
	color: #FFF;
	line-height: 1;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	font-size: clamp(12px, 1vw, 16px);
}
a .button:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
a:hover .button {
	background: #333;
	color: #FFF;
}
a:hover .button:after {
	right: 1.4rem;
}
/*DOWNLOAD*/
/*FAQ*/
.top_faq {
	background: #fcf7eb;
}
.top_faq_container {
	max-width: 1306px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.top_faq_ttl_wrap {
	width: 30%;
	padding-right: 60px;
}
.top_faq_ttl_wrap h3 {
	font-size: clamp(50px, 6vw, 120px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #ff7326;
	margin-bottom: 20px;
}
.top_faq_txt {
	width: 70%;
}
a.top_faq_bn {
	position: relative;
	border: none;
	display: block;
	list-style: none;
	width: 100%;
	cursor: pointer;
	background: #ffffff;
	border-top: 1px solid #ffe8c0;
	border-bottom: 1px solid #ffe8c0;
	padding: 1.4em 5em 1.4em 1.6em;
	font-size: 20px;
	line-height: 1.6;
}
a.top_faq_bn:before {
	content: ''; /*何も入れない*/
	display: inline-block;
	width: 40px; /*画像の幅*/
	height: 40px; /*画像の高さ*/
	background-image: url("../img/top/arrow.svg");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	transition: right 0.3s;
}
a.top_faq_bn:hover {
	background: #fcf7eb;
}
a.top_faq_bn:hover:before {
	right: 15px;
}
@media only screen and (max-width : 768px) {
	.top_faq_ttl_wrap {
		width: 100%;
		padding-right: 0px;
	}
	.top_faq_txt {
		width: 100%;
	}
	a.top_faq_bn {
		font-size: 18px;
	}
	a.top_faq_bn:before {
		width: 30px;
		height: 30px;
	}
}
@media only screen and (max-width : 480px) {
	a.top_faq_bn {
		font-size: 16px;
	}
}


/*FAQ*/
/*マニュアル作成ツールとは?*/
.top_about {
	background: #fcf7eb;
}
.top_about_container {
	max-width: 1306px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.top_about_img {
	width: 50%;
	padding-right: 60px;
}
.top_about_img img {
	width: 100%;
}
.top_about_txt h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	border-left: solid 8px #ff7326;
	padding-left: 12px;
}
.top_about_txt {
	width: 50%;
}
.top_about_txt p {
	padding-top: 2em;
	font-size: 18px;
}
@media only screen and (max-width : 768px) {
	.top_about_img {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.top_about_txt {
		width: 100%;
	}
	.top_about_txt h3 {
		font-size: 24px;
	}
	.top_about_txt p {
		padding-top: 1.5em;
		font-size: 16px;
	}
}
@media only screen and (max-width : 480px) {
	.top_about_img {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.top_about_txt {
		width: 100%;
	}
	.top_about_txt h3 {
		font-size: 20px;
	}
	.top_about_txt p {
		font-size: 15px;
	}
}
/*マニュアル作成ツールとは?*/
/*失敗しない伴走型
デジタル化支援サービス*/
article {
	overflow: hidden;
}
.loop_wrap {
	display: flex;
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}
@media only screen and (max-width : 768px) {
	.loop_wrap {
		margin-bottom: 40px;
	}
	.loop_wrap img {
		height: 80px;
		width: auto;
	}
}
@media only screen and (max-width : 480px) {
	.loop_wrap {
		margin-bottom: 20px;
	}
	.loop_wrap img {
		height: 50px;
		width: auto;
	}
}
.loop_wrap div {
	flex: 0 0 auto;
	white-space: nowrap;
	overflow: hidden;
}
.loop_wrap div:nth-child(odd) {
	animation: loop 50s -25s linear infinite;
}
.loop_wrap div:nth-child(even) {
	animation: loop2 50s linear infinite;
}
@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
.top_service_container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}
.top_service_ttl_wrap {
	margin-bottom: 30px;
}
.top_service h3 {
	font-size: clamp(18px, 4vw, 50px);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 1em;
	text-align: center;
}
.top_service h3 span {
	font-size: 18px;
	line-height: 1.8;
	padding-top: 2em;
	text-align: center;
	display: block;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.top_service h3 span {
		font-size: 16px;
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	.top_service h3 span {
		font-size: 14px;
	}
}
/*バナー集*/

/*------------------*/
.bn_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bn_box {
	width: 32%;
	position: relative;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	transition: transform .6s ease;
}
.bn_box:hover {
	transform: translateY(-10px);
}
.bn_box .recommend {
	width: 90px;
	position: absolute;
	left: -15px;
	top: -15px;
	z-index: 1;
	animation: zoom 0.5s ease 0s infinite alternate;
}
@keyframes zoom {
	from {
		transform: scale(0.9, 0.9);
	}
	to {
		transform: scale(1, 1);
	}
}
.bn_box a {
	display: block;
	cursor: pointer;
}
.bn_box .bn_box_img {
	position: relative;
	overflow: hidden;
}
.bn_box img {
	width: 100%;
}
.bn_box .bn_box_text {
	padding: 7% 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}
.bn_box .bn_box_text .bn_box_title {
	text-align: center;
	font-size: clamp(18px, 2.5vw, 28px);
	font-weight: 600;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background-color: #ff7326;
}
.bn_box .bn_box_text .bn_box_lead {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	margin: 1em auto 0;
}
.bn_box.box01 .bn_box_text .bn_box_title {
	background-color: #0095FF;
	letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
	.bn_box_wrap {
		flex-direction: column;
		margin-top: 2em;
	}
	.bn_box {
		width: 100%;
		margin-bottom: 5%;
	}
	.bn_box .recommend {
		width: 80px;
	}
	.bn_box .bn_box_text .bn_box_title {
		height: 50px;
		border-radius: 25px;
	}
	.bn_box .bn_box_text .bn_box_lead {
		font-size: 16px;
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	.bn_box .recommend {
		width: 60px;
		left: -10px;
		top: -10px;
	}
	.bn_box .bn_box_text .bn_box_lead {
		font-size: 15px;
	}
}
/*失敗しない伴走型
デジタル化支援サービス*/
/*動画マニュアル作成ツール比較資料DLバナー*/
.flt_bnr {
	/*display: none;*/
	position: fixed;
	right: 15px;
	bottom: 100px;
	z-index: 10;
	block-size: fit-content;
	inline-size: fit-content;
}

.flt_bnr.flt_bnr_sponly {
	display: none;
}

.flt_bnr>a,
.flt_bnr>a>img {
	display: block;
}

.flt_bnr>a {
	max-width: 300px;
	border: 5px solid #44444c;
	border-radius: 10px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.bnr-close {
	font-weight: 600;
	position: absolute;
	top: -2px;
	right: -4px;
	z-index: 11;
	padding: 4px 8px;
	border: none;
	background-color: #f8f8f8;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

.sp_bnr {
	display: none;
}

@media screen and (max-width: 768px) {
	.flt_bnr {
		right: 80px;
		bottom: 70px;
	}

	.flt_bnr.pconly {
		display: none;
	}

	.flt_bnr>a {
		max-width: 260px;
	}

	.sp_bnr {
		display: block;
		max-width: 260px;
		margin: 0 auto 30px;
	}

	.sp_bnr>a {
		display: block;
		border-radius: 10px;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
		overflow: hidden;
	}
}