service_areaservice_area@charset "utf-8";
/* CSS Document */
 @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
    margin: 0;
    padding: 0;
}
/* loading
---------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #e5004f;
  z-index: 2000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#loader p{
	color: #efe8eb;
	margin: 10px auto;
}
/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}
/* Clear Floated Elements
---------------------------------*/
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
ul{ list-style:none;}
.figure{ margin:0px;}
img{ max-width:100%;}
a, a:hover, a:active{ outline:0px !important;cursor:pointer;}
/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family:Helvetica,Arial,"游ゴシック","YuGothic","Yu Gothic","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, sans-serif!important;
	font-size:14px;
	font-weight:normal;
	color:#444444;
	margin:0;
}
h1,h2{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  color:#222222;
  font-size:38px;
}
h1.top-h1{
	color: #e5004f;
	font-size: 2em;
	margin: 0 auto 25% auto;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5em;
	padding-top: 100px;
}
h1.top-h1 span{
	font-size: 0.8em;
}
h3,h4,h5{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	color: #222222;
	font-size: 1.43em;
	line-height: 1.8em;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}
.font01{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
}
p{
	line-height: 1.8em;
	margin:0;
}
.section-text{
	font-size: 1.05em;
	color: #333333;
	line-height: 2em;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
	font-weight: 500;
}
h2.cont-h2{
	font-size: 3em;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1.5em;
}
h2.cont-h2 span{
	font-size: 0.8em;
	font-weight: 900;
	color: #e5004f;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	border-bottom: solid 2px #d5d5d6;
}
/* Header Styles
---------------------------------*/
#header_outer{
	background:#ffffff;
	padding: 5px 0px 0px 0px;
	box-shadow: #000 0px -4px 6px;
	position: fixed;
  width: 100%;
  z-index: 999;
}
.header_section{
	position:relative;
	max-width: 960px;
	width: 100%;
	margin:  0 auto;
}
	
.logo{
	float:left;
	margin-bottom: 5px;
	}
	
.res-nav_click{ display:none;}
.logo img{
	margin: 10px auto;
}
/* Nav Styles
---------------------------------*/
.companyname{
	color: #161616;
	font-size: 0.8em;
	padding: 0px 0px 5px;
	border-bottom: solid 2px #161616;
	display: inline-block;
	margin: 10px auto;
	letter-spacing: 0.2em;
}	
.nav{
	float:right;
	}
	
.nav ul{
	list-style:none;
	padding:0px;
	}
.nav ul.toggle{
	display:none;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	margin-bottom: 0;
	}
	
.nav ul li{
	display: inline-block;
	margin: 0px;
	padding: 5px 20px 0px 20px;;
	letter-spacing: 0.2em;
	text-align: center;
}
	
.nav ul li:first-child{
	/*margin:0px;*/
	}
.nav-small{
	font-size: 8px;
	color: #e5004f;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.nav-phone{
	margin: 10px 0px !important;
}
	
.nav ul li a{
	display:block;
	font-size:12px;
	color:#444444;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: 600;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;	
	}
.nav ul li a:hover{
	border-bottom: solid #E7E7E7 5px;
	color: #e5004f;
	}
	
.box-shadow{
	box-shadow: #ccc 0px 0px 1px;
}
.mobile-nav{
	color:#E7E7E7;
}
	
/* Top
---------------------------------*/
/*.parallax{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
}*/
#top{
	background-image:url("../image/bg.jpg")!important;
	background-size:cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#top img{
	width: 100%;
	height: auto;
	margin-bottom: -1px;
}
/* Top_content
---------------------------------*/
.top_cont_outer{
	background:#f7f7f7;
	position:relative;
	}
	
.top_cont_inner{
	background-color:#efe8eb;
	background-repeat: no-repeat;
	background-position: top;
	background-size:100% 100% !important;
	position: relative;
	}
.top_content{
	position:relative;
	padding-top: 50px;
	}
.top_center_cont{
	padding:60px 0px 110px 0px;
	
	}
.top_center_cont h3{
	font-size: 1.8em;
	color: #161616;
	margin: 0 0 50px 0;
	text-align: left;
	font-weight: 700;
	text-align: center;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	}
.top_center_cont p{
	font-size: 1.3em;
	color: #555555;
	margin: 40px auto;
	line-height: 2.5em;
	letter-spacing: 0.1rem;
	}
.top_center_cont img{
	max-width: 145px;
  width: 100%;
  margin: -20px auto 0;
  display: block;
}
.white_pad{
	position:relative;
	right:0px;
	bottom:0px;
	}
	
.white_pad img{
	position: absolute;
	right:0px;
	bottom:0px;
	}
	
.top_left_cont{
	padding:110px 0;
	
	}
	
.top_left_cont h3{
	font-size:16px;
	color:#f56eab;
	margin:0 0 20px 0;
	text-align:left;
	font-family:'Lato';
	font-weight: 700;
	}
	
.top_left_cont h2{
	font-size:40px;
	color:#111111;
	line-height: 52px;
	margin:0 0 26px 0;
	font-family:'Dosis';
	text-align:left;
	font-weight:700;
	}
	
.top_left_cont p{
	font-size:16px;
	color:#888888;
	margin:0 0 30px 0;
	line-height: 26px;
	font-family:'Lato';
	}
a.more{
	font-family: 'Dosis';
	display:block;
	font-size:16px;
	width: 200px;
	height: 50px;
	line-height:46px;
	border-radius:3px;
	text-align:center;
	font-family:''Dosis'';
	text-transform:uppercase;
	font-weight: 600;
	letter-spacing: 0.2rem;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	color: #ea1b6a;
	border: 2px solid #ea1b6a;
}
a.more:hover,a.more:active{
	background:#ea1b6a;
	color:#FFFFFF;
}
/* Services
---------------------------------*/
#service{
	background-image:url(../image/white_wall_hash.png);
	background-repeat: repeat;
	background-position:center top;
	}

.service_section{
	}
	
.service_block,.service_block2{
	text-align: center;
	border: solid #efe8eb 5px;
	background-color: #ffffff;
	padding: 10px 5px;
	min-height: 180px;
	max-height: 180px;
	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
 	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.service_block2{
	min-height: 200px;
	min-width: 200px;
	max-height: 200px;
	max-width: 200px;
	border-radius: 50%;
	padding-top: 20px;
}
.service_block p,.service_block2 p{
	font-weight: 500;
	font-size: 1.05em;
	color: #161616;
	margin: 0px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.service_icon img:hover{
	background-color: #f5f5f5;
	border-radius:50%;
	width:180px;
	height:180px;
	margin:0px auto 25px;
	transition: .2s linear;
	cursor: pointer;
	}
.service_icon img:active{
	border:5px solid #ccc;
	border-radius:50%;
	width:175px;
	height:175px;
	margin:0px auto 25px;
	transition: all 0.1s ease-in-out 0s ;
	}
	
.text-area{
	padding: 0px 70px;
}
/* Service
---------------------------------*/
#section1{
	background:#f7f7f7;
	padding:100px 0px;
	background-image:url(../image/s04-activation-back.jpg);
	background-size:cover;
	background-position:center top;
	background-repeat: no-repeat;
	}
#section2{
	background:#f7f7f7;
	padding:100px 0px;
	position:relative;
	background-image:url(../image/s02-app-back.jpg);
	background-size:cover;
	background-position:center top;
	background-repeat: no-repeat;
	}
#section3{
	background:#f7f7f7;
	padding:100px 0px;
	position:relative;
	background-image:url(../image/s03-website-back.jpg);
	background-size:cover;
	background-position:center top;
	background-repeat: no-repeat;
	}
#section4{
	background:#f7f7f7;
	padding:100px 0px;
	position:relative;
	background-image:url(../image/s01-freepaper-back.jpg);
	background-size:cover;
	background-position:center top;
	background-repeat: no-repeat;
	}
/* Company
---------------------------------*/
#company{
	padding: 20px 0px 80px 0px;
	background-color: #efe8eb;
}
.company-logo{
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
	margin: 30px auto 10px auto;
}
.company-map{
	border: solid 3px #fff !important;
	border-radius: 5px;
}
caption#company-name{
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","游明朝体", "Yu Mincho","游ゴシック","YuGothic","Yu Gothic","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif !important;
	margin: 20px 0px 10px 0px;
	padding-bottom: 10px;
	color: #403E3E;
	font-size: 20px;
	letter-spacing: 0.2rem;
	line-height: 3.5rem;
}
.company-map-access{
	padding-top: 10px;
	width: 90%;
}
.company-map-access a{
	padding: 15px 20px;
	font-size: 12px;
	color: #ea1b6a;
	line-height: 2rem;
	width: 100%;
	height: auto;
	border: 2px solid #ea1b6a;
	letter-spacing: 0.1rem;
}
.company-map-access a:hover,
.company-map-access a:active{
	color: #FFFFFF;
	background-color: #ea1b6a;
}
/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 50px;
}
.main-section.contact{
}
#contact{
	padding: 20px 0px 0px 0px;
}
#contact .cont-h2 span{
	color: #ffffff;
}
.contact_section{
	margin:0 0 60px 0;
}
.contact-inner-left{
	padding: 0px 50px 30px 50px;
}
	
.form-horizontal,#contact-inner {
    background-color: #f4b5cd;
    padding: 20px;
    border-radius: 5px;
}
table.formTable {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #ff94bd;
	margin: 10px auto;
}
table.formTable th {
	padding: 10px 20px;
	font-weight: bold;
	vertical-align: top;
	color: #e5004f;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	min-width: 120px;
}
table.formTable td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.formTable tr:nth-child(2n+1){
	background-color:#ffffff;
}
table.formTable tr:nth-child(2n+0){
	background-color:#f7f7f7;
}
/* Footer
---------------------------------*/
.footer_section{
	background-color:#ed4f84;
}
.footer_bottom{
	background-color:#e5004f;
	padding: 20px 0px 0px 0px;
	color: #fff;
	letter-spacing: 0.1rem;
	margin-right:0px;
	margin-left:0px;
	}
	
.footer_bottom span{
	display:block;
	font-size:12px;
	color:#F5F5F5;
	text-align:center;
	letter-spacing: 0.1rem;
	}
	
.footer_bottom span a{
	display:inline-block;
	color:#efc300;
	font-size:16px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	} 
.footer_bottom ul li{
	display: inline-block;
	padding:0px 10px;
	margin: 10px 5px;
	border-left: solid 1px #fff; 
}
.footer_bottom a{
	color: #f5f5f5;
}
.footer_bottom a:hover,
.footer_bottom a:active{
	display: inline-block;
	color: #ffe7b0;
	border-bottom: solid 1px #fff;
	margin-bottom: 2px;
	padding-bottom: 2px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
#copyright{
	margin-bottom: 10px;
}
/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}
.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}
.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}
.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}
/*　bootstrap上書き　*/
@media (min-width: 992px) {
.container {
    width: 950px;
}
}
dl {
    margin-top: 0;
    margin-bottom: 0px;
}
th {
    min-width: 100px;
    letter-spacing: 0.02em;
}
/*　bootstrapーflatUI　*/
.form-control, .select2-search input[type=text] {
    height: 42px;
    padding: 8px 12px;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 0.93em;
    line-height: 1.467;
    color: #34495e;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    box-shadow: none;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
}
.btn {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
}
.form-control:focus,.select2-search input[type=text]:focus{
    border: 2px solid #ef528e;
    background-color: #fff5e4;
}
.btn-primary {
    color: #fff;
    background-color: #ef528e;
    border:solid 2px #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
.btn-primary:hover{
    color: #ef528e;
    background-color: #fff;
    border:solid 2px #ef528e;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #efe8eb;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover p, .hvr-sweep-to-top:focus p, .hvr-sweep-to-top:active p{
  color: #e5004f !important;
  font-weight: 500;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active{
  border: solid #ffffff 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
