@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	width: auto;
}

#gHeader.header02 {
	position: fixed;
	top: -106px;
	transition: .3s;
}

#gHeader.header02.fix {
	top: 0;
}

#gHeader.header01 #gNavi li a {
	color: #fff;
}

#gHeader.header01 {
	position: absolute;
}

#gHeader.header01 .hBox {
	max-width: 1128px;
	min-width: inherit;
}

#gHeader.header01 .hBox .hLink li:last-child a {
	color: #00C1C8;
    background-color: #fff;
}

#gHeader.header01 {
	background: none;
}

#container {
	padding-top: 0;
}

#main .mainVisual {
	min-height: 800px;
	padding-top: 169px;
	background: url("../img/index/main_bg.jpg") no-repeat center top;
	box-sizing: border-box;
}

#main .mainVisual .imgBox {
	width: 1120px;
	margin: 0 auto;
}

#main .mainVisual .imgBox .txtBox {
	width: 640px;
	float: left;
	position: relative;
	font-weight: bold;
}

#main .mainVisual .imgBox .txtBox .img {
	position: absolute;
	right: 54px;
	top: 28px;
}

#main .mainVisual .imgBox .txtBox .ttl {
	margin-bottom: 13px;
	font-size: 3.6rem;
	color: #fff;
}

#main .mainVisual .imgBox .txtBox .ttl > span {
	padding: 0 0 1px 5px;
	/* border-bottom: 5px solid #FBFAA5; */
}

#main .mainVisual .imgBox .txtBox .ttl .num {
	font-size: 5.6rem;
}

#main .mainVisual .imgBox .txtBox .title {
	margin: 40px 0 16px 8px;
	/* font-size: 3.6rem; */
	font-size: 30px;
	color: #fff;
}

#main .mainVisual .imgBox .txtBox .txt {
	margin: 0 0 31px 8px;
	font-size: 1.8rem;
	line-height: 2;
	color: #fff;
}

#main .mainVisual .imgBox .txtBox .comLink {
	margin-left: 8px;
}

#main .mainVisual .imgBox .photo {
	margin: 96px 0 0 -20px;
	float: right;
}

/*
  Feature
*/

#main .feature {
	align-items: center;
	background-color: white;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
		0 1px 3px 1px rgba(66, 66, 66, 0.16);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	margin: 96px auto;
	max-width: 960px;
	padding: 48px 0px;
}

#main .feature h2 {
	/* max-width: 600px; */
	font-size: 28px;
}

#main .feature p {
	max-width: 600px;
}

#main .feature .more {
    align-items: center;
	background-color: #2C4052;
	border-radius: 25px;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
		0 1px 3px 1px rgba(66, 66, 66, 0.16);
    color: white;
    display: flex;
    height: 50px;
	justify-content: center;
	margin-top: 36px;
	transition: opacity 0.2s linear;
    width: 200px;
}

#main .feature .more:hover {
	opacity: 0.7;
}

/*
  Solutions
*/
#main .solutions {
	align-items: center;
	background-color: #EAF9FA;
	display: flex;
	flex-direction: column;
	padding-bottom: 100px;
}
#main .solutions h3 {
	border: none;
	color: #00BCC7;
	font-size: 28px;
	text-align: center;
}

#main .solutions h5 {
	margin-top: 120px;
	font-size: 16px;
	text-align: center;
}

#main .solutions .row {
	display: flex;
	justify-content: center;
}

#main .solutions .row .solution {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
		0 1px 3px 1px rgba(66, 66, 66, 0.16);
	box-sizing: border-box;
	display: flex;
	margin: 15px;
	padding: 45px 32px;
	width: 380px;
}

#main .solutions .row .solution .contents {
	margin-left: 24px;
}

#main .solutions .row .solution .contents span {
	font-weight: bold;
	font-size: 18px;
}

#main .solutions .row .solution .contents p {
	font-size: 16px;
	margin-top: 20px;
}

#main .solutions .more {
    align-items: center;
	background-color: #2C4052;
	border-radius: 25px;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
		0 1px 3px 1px rgba(66, 66, 66, 0.16);
    color: white;
    display: flex;
    height: 50px;
	justify-content: center;
	margin-top: 36px;
	transition: opacity 0.2s linear;
    width: 200px;
}

#main .solutions .more:hover {
	opacity: 0.7;
}

/*
  Blog
*/
/*
  Solutions
*/
#main .blog {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 100px;
}

#main .blog h3 {
	border: none;
	color: #00BCC7;
	font-size: 28px;
	text-align: center;
}

#main .blog h5 {
	margin-top: 120px;
	font-size: 16px;
	text-align: center;
}

#main .blog .articles {
	display: flex;
	justify-content: center;
}

#main .blog .articles a {
	transition: opacity 0.2s linear;
	max-width: 30%;
}

#main .blog .articles a:hover {
	opacity: 0.7;
}

#main .blog .articles .article {
	border-radius: 10px;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
		0 1px 3px 1px rgba(66, 66, 66, 0.16);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-right: 1em;
	padding: 1em;
}

#main .blog .articles .article .title {
	color: #00BCC7;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#main .blog .articles .article figure {
	align-self: center;
}

#main .blog .more {
    align-items: center;
	background-color: #2C4052;
	border-radius: 25px;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
		0 1px 3px 1px rgba(66, 66, 66, 0.16);
    color: white;
    display: flex;
    height: 50px;
	justify-content: center;
	margin-top: 36px;
	transition: opacity 0.2s linear;
    width: 200px;
}

#main .blog .more:hover {
	opacity: 0.7;
}

/*
  News
*/

#main .news {
	box-sizing: border-box;
	width: 1120px;
	margin: 0 auto;
	padding: 93px 0 100px;
	position: relative;
}

#main .news h3 {
	border: none;
	color: #00BCC7;
	font-size: 28px;
	text-align: center;
}

#main .news h5 {
	margin-top: 120px;
	font-size: 16px;
	text-align: center;
}

#main .news .news-item:first-child {
	border-top: 1px solid #E4E4E4;
}

#main .news .news-item {
	border-bottom: 1px solid #E4E4E4;
	display: flex;
	padding: 1em 0;
}

#main .news .news-item .date {
	font-weight: bold;
	margin-right: 2em;
}

#main .news .news-item .category {
	align-items: center;
	border-radius: 12px;
	box-sizing: border-box;
	display: flex;
	font-size: 0.8em;
	font-weight: bold;
	height: 24px;
	justify-content: center;
	margin-right: 1.5em;
	width: 200px;
}
#main .news .news-item .news-update {
	background-color: #00BCC7;
	color: white;
}

#main .news .news-item .news-mainte {
	background-color: #BFEEF1;
	color: #333;
}

#main .news .news-item .news-info {
	background-color: #F2F2F2;
	color: #00BCC7;
}

#main .news .news-item .pickup {
	color: #00BCC7;
	font-weight: bold;
	margin-left: 1em;
}

#main .news .more {
    align-items: center;
	background-color: #2C4052;
	border-radius: 25px;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
		0 1px 3px 1px rgba(66, 66, 66, 0.16);
    color: white;
    display: flex;
    height: 50px;
	justify-content: center;
	margin: 0 auto;
	margin-top: 36px;
	transition: opacity 0.2s linear;
    width: 200px;
}

#main .news .more:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	#main {
		padding: 0;
	}
	
	#gHeader.header02 {
		top: -64px;
	}
	
	#main .mainVisual {
		min-height: inherit;
		padding: 76px 20px 0;
		background: url("../img/index/sp_main_bg.jpg") no-repeat center top #fff;
		background-size: 850px auto;
	}
	
	#main .mainVisual .imgBox {
		width: auto;
	}
	
	#main .mainVisual .imgBox .txtBox {
		width: auto;
		float: none;
	}
	
	#main .mainVisual .imgBox .txtBox .img {
		width: 150px;
		right: 0;
		top: 6px;
	}
	
	#main .mainVisual .imgBox .txtBox .ttl {
		margin-bottom: 9px;
		font-size: 2rem;
	}
	
	#main .mainVisual .imgBox .txtBox .ttl > span {
		padding: 0 0 5px;
		border-bottom: 2px solid #FBFAA5;
	}
	
	#main .mainVisual .imgBox .txtBox .ttl .num {
		font-size: 2.5rem;
	}
	
	#main .mainVisual .imgBox .txtBox .title {
		margin: 0 0 12px;
		font-size: 2.4rem;
	}
	
	#main .mainVisual .imgBox .txtBox .txt {
		margin: 0 0 10px;
		font-size: 1.2rem;
	}
	
	#main .mainVisual .imgBox .txtBox .comLink {
		margin-left: 0;
	}
	
	#main .mainVisual .imgBox .photo {
		margin: 26px auto 0;
		width: 290px;
		float: none;
		text-align: center;
	}
	
	#main .feature {
		margin: 96px 1em;
		padding: 36px 1em;
	}

	#main .feature h2 {
		font-size: 21px;
		padding: 36px 0;
	}

	#main .solutions {
		padding: 36px 1em;
	}

	#main .solutions h3 {
		font-size: 24px;
	}

	#main .solutions h5 {
		margin-top: 36px;
	}

	#main .solutions .row {
		flex-direction: column;
	}

	#main .solutions .row .solution {
		align-items: center;
		flex-direction: column;
		margin: 0.5em 0;
		padding: 1.5em 1em;
		width: 100%;
	}

	#main .solutions .row .solution img {
		width: 50%;
	}

	#main .solutions .row .solution .contents {
		margin: 1em 0;
		text-align: center;
	}

	#main .blog {
		padding: 36px 1em;
	}

	#main .blog h3 {
		font-size: 23px;
	}

	#main .blog .articles {
		flex-direction: column;
		margin-top: 2em;
	}

	#main .blog .articles a {
		max-width: 100%;
	}

	#main .blog .articles .article {
		height: auto;
		margin: 0 0 1em;
	}

	#main .news {
		width: 100%;
		padding: 1em;
	}

	#main .news h3 {
		font-size: 23px;
	}

	#main .news .news-item {
		display: grid;
		grid-template-columns: 100px auto;
	}

	#main .news .news-item .date {
		grid-column: 1/2;
	}

	#main .news .news-item .category {
		width: 100%;
		margin: 0;
		max-width: 200px;
	}

	#main .news .news-item a {
		grid-column: 1/3;
		margin-top: 0.5em;
	}

	#main .news .news-item .pickup {
		grid-column: 1/2;
		grid-row: 1/2;
		margin: 0;
	}
}
@media all and (min-width: 500px) and (max-width: 765px) {
	#main .mainVisual .imgBox .txtBox .title {
		margin-top: 2em;
	}

	#main .mainVisual .imgBox .txtBox .title br.sp {
		display: none;
	}

	#main .mainVisual .imgBox .txtBox .img {
		top: -3em;
	}
}

@media all and (max-width: 355px) {
	#main .mainVisual .imgBox .txtBox .img {
		width: 150px;
		right: -14px;
	}
	
	#main .mainVisual .imgBox .txtBox .title {
		font-size: 2rem;
	}

	#main .comLink p span {
		padding: 3px 0 0 19px;
		letter-spacing: -0.5px;
	}

	#main .blog h3 {
		font-size: 19.5px;
	}

	#main .news h3 {
		font-size: 19.5px;
	}
}

@media all and (-ms-high-contrast:none){
	#main .mainVisual .imgBox .txtBox .ttl > span {
		padding-bottom: 0;
	}
}