@charset "UTF-8";
/* ===================================================================
CSS information
 author	 :Sky Co., LTD.
=================================================================== */
img {
	max-width: 100%;
	width: auto;
}
body {
	min-width: 320px;
}
.sp {
	display: inherit;
}
.pc {
	display: none;
}
@media only screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	.pc {
		display: inherit;
	}
}
/* MV
/////////////////////////////////////////////////////////////////////////////////// */
.header {
	position: relative;
	padding: 50px 4vw 2vw;
	background: url(../image/SP_mv_bg.jpg) center center / cover no-repeat;
	text-align: center;
}
.header__logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 70px;
}
.header__logo02 {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 130px;
}
.header__rental {
	padding: 0 20px 10px;
	background: #ff9900;
	background: linear-gradient(135deg, #ff9900 0%,#ffba00 100%);
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.header {
		padding: 80px 4vw 2vw;
		background: url(../image/mv_bg.jpg) center top / cover no-repeat;
	}
	.header__logo {
		width: 160px;
	}
	.header__logo02 {
		width: 200px;
	}
	.header__rental {
		padding: 0 20px 10px;
		background: #ff9900;
		background: linear-gradient(135deg, #ff9900 0%,#ffba00 100%);
		text-align: center;
	}
}
/* プロローグ
/////////////////////////////////////////////////////////////////////////////////// */
.l-contents--prologue {
	background: url(../image/bg.jpg) center top / cover no-repeat;
}
.l-contents--point {
	position: relative;
}
.l-contents--point::after {
	position: absolute;
	top: auto;
	right: 0;
	bottom: -20px;
	left: 0;
	z-index: 10;
	margin: auto;
	width: 0;
	height: 0;
	border-width: 20px 40px 0 40px;
	border-style: solid;
	border-color: #4bacd5 transparent transparent transparent;
	content: "";
}
.l-contents--point {
	padding: 1em 0;
	background: #4bacd5;
}
.point {
	color: #fff;
	text-align: center;
}
.point p {
	color: #fff;
	text-align: left;
}
.point__ttl {
	margin: 0 0 1em 0;
	font-size: 150%;
}
@media only screen and (min-width: 768px) {
	.l-contents--point {
		padding: 3em 0;
	}
	.point__ttl {
		font-size: 200%;
	}
	.l-contents--point::after {
		bottom: -60px;
		border-width: 60px 80px 0 80px;
	}
}

/* 連番コンテンツ
/////////////////////////////////////////////////////////////////////////////////// */
.l-contents--number {
	border-top: 3px solid #006ca7;
}
.contents__header--case {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: .6em;
	padding-top: 1.6em;
	min-height: 1.6em;
	font-size: 1.125em;
}
.contents__header__number {
	position: absolute;
	top: .4em;
	left: 0;
	display: flex;
	align-items: center;
	padding-left: .8em;
	color: #006ca7;
	text-align: center;
	letter-spacing: 0;
	font-size: .875rem;
	line-height: 1;
}
.contents__header__number::after {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	height: 80%;
	border-right: 2px solid #81c0e2;
	content: '';
}
.contents__header__number > span {
	margin-left: .1em;
	letter-spacing: -1px;
	font-weight: 700;
	font-size: 1rem;
	font-family: 'Roboto Condensed', sans-serif;
}
.img-function01,
.img-function02,
.img-function03,
.img-function04{
	max-width: 90%;
}
.img-support01,
.img-support02,
.img-support03{
	max-width: 60%;
}
.contents__block--telework {
	box-shadow: rgba(0, 0, 0, 0.14) 0px 12px 24px 0px;
}
.contents__header--telework-mov {
	color: #006ca7;
	line-height: 1.6;
}
.contents__header--telework-mov__subtitle {
	display: block;
	font-size: 1.125rem;
}
.contents__header--telework-mov__title {
	display: block;
}
@media only screen and (min-width: 568px) {
	.contents__header--case {
		padding-top: 0;
		padding-left: 7em;
		min-height: 2.6em;
	}
	.contents__header__number {
		padding-left: 0;
	}
	.contents__header__number::after {
		right: -1.6em;
		height: 90%;
	}
	.contents__header__number {
		font-size: .75rem;
	}
	.contents__header__number > span {
		font-size: 2.5rem;
	}
}
@media only screen and (min-width: 768px) {
	.l-contents--number {
		padding: 6em 0 4em 0;
	}
	.contents__header--case {
		padding-left: 4em;
		font-size: 2rem;
	}
	.contents__header__number {
		display: block;
		font-size: .875rem;
	}
	.contents__header__number > span {
		margin-left: 0;
		font-size: 4rem;
	}
	.img-function01,
	.img-function02,
	.img-function03,
	.img-function04,
	.img-support01,
	.img-support02,
	.img-support03{
		max-width: 580px;
	}
	.contents__header--telework-mov {
		margin-bottom: .6em;
	}
	.contents__header--telework-mov__title {
		font-weight: 500;
	}
}

/* フォーム
/////////////////////////////////////////////////////////////////////////////////// */
.l-contents--inquiry-software {
	padding: 3em 0;
}
.inquiry__items-input {
	padding: .3em .6em !important;
}
.inquiry__items-label {
	cursor: pointer;
}
.inquiry__items-box {
	margin: 0;
	padding: 1em;
	width: 100%;
	border-bottom: 1px dotted #D8DEE2;
}
.inquiry__items-doc {
	align-items: center;
	margin: 30px 0;
	width: 100%;
	border: 2px solid #D8DEE2;
	background-color: #eaf8ff;
}
.inquiry__items-doc-ttl {
	margin: 0;
	text-align: center;
}
.inquiry__items-doc-detail {
	box-sizing: border-box;
	margin: 0;
	padding: 2em;
	background: #fff;
}
.inquiry__items-title {
	margin: 0;
	padding: 0;
	color: #0B97D2;
	text-align: right;
}
.inquiry__items-detail {
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 2.5em;
}
.inquiry__items__attention {
	margin: 20px 0;
	font-size: 75%;
}
.must {
	display: inline-block;
	margin: 0 0 0 0.6em;
	padding: 0.3em 0.5em;
	background-color: #f56262;
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
}
.inquiry__privacy-title {
	margin-top: 2em;
}
.inquiry__privacy-box {
	overflow: auto;
	margin: 2em auto !important;
	padding: 1em;
	height: 13vh;
	border: solid 1px #999;
	font-size: 0.8rem;
}
.inquiry__button-box {
	margin: 3em 0;
}
.error-label {
	color: #f56262;
	font-size: 0.9rem;
}
.error-info {
	margin-top: 3em;
	padding: 0.8em;
	border: 1px solid #f56262;
	background: #fff0f0;
	color: #f56262;
	text-align: center;
	font-weight: 600;
}
.contents__block:last-child {
	margin: 3em 0;
}
.inquiry__items-select {
	padding: 0.3em 0.6em !important;
}
.software__button {
	padding: 2em;
	background-color: #EAF8FF;
}
.software__button-list {
	margin: 0;
	padding: 0;
	width: 100%;
	border-left: 1px solid #c3cece;
	font-size: 0.9em;
}
.software__button-items {
	box-sizing: border-box;
	margin: -1px 0 0;
	border-top: 1px solid #c3cece;
	border-right: 1px solid #c3cece;
	border-bottom: 1px solid #c3cece;
	background: #fff;
	list-style: none;
	font-size: 0.9em;
	line-height: 1.2;
}
.software__button-items a {
	display: block;
	padding: 1em 3em 1em 1em;
	color: #444;
	transition: background-color .3s;
}
.software__button-items:first-child {
	margin-top: -1px;
}
.software__button-items a:hover {
	background: #e8f6fd;
	color: #14a0dc;
}
.software__button-title {
	margin-bottom: 1.2em;
	text-align: center;
	font-size: 0.9em;
}
.inquiry__items-detail__trial {
	padding: 1.5em;
	background-color: #f1faff;
}
@media screen and (max-width: 48em) {
	.inquiry__items-box {
		margin: 0;
		padding: 0.7em 0;
	}
	.inquiry__items-detail {
		margin-left: 0;
	}
	.inquiry__items-title {
		padding: 0.3em 0 0.3em;
		text-align: left;
	}
	.inquiry__items-label {
		display: inline-block !important;
		margin: 0 !important;
	}
	.inquiry__items-detail {
		padding: 0;
	}
}
/* youtube
/////////////////////////////////////////////////////////////////////////////////// */
.youtube {
	position: relative;
	overflow: hidden;
	padding-bottom: calc(315 / 560 * 100%);
	height: 0;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 導入事例
/////////////////////////////////////////////////////////////////////////////////// */
.contents__block--index-skyatt__text {
	margin: 0 0 2em 0;
}
a .contents__index-skyatt-link {
	position: relative;
	overflow: hidden;
	height: 100%;
	background-color: #14a0dc;
	background-position: center 20px;
	background-repeat: no-repeat;
	color: #fff;
	transition: background-color 0.3s ease;
}
a:hover .contents__index-skyatt-link {
	background-color: #00ccff;
}
.contents__index-skyatt-link:after {
	position: absolute;
	top: 0;
	right: 1em;
	bottom: 0;
	left: auto;
	margin: auto;
	width: 11px;
	height: 11px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
	content: '';
	transform: rotate(45deg);
}
.contents__index-skyatt-link__text {
	padding: 7em 3em 1.4em 1.4em;
}
.contents__index-skyatt-link__text__title {
	padding: 0 0 .6em 0;
	border-bottom: 1px solid #fff;
}
.contents__index-skyatt-link__text__lead {
	margin: 0;
}
a .contents__index-skyattcase-link {
	position: relative;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	background: #fff;
	color: #444;
	transition: color 0.3s ease, border 0.3s ease;
}
a:hover .contents__index-skyattcase-link {
	border: 2px solid #00689f;
}
.contents__index-skyattcase-link:after {
	position: absolute;
	top: 50%;
	right: 1em;
	bottom: 0;
	left: auto;
	margin: auto;
	width: 11px;
	height: 11px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #14a0dc;
	content: '';
	transform: rotate(45deg);
}
.contents__index-skyattcase-link__thumb {
	position: relative;
	overflow: hidden;
	height: 200px;
	border-bottom: 1px solid #e2e7ec;
}
.contents__index-skyattcase-link__thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.contents__index-skyattcase-link__text {
	padding: 1.4em 3em 1.4em 1.4em;
}
.contents__index-skyattcase-link__text__title {
	padding: 0 0 .6em 0;
	border-bottom: 1px solid #14a0dc;
}
.contents__index-skyattcase-link__text__lead {
	font-weight: 500;
	line-height: 1.6;
}
.contents__index-skyattcase-link__text__company {
	margin: 0;
}
@media screen and (min-width: 35.5em) {
	a .contents__index-skyatt-link {
		background-position: 64px center;
	}
	.contents__index-skyatt-link__text {
		padding: 1.4em 3em 1.4em 224px;
	}
	.contents__index-skyattcase-link:after {
		top: 0;
	}
	.contents__index-skyattcase-link__thumb {
		float: left;
		width: 200px;
		height: 100%;
		border-bottom: none;
	}
	.contents__index-skyattcase-link__text {
		margin: 0 0 0 200px;
		padding: 1.4em 3em 1.4em 1.4em;
	}
	.contents__index-skyattcase-link__text__company {
		bottom: 0;
		margin: 0;
		font-size: 0.9em;
	}
}
@media screen and (min-width: 48em) {
	a .contents__index-skyatt-link {
		background-position: 94px center;
	}
	.contents__index-skyattcase-link__thumb {
		width: 260px;
	}
	.contents__index-skyatt-link__text {
		padding: 1.4em 3em 1.4em 282px;
	}
	.contents__index-skyattcase-link__text {
		margin: 0 0 0 260px;
	}
	.contents__index-skyattcase-link__text__lead {
		font-size: 1.2em;
	}
}
@media screen and (min-width: 64em) {
	a .contents__index-skyatt-link {
		background-position: 40px center;
	}
	.contents__index-skyatt-link__text {
		padding: 1.4em 3em 1.4em 160px;
	}
	.contents__index-skyattcase-link__thumb {
		width: 200px;
	}
	.contents__index-skyattcase-link__text {
		margin: 0 0 0 200px;
	}
	.contents__index-skyattcase-link__text__lead {
		font-size: 1em;
	}
}
@media screen and (min-width: 80em) {
	.contents__index-skyattcase-link__text__lead {
		font-size: 1em;
	}
}
/* フッター
/////////////////////////////////////////////////////////////////////////////////// */
.footer {
	width: 100%;
	background: #003856;
	color: #fff;
}
.footer div {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 1em;
}
@media only screen and (min-width: 568px) {
	.footer div {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		padding: 2em 3em;
	}
}

.footer-button {
	position: fixed;
	bottom: 0;
	z-index: 11;
	display: none;
	width: 100%;
	height: 90px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	background: url(https://www.skyseaclientview.net/common/image/footer/bg.jpg) bottom no-repeat;
	background-size: cover;
	text-align: center;
}
.footer-button--static {
	position: static;
}
.footer-button div {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
}
.footer-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 17px 10px;
	width: 380px;
	height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 6px;
	color: #fff;
	text-align: center;
	font-size: 1em;
	transition: all 0.2s;
}
.footer-button a:before {
	display: block;
	margin: -3px 10px 0 15px;
	width: 28px;
	height: 33px;
	background: top center no-repeat;
	background-size: cover;
	content: '';
}
.footer-button .download {
	background-color: #fff;
	color: #404040;
}
.footer-button .download .ico-arrow--light::after {
	border-color: #999;
}
.footer-button .download:before {
	background-image: url(../image/icon_form.png);
}
.footer-button .seminar:before {
	width: 44px;
	background-image: url(https://www.skyseaclientview.net/common/image/footer/icon04.png);
}
.footer-button a:hover {
	opacity: 0.6;
}
.header-form{
	background: #14a0dc;
}
.header-form .logo-sky {
	position: inherit;
	display: block;
	padding: .6em 1em;
	text-align: center;
}
.header-form .logo-sky img {
	width: 110px;
	height: 40px;
}

/* 導入事例
/////////////////////////////////////////////////////////////////////////////////// */
a .contents__skyattcase-link {
	background: #fff;
	overflow: hidden;
	position: relative;
	color: #444;
	transition: color 0.3s ease, border 0.3s ease;
	border: 2px solid #fff;
	height: 100%;
	display: block;
}
a:hover .contents__skyattcase-link {
	color: #14a0dc;
	border: 2px solid #00689f;
}
.contents__skyattcase-link__thumb {
	display: flex;
	box-sizing: border-box;
	width: 100%;

	aspect-ratio: 3 / 1;
}
.contents__skyattcase-link:after {
	position: absolute;
	left: auto;
	right: 1em;
	top: 50%;
	bottom: 0;
	width: 11px;
	height: 11px;
	margin: auto;
	content: '';
	transform: rotate(45deg);
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #14a0dc;
}
.contents__skyattcase-link__text {
	padding: 1.4em 3em 1.4em 1.4em;
}
.contents__skyattcase-link__text__lead {
	line-height: 1.6;
	font-weight: 500;
}
.contents__skyattcase-link__text__lead--sub {
	font-size: 0.8em;
	font-weight: 300;
	margin: 0 0 0.8em 0;
}
.contents__skyattcase-link__text__company {
	margin: 0;
}
@media screen and (min-width: 35.5em) {
	.contents__skyattcase-link__text {
		padding: 1.4em;
	}
	.contents__skyattcase-link__text__company {
		bottom: 0;
		margin: 0;
	}
}
@media screen and (min-width: 48em) {
	a .contents__skyattcase-link {
		display: flex;
	}
	.contents__skyattcase-link:after {
		top: 0;
	}
	.contents__skyattcase-link__thumb {
		width: 30%;
		padding: 2em;

		aspect-ratio: 1 / 1;
	}
	.contents__skyattcase-link__text {
		width: 70%;
		box-sizing: border-box;
	}
	.contents__skyattcase-link__text__lead {
		font-size: 1.2em;
	}
	.contents__skyattcase-link__text__lead--sub {
		font-size: 0.91em;
	}
}
@media screen and (min-width: 64em) {
	a .contents__skyattcase-link {
		display: block;
	}
	.contents__skyattcase-link:after {
		content: none;
	}
	.contents__skyattcase-link__thumb {
		width: 100%;

		aspect-ratio: 3 / 1;
	}
	.contents__skyattcase-link__text {
		width: 100%;
		box-sizing: border-box;
	}
	.contents__skyattcase-link__text__lead {
		font-size: 1em;
	}
	.contents__skyattcase-link__text__lead--sub {
		font-size: 0.8em;
	}
}
