@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------- coomon start */

#noscript {
	font-size: 90%;
	line-height: 1.4;
	padding:20px;
}

/*-------------------------------------------------------------------------------- coomon end */


/*-------------------------------------------------------------------------------- header start */

header {
	text-align: center;
}

.header-inner {
	text-align: left;
	border-bottom: 1px solid #CCC;
}

.header-inner-top {
	width:100%;
	margin:0 auto;
	height: 44px;
	position: relative;
}

.header-inner #logo a {
	background: url(../images/logo.png) no-repeat;
	background-size:132px 44px;
	display:block;
	font-size:0;
	line-height:0;
	width:132px;
	height:44px;
	text-indent:-9999px;
  z-index:100;
}

#identifier {
	display: none;
}

#identifier img{width:100%;}

#gHeaderRightBlock {
	display: none;
}

.sp-menu {
	width:44px;
	height:44px;
	background: url(../images/sp_menu.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}
.sp-menu.active {
	background: url(../images/sp_menu_close.png) no-repeat;
	background-size: cover;
}

.header-inner-bottom {
	position: relative;
	z-index: 10;
}

.global-navi {
	width:100%;
	display: none;
	position: absolute;
	top:0;
}

.global-navi li{
	flex-grow:1;
	border-bottom: 2px solid #EEE;
	transition: 0.3s;
	background: #EEE;
}

.global-navi li a,
.global-navi li span{
	width: 100%;
	font-size: 90%;
	display: block;
	padding: 25px 20px 20px 20px;
	text-align: center;
	position:relative;
}

.global-navi li span {
	background: #DEDEDE;
}

.global-navi li:hover {
	background: #DEDEDE;
	border-bottom: 2px solid #33C2FF;
}

.global-navi li a:link,.global-navi li a:visited,
.global-navi li a:hover,.global-navi li a:active{
	color:#666;
	text-decoration:none;
}

.global-navi a:after{
	border-top:1px #333 solid;
	border-right:1px #333 solid;
	bottom:0;
	content:"";
	height:6px;
	margin:auto;
	position:absolute;
	right:10px;
	top:0;
	transform:rotate(45deg);
	width:6px;
}

#breadcrumb {
	text-align: left;
	background: #FFF;
	font-size: 68.8%;
}
.breadcrumb-inner{
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 20px;
}

.breadcrumb-list-disc,
.breadcrumb-list-arrow {
	display: inline-block;
	margin-top:10px;
}

.breadcrumb-list-arrow {
	margin:10px 5px 0 5px;
}
/*-------------------------------------------------------------------------------- header end */

/*-------------------------------------------------------------------------------- renew start */

.content-renew-inner {
	display: none;
}

.content-renew-skip-inner {
	position: relative;
	text-align: center;
	background: url(../video/video_renew.png) no-repeat;
	background-size: cover;
	padding:15% 5%;
}

.content-renew-skip-title {
	font-size: 150%;
	color:#FFF;
	line-height: 2;
	margin-bottom: 20px;
}

.content-renew-skip-text {
	font-size: 88%;
	color:#FFF;
	line-height: 1.8;
	margin-top: 15px;
}

.content-renew-skip-text br {
	display: none;
}

/*-------------------------------------------------------------------------------- renew end */

/*-------------------------------------------------------------------------------- contents start */
.content-first-inner {
	text-align: center;
}

.content-message-box-visual {
	width:100%;
	overflow: hidden;
	background: #F3F3F3;
	position: relative;
}

.content-message-box-visual:after {
	content: "";
	position: absolute;
	height: 40px;
	width: 300%;
	background: #fff;
	bottom: -5%;
	left: -100%;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: 1;
}

.message-visual {
	width: 70%;
	margin:0 auto;
}

.message-visual img {
	width: 100%;
}

.content-message-box-info {
	width:90%;
	margin:0 auto;
	padding:5% 0 10%;
}

.first-content-title {
	font-size: 250%;
	font-family: 'Cardo', serif;
	margin-bottom: 10px;
}

.first-content-text {
	font-size: 100%;
	line-height: 1.4;
	margin-bottom: 20px;
}

.first-content-btn {
	padding: 3px;
	display:inline-block;
	background: rgb(126,236,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(126,236,255,1) 0%, rgba(0,151,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(126,236,255,1) 0%,rgba(0,151,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(126,236,255,1) 0%,rgba(0,151,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.first-content-btn a {
	display:inline-block;
	background: #FFF;
	background-size: auto 25%;
	background-position: left center;
	padding: 15px 100px;
	font-size: 88%;
	transition: 0.3s;
}

.first-content-btn a:link,.first-content-btn a:visited,.first-content-btn a:hover,.first-content-btn a:active{
	font-size: 80%;
	color: #000;
	text-decoration:none;
}

.first-content-btn a:hover {
	background:none;
}

.content-about-box {
	text-align: center;
}

.content-about-box-info {
	padding:5% 0 20%;
}

.content-about-box-visual {
	width:100%;
}

.about-visual {
	width: 100%;
}

.about-visual img {
	width: 100%;
}

#content-second {
	text-align: center;
}

.content-second-inner-title {
	font-size: 250%;
	margin-bottom: 10px;
	font-family: 'Cardo', serif;
}

.content-second-inner-catch {
	font-size: 100%;
	line-height: 1.5;
	margin-bottom:50px;
}

.content-second-block {
	text-align: left;
}

.content-second-box {
	width:100%;
}

.content-second-box-visual {
	width:100%;
	overflow: hidden;
}

.content-second-box-visual img {
	width:100%;
}

.content-second-box-info {
	text-align: center;
	width:90%;
	margin: 0 auto 15%;
}

.content-second-box-outer {
	width:100%;
	text-align: center;
}

.sp-chage {
	display: flex;
	 flex-wrap:wrap;
}

.sp-chage .content-second-box-outer {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}

.sp-chage .content-second-box-visual {
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}

.content-second-box-inner {
	width:90%;
	margin: 0 auto 15%;
}

.solution-content-number {
	font-size: 250%;
	font-family: 'Cardo', serif;
}

.solution-content-title {
	font-size: 160%;
	line-height: 1.2;
	margin-bottom: 10px;
	font-family: 'Cardo', serif;
}

.solution-content-title-sub {
	font-size:90%;
	display: inline-block;
	padding: 8px 15px;
	margin-bottom: 20px;
	background: rgb(126,236,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(126,236,255,1) 0%, rgba(0,151,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(126,236,255,1) 0%,rgba(0,151,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(126,236,255,1) 0%,rgba(0,151,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.solution-content-text {
	font-size: 80%;
	line-height:1.5;
	margin-bottom: 20px;
}


.solution-content-btn {
	padding: 3px;
	display:inline-block;
	background: rgb(126,236,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(126,236,255,1) 0%, rgba(0,151,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(126,236,255,1) 0%,rgba(0,151,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(126,236,255,1) 0%,rgba(0,151,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.solution-content-btn a {
	display:inline-block;
	background: #FFF;
	background-size: auto 25%;
	background-position: left center;
	padding: 15px 100px;
	font-size: 12px;
	transition: 0.3s;
}

.solution-content-btn a:link,.solution-content-btn a:visited,.solution-content-btn a:hover,.solution-content-btn a:active{
	font-size: 90%;
	color: #000;
	text-decoration:none;
}

.solution-content-btn a:hover {
	background:none;
}

#content {
	text-align: center;
	font-size: 88%;
}

.content-inner {
	width:90%;
	margin:0 auto;
	padding: 20px 0 50px;
}
/*-------------------------------------------------------------------------------- contents end */

/*-------------------------------------------------------------------------------- footer start */
#footer {
	text-align: center;
	font-size: 88%;
}

.footer-innner {
	width:100%;
	padding: 100px 0 50px;
	background: url(../images/bg_footer.png) no-repeat bottom #33C2FF;
	background-size: cover;
  	position: relative;
  	overflow: hidden;
}

.footer-innner:before {
	content: "";
	position: absolute;
	height: 200px;
	width: 300%;
	background: #fff;
	top: -20%;
	left: -100%;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.page-top-btn {
	display: inline-block;
	background: #000;
	line-height: 1.5;
	position: absolute;
	left:45%;
	top: 7%;
}

.page-top-btn:link,.page-top-btn:visited,
.page-top-btn:hover,.page-top-btn:active {
	color:#FFF;
	text-decoration:none;
	padding:5px 12px;
}

.footer-area{
	width: 90%;
	margin: 0 auto;
}

.footer-area-block {
	width: 100%;
	margin-top: 15px;
	text-align: left;
}

.footer-area-block.long {
	width: 100%;
}

.footer-area-block-title {
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	padding-bottom: 8px;
	margin-top: 25px;
}

.footer-area-link {
	margin-top:10px;
}

.footer-area-link .list {
	margin-bottom:12px;
}

.footer-area-link .list a:link,.footer-area-link .list a:visited,
.footer-area-link .list a:hover,.footer-area-link .list a:active {
	color:#FFF;
	text-decoration: none;
}

.footer-area-link .list a,
.footer-area-link .list span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 10px;
	color: #000;
	vertical-align: middle;
}

.footer-area-link .list a::before,
.footer-area-link .list a::after,
.footer-area-link .list span::before,
.footer-area-link .list span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #FFF;
}

.footer-area-link .list span::before {
	border-left-color:#333;
}

#gl-footer {
	text-align: center;
}

.gl-footer-inner {
	width:90%;
	margin:0 auto;
	padding: 20px 0;
	text-align: center;
	position: relative;
}

.gl-footet-inner-list{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
}
.gl-footet-inner-list li {
	flex-grow:1;
	width:30%;
	font-size: 70%;
	text-align: center;
}

.foot-logo {
	width:100%;
	margin:25px 0;
}

.foot-logo img,
.copyright img{max-width:100%;}

.block-copyright .copyright{
  font-style: normal;
  font-size: 70%;
}
/*-------------------------------------------------------------------------------- footer end */