@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
/////////////////////////////////////////////////////////////////////////////////// */
.l-contents--mv-skyatt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 0;
	background-image: url("../../update/img/sp-lp-skyatt_mv.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.contents--mv-skyatt {
	position: relative;
	margin: 50px 0 0 0;
	padding: 140px 8% 5% 8%;
	max-width: 100%;
	width: 100%;
	background: rgba(0, 180, 240, .7);
	background: -moz-linear-gradient(top, rgba(40, 127, 216, .7) 0%, rgba(0,158,195, .6) 100%);
	background: -webkit-linear-gradient(top, rgba(40, 127, 216, .7) 0%,rgba(0,158,195, .6) 100%);
	background: linear-gradient(to bottom, rgb(40, 127, 216, .7) 0%,rgba(0, 158, 195, .6) 100%);
}
.contents--mv-skyatt::before {
	position: absolute;
	top: 10px;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 10;
	margin: auto;
	width: 140px;
	height: 140px;
	background-image: url(../../update/img/logo-skyatt.png?240401);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
}
.logo-sky {
	position: absolute;
	top: 5px;
	right: 5px;
}
.logo-sky img {
	width: 115px;
	height: 46px;
}
.header-form{
	background: #129fea;
}
.header-form .logo-sky {
	position: inherit;
	display: block;
	padding: .6em 1em;
	text-align: right;
}
.header-form .logo-sky img {
	width: 110px;
	height: 40px;
}
.mv-label {
	position: absolute;
	top: -2em;
	left: 0;
	padding: .3em 1em .4em .8em;
	background: #006ca7;
	color: #fff;
	font-size: .875em;
}
.mv-label::after {
	position: absolute;
	top: 0;
	right: -1.3em;
	bottom: 0;
	left: auto;
	width: 0;
	height: 0;
	border-width: 2.8em 1.3em 0 0;
	border-style: solid;
	border-color: #006ca7 transparent transparent transparent;
	content: "";
}
.mv-label > span{
	font-size: 1.25rem;
}
.mv__lead {
	margin: 0;
	color: #fff;
	font-size: 1.125em;
}
.mv__title {
	margin: 0 0 .4em 0;
	padding: 0 0 .4em 0;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	color: #fff;
	letter-spacing: normal;
	font-size: 2.125em;
	line-height: 1.2;
}
.mv__text {
	position: relative;
	color: #fff;
	font-size: .938em;
}
.l-mv__note{
	margin-top: 2em;
	padding: 15px;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
}
.mv__note{
	position: relative;
	margin-top: calc( -2em + 2px);
	color: #fff;
	text-align: center;
	font-size: .938em;
}
.mv__note::before,
.mv__note::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	margin: auto;
	width: calc( 50% - 7em);
	height: 1px;
	background-color: #fff;
	content: "";
}
.mv__note::before{
	right: auto;
	left: -15px;
}
.mv__note::after {
	right: -15px;
	left: auto;
}
.mv__note-list{
	margin: 0;
	padding: 0;
}
.mv__note-list > li{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: .2em .6em;
	padding: .3em .8em .4em .8em;
	width: calc( 100% - 1.2em);
	background: #fff;
	color: #006ca7;
	list-style: none;
	letter-spacing: 0;
	font-weight: 500;
	font-size: .938em;
}
.mv__note-list > li::before,
.mv__note-list > li::after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	content: "";
}
.mv__note-list > li::before{
	right: -.5em;
	left: auto;
	border-width: 1.1em 0 1.1em .5em;
	border-color: transparent transparent transparent #fff;
}
.mv__note-list > li::after{
	right: auto;
	left: -.5em;
	border-width: 1.1em .5em 1.1em 0;
	border-color: transparent #fff transparent transparent;
}
.l-button-mv {
	position: relative;
	display: block;
	margin: .5em 0;
	padding: .8em 1.2em;
	border: #fff solid 2px;
	background: #ff9900;
	line-height: 1;
}
.l-button-mv:hover {
	background: #fdcf29
}
.l-mv__box-form{
	margin-top: 2em;
}
@media only screen and (min-width: 768px) {
	.logo-sky img {
		width: 150px;
		height: 60px;
	}
	.l-contents--mv-skyatt {
		min-height: 540px;
		height: inherit;
		background-image: url("../../update/img/lp-skyatt_mv.jpg");
	}
	.contents--mv-skyatt {
		margin: 80px 0;
		padding: 50px 10%;
 	}
	.contents--mv-skyatt::before {
		top: 0;
		right: auto;
		bottom: 0;
		left: 6%;
		width: 240px;
		height: 240px;
	}
	.mv-label {
		top: -1.5em;
		padding: .8em 3em 1em 3em;
		font-size: 1.125em;
	}
	.mv-label > span{
		font-size: 1.5rem;
	}
	.mv-label::after {
		right: -3em;
		border-width: 3.8em 3em 0 0;
		border-color: #006ca7 transparent transparent transparent;
	}
	.mv-skyatt{
		margin-left: 220px;
		max-width: 980px;
	}
	.mv__lead {
		font-size: 1.5em;
	}
	.mv__title {
		font-size: 3em;
	}
	.mv__title > span {
		letter-spacing: 4px;
	}
	.mv__text {
		font-size: 1.125em;
	}
	.l-mv__note{
		padding: 1em;
		text-align: center;
	}
	.mv__note {
		font-size: 1em;
	}
	.mv__note::before{
		left: -1em;
	}
	.mv__note::after {
		right: -1em;
	}
	.mv__note-list > li{
		width: inherit;
	}
	.mv__box-form {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.l-button-mv {
		display: inline-block;
		margin: 0;
		padding: .4em .8em .6em .8em;
		min-width: 16em;
	}
	.button-mv {
		font-size: .813em;
	}
}
/* 連番コンテンツ
/////////////////////////////////////////////////////////////////////////////////// */
.l-contents--bg{
	background-color: #d8ebf3;
	background-image: url("../img/bg-contents.png");
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
}
.l-contents--number {
	border-top: 3px solid #006ca7;
}
.contents__header--kaizen {
	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--kaizen {
		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--kaizen {
		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;
	}
}

/* 課題・解決
/////////////////////////////////////////////////////////////////////////////////// */
.contents__block--kadai,
.contents__block--kaiketu{
	position: relative;
	margin-top: 10%;
	margin-bottom: 0;
	border-width: 2px;
	border-radius: 10px;
	background: #fff;
}
.contents__block--kadai{
	border-color: #ffc107;
}
.contents__block--kaiketu{
	margin-bottom: 0 !important;
	border-color: #8bc34a;
}
.ico{
	position: absolute;
	top: -1em;
	left: 1.8rem;
	display: block;
	padding: .5em .6em .5em 1.8em;
	background: #000;
	color: #fff;
	letter-spacing: .4em;
	font-size: .875em;
	line-height: 1;
}
.ico::before{
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: -1em;
	margin: auto;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	content: "";
}
.ico::after {
	position: absolute;
	top: 0;
	right: -1em;
	bottom: 0;
	left: auto;
	margin: auto;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background: #000;
	content: "";
}
.ico--kadai,
.ico--kadai::before,
.ico--kadai::after{
	background: #ffa014;
}
.ico--kadai::before{
	background-image: url("../img/ico-kadai.png");
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}
.ico--kaiketu,
.ico--kaiketu::before,
.ico--kaiketu::after{
	background: #009486;
}
.ico--kaiketu::before{
	background-image: url("../img/ico-kaiketu.png");
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
	.ico{
		left: 3rem;
		font-size: 1.125em;
	}
}
/* フォーム
/////////////////////////////////////////////////////////////////////////////////// */
.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 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;
	}
}
