@import url("font-awesome.css");
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600&display=swap&subset=japanese');
/* --------------------------------------------------
	reset css
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Clearfix
=================================*/

.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hide from Mac IE \*/
.cf {
	display: block;
}
* html .cf {
	height: 1%;
}
/* Hide from Mac IE */

/* --------------------------------------------------
	common
-------------------------------------------------- */
body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.6;
	color: #5a5a5a;
	font-size: 16px;
}

a{
	text-decoration: none;
	cursor: pointer;
}

a, a:link, a:visited, a:hover, a:active{
	color: inherit;
}

a:hover{
	opacity: 0.6;
	transition: 0.8s;
}

hr{
	height: 1px;
	border: none;
	color: #5a5a5a;
	background-color: #5a5a5a;
}

.inner{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

.fleft{
	float: left;
	text-align: left;
}
.fright{
	float: right;
	text-align: right;
}

.more{
	margin: 0 auto;
	text-align: center;
	padding: 15px 25px;
	background: #92C5EB;
	color: #ffffff !important;
	max-width: 300px;
	font-size: 1.4em;
	display: block;
}

/* --------------------------------------------------
	header@common
-------------------------------------------------- */
header{
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	color: #085EAB;
}
header .logo{
	float: left;
	padding: 10px 0 5px;
	margin-right: 30px;
}
header .gnav{
	float: left;
	padding: 25px 0 15px;
}

header .gnav li{
	display: inline-block;
}
header .gnav li a{
	padding: 5px 10px;
	font-weight: 800;
}
header .gnav li:after{
	content: "｜";
	margin: 0 10px;
}
header .gnav li:last-of-type:after{
	display: none;
}

header .tel{
	margin: 5px 0;
}
header .tel a.number{
	font-size: 2em;
	font-weight: 800;
}
header .tel p{
	font-size: 0.8em;
}

/* --------------------------------------------------
	footer@common
-------------------------------------------------- */
footer{
	width: 100%;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 auto 0;
	padding: 20px 0;
	background: #2A2B2B;
	color: #ffffff;
	overflow: hidden;
}
footer .inner{
	position: relative;
}

footer .logo{
	margin-bottom: 10px;
}
footer p{
	line-height: 1.6;
}

.footer_right{
	text-align: right;
	position: absolute;
	font-size: 0.9em;
	right: 0;
	bottom: 0;
}
/*
small{
	position: absolute;
	font-size: 0.9em;
	right: 0;
	bottom: 0;
}
*/

/* --------------------------------------------------
	totop @common
-------------------------------------------------- */

.totop{
	position: fixed;
	right: 10%;
	bottom: 100px;
	background: #165eab;
	text-align: center;
	z-index: 100;
}

.totop a{
	color: #ffffff;
	font-size: 45px;
	height: 50px;
	width: 50px;
	line-height: 0;
	display: inline-block;
}

.totop a:hover{
	opacity: .7;
}


/* --------------------------------------------------
	main
-------------------------------------------------- */


/* --------------------------------------------------
	top
-------------------------------------------------- */
#top{
	position: relative;
}
#top:before{
	content:"";
	display:inline-block;
	width:100%;
	height:100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -3;
	background: url("../images/top_back.png") center center/cover no-repeat;
}
#top:after{
	content: "";
	width: 100%;
	height: 50px;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -2;
	background: #92C5EB;
	display: none;
}

#top .inner{
	position: relative;
}

#top .inner:before{
	content:"";
	display:inline-block;
	width:100%;
	height:100%;
	background:url("../images/top_back2.png") bottom right/contain no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#top .title{
	background: rgb(255, 255, 255, 0.8);
	padding: 15px 20px 5px 30px;
	display: inline-block;
}
#top .title p{
	text-shadow: 2px 0px 4px #000000;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 700;
}
#top .title h1{
	font-size: 1.5em;
	color: #165EAB;
	font-weight: 800;
}
#top .title h1 span{
	font-size: 1.7em;
	font-style: italic;
}
#top .copy01{
	color: #ffffff;
	padding: 15px 0 10px;
	font-size: 1.2em;
	text-shadow: 2px 0px 4px rgba(0,0,0,0.5);
}
#top .copy02{
	color: #ffffff;
	text-shadow: 2px 0px 4px #000000;
	font-size: 1.5em;
	font-weight: 600;
	margin: 20px 0 10px;
	display: table;
}
#top .copy02 img{
	display: table-cell;
	vertical-align: middle;
	margin-right: 30px;
}
#top .copy02 p{
	display: table-cell;
	vertical-align: middle;
}
#top .copy03{
	color: #184894;
/*	padding: 10px 0 60px;*/
	padding: 10px 0 50px;
	font-size: 1.6em;
	font-weight: 600;
}
/* --------------------------------------------------
	warning
-------------------------------------------------- */
#warning{
	background: #F7F7F7;
	font-size: 0;
	padding-top: 5px;
}

/* --------------------------------------------------
	basic
-------------------------------------------------- */
#basic{
	margin: 50px 0 10px;
}
#basic p{
	font-size: 1.4em;
	font-weight: 800;
	color: #135E91;
	text-align: center;
	line-height: 2;
}
/* --------------------------------------------------
	merit
-------------------------------------------------- */
#merit{
}

#merit .title{
	position: relative;
	height: 20px;
}
#merit .title h2{
	color: #a4cff3;
	font-size: 6em;
	text-align: right;
	font-family: 'Noto Serif JP', serif;
	opacity: .5;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#merit ul li {
  -webkit-clip-path: polygon(0 0, 100% 30%, 100% 70%, 0 100%);
  clip-path: polygon(0 0, 100% 30%, 100% 70%, 0 100%);
  text-align: left;
  background: #CEE3F5;
  padding: 150px 0;
}
#merit ul li:nth-of-type(2n) {
  -webkit-clip-path: none;
  clip-path: none;
  background: none;
  text-align: right;
  padding: 0;
}


#merit ul li h3{
	font-size: 1.8em;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
#merit ul li .merit_icon{
	width: 200px;
	height: 150px;
	float: left;
	margin: 0 3% 0 0;
	text-align: center;
}
#merit ul li:nth-of-type(2n) .merit_icon{
	float: right;
	margin: 0 0 0 3%;
}


/* --------------------------------------------------
    service
-------------------------------------------------- */

#service {
	margin-bottom: 80px;
}
#service .title{
	position: relative;
	height: 150px;
}
#service .title h2{
	color: #a4cff3;
	font-size: 6em;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	opacity: .5;
	position: absolute;
	top: -60px;
	left: 0;
	z-index: 10;
}
#service ul{
	font-size: 0;
	text-align: center;
}
#service ul li{
	width: 31.3%;
	font-size: 14px;
	margin: 30px 3% 50px 0;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	border: solid 5px #DFF1FB;
	vertical-align: top;
	min-height: 250px;
}
#service ul li:nth-of-type(3n){
	margin-right: 0;
}
#service ul li h3{
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
}
#service ul li img{
	width: 80%;
	margin-top: -80px;
}

/* --------------------------------------------------
    cloud
-------------------------------------------------- */
#cloud{
	background: #3F50A1;
	color: #ffffff;
	padding: 20px 0;
}
#cloud .inner{
	position: relative;
	background: url("../images/cloud_pc.png") 85% center no-repeat;
}

#cloud h2{
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 10px;
}
#cloud .more{
	background: #063a7a;
	background: #ffb600;
	padding: 10px 20px;
	font-size: 20px;
	max-width: 200px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* --------------------------------------------------
    announce追加
-------------------------------------------------- */

#announce{
	text-align: center;
	padding: 0.5em 0;
}
#announce a{
	padding: 0.5em;
	text-decoration: underline;
	color: #DB2726;
    font-weight: bold;
}


/* --------------------------------------------------
    news追加
-------------------------------------------------- */

.news_wrap{
	padding: 3em 0 5em;
}
.news_wrap .news_tit{
	font-size: 1.6em;
	margin-bottom: 2em;
	text-align: center;
	font-weight: bold;
	padding: 0.5em;
	background: #085EAB;
	color: #fff;
}
.news_wrap .news_detail h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #085EAB;
	margin: 2em 0 0.5em;
}

/* --------------------------------------------------
    IE対応
-------------------------------------------------- */
@media all and (-ms-high-contrast: none){
	#merit ul li:nth-of-type(2n) {
		padding: 150px 0 !important;
	}
	
	#merit .title{
		height: 110px;
	}
}
/* --------------------------------------------------
    Edge対応
-------------------------------------------------- */
@supports (-ms-ime-align:auto){
	#merit ul li:nth-of-type(2n) {
		padding: 150px 0 !important;
	}
	
	#merit .title{
		height: 110px;
	}
}
/* --------------------------------------------------
    スマホ対応
-------------------------------------------------- */
@media (max-width: 767px) {
	body{
		font-size: 13px;
	}
	header .fleft,
	header .fright{
		width: 100%;
		float: none;
		clear: both;
	}
	header .logo{
		margin-right: 0;
		float: none;
		text-align: center;
	}
	header .gnav{
		padding: 5px 0 5px;
		text-align: center;
		width: 100%;
	}
	header .gnav li{
		width: 49%;
		margin-bottom: 5px;
		color: #fff;
		background: #659dd4;
		box-sizing: border-box;
	}
	
	header .gnav li a{
		padding: 5px;
		display: inline-block;
	}
	header .gnav li:after{
		margin: 0;
		display: none;
	}
	header .tel{
		text-align: center;
	}
	
	footer{
		text-align: center;
		padding-bottom: 50px;
	}
	.footer_right{
		position: static;
		margin-top: 10px;
		display: block;
		text-align: center;
	}
	
	small{
		position: static;
		margin-top: 10px;
		display: block;
	}
	.totop{
		right: 0;
		bottom: 0;
	}
	#top .inner:before{
		width: 70%;
	}
	#top .title{
		padding: 10px 5px 5px 10px;
		font-size: 0.7em;
	}
	#top .copy02{
		display: block;
	}
	
	#top .copy02 img{
		width: 100px;
		margin-right: 10px;
	}
	#top .copy02 p{
		font-size: 0.8em;
	}
	#top .copy03{
		font-size: 1.2em;
		padding-bottom: 40px;
		text-shadow: 1px 1px 0px rgba(255,255,255,1);
	}
	#top:after{
		height: 30px;
	}
	#basic p{
		font-size: 1.2em;
	}
	
	#merit ul li {
		-webkit-clip-path: polygon(0 10%, 100% 20%, 100% 80%, 0 90%);
		clip-path: polygon(0 10%, 100% 20%, 100% 80%, 0 90%);
	}
	#merit ul li .merit_icon{
		height: auto;
	}
	
	#merit ul li h3{
		display: block;
		clear: both;
		font-size: 1.6em;
	}
	#merit ul li p{
		display: block;
		clear: both;
	}
	#service .title h2{
		top: -10px;
		text-align: center;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	#service ul li{
		width: 100%;
		margin-right: 0;
		min-height: 200px;
		padding: 10px 10px 20px;
	}
	
	#cloud .inner{
		background: url("../images/cloud_pc.png") 100% center/40% no-repeat;
	}
	#cloud h2{
		font-size: 20px;
		text-shadow: 2px 0px 4px rgba(0,0,0,0.5);
	}
	
	#cloud p{
		text-shadow: 2px 0px 4px rgba(0,0,0,0.5);
	}
	
	#cloud .more{
		margin-top: 20px;
		position: static;
	}

}
