/* ------------------------------------------------------------------------------
	Template Name: Rooky
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 43px;
	color: #2d3033;
}
h2 {
	font-size: 30px;
	color: #000;
	font-weight: 100;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	letter-spacing: 1px;
}
h4 {
	font-size: 17px;
	color: #000;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}

.btn {
	background-color: #e84545;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #e52e2e;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font: 13px/1.7 "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: .9375rem;
	font-weight: 400;
	color: #333;
	font-family: 'Kosugi Maru', sans-serif;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.section-title {
	margin-top: 0;
	letter-spacing: 2px;
}
h2.section-title {
    margin-bottom: 50px;
    font-size: 5rem;
   
}
h2.section-title span.en {
    font-size: 7rem;
    color: #000000;
}
h2.section-title:after{
    content: '';
    display: block;
    background: -webkit-gradient(linear,left top,right top,from(#e5459e),to(#3dbdea));
    background: -webkit-linear-gradient(left,#e5459e 0%,#3dbdea 100%);
    background: linear-gradient(to right,#e5459e 0%,#3dbdea 100%);
    width: 100%;
    height: 5px;
    margin-top: 15px;
}
.section-title span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
  color: #d9edf7;
    font-size: 3rem;
    display: block;
    margin-bottom: 10px;
}
.section-intro {
	margin: 5% 10% 5% 10%;
	color: #636363;
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 1px;
}
p.right_txt {
    text-align: right;
}
.consultation {
    font-size: 0.87rem;
    display: inline-block;
    /* text-align: right; */
}
.icon {
	font-size: 33px;
	color: #000;
}
.img-responsive {
	margin: auto;
}
br.for-pc {
    display: block;
}
.contbox {
    border-radius: 10px;
    padding: 60px 95px;
    background-color: #fff;
   margin-bottom: 50px;
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    position: relative;

}
span.en {
    display: inline-block;
   
}
.whycont{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-box-shadow: 25px 25px 60px rgba(15,41,53,.1);
    box-shadow: 25px 25px 60px rgba(15,41,53,.1);
}
.c-box {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}
.d-box {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}
.flex {
    display: flex;
}
@media screen and (max-width: 1024px) {
	.flex{ 
		 -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
		  -webkit-justify-content: center;
    justify-content: center;
}
		.flex > div {margin-bottom: 20px;}
}
.block1 {
    /* 2秒遅れてアニメする */
    animation-delay: 1s;
   
}
.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
figure {
    padding: 50px 0px;margin-top: 50px;
    background-color: #f1f1f1;position: relative;
}
figure.next {
    background-color: #f1f7fb;
}

p.a_txt {
    position: absolute;
    top: 0;
    right: 45%;
    font-size: 2rem;
    z-index: 9999999999;
    color: #333;
    letter-spacing: 2rem;
    font-weight: 900;
}
figure.under:before {
    content: "";
    display: block;
    position: absolute;
   right: 45%;
    width: 0;
    height: 0;
    top: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-color: #ccc;
    color: #0080ff;
    z-index: 999;
    background-color: #fff;
}
@media screen and (max-width: 1024px) {
figure.under:before {
  right: 40%;
}
	p.a_txt {
  
    right: 40%;
   
}
}

p.txt_bold {
    padding-top: 80px;
    font-weight: 900;
    font-size: 4rem;
padding-bottom: 10px;
	color: #FF7C00;
  background: -webkit-linear-gradient(top, #FFB76B 0%, #FFA73D 50%, #FF7C00 51%, #FF7F04 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-align: center;
}
figure.under:after {
    content: "";
    display: block;
    position: absolute;
    /* top: 0px; */
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 50px solid transparent;
    border-top: 50px solid #f1f1f1;
    border-bottom-width: 0;
    bottom: -50px;
}
figure img {
    width: 90%;
}

p.txt {
    text-align: left;
    padding-left: 30px;
    font-size: 2rem;
    line-height: 4rem;
}
.en{font-family: 'Montserrat', sans-serif;}
.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
 
.scrollTop a {
    font-size: 18px;
    color: #fff;
    background: #1856C9;
    padding: 20px;
     display: inline-block;  z-index: 99;    
}
.scrollTop a:hover{
        background: #44CAFF;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
header .head-logo {
    display: table;
    margin-left: 50px;
}
.head-logo img {
    width: 100px;
    padding: 3px;
}
header .head-logo a {
    /* display: block; */
    vertical-align: middle;
    display: table-cell;
    color: #e53e20;
    font-weight: 900;
   font-size: 2rem;
    white-space: nowrap;
}
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
.pages #header{background-color: #337ab7;}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s; 
	display: flex;
}
#header .logo {
    float: left;
    /* padding: 18px; */
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
}
#header.fixed {
	background-color: #337ab7;
}
#header.fixed .head-logo a{
   color: #fff
}
#header.fixed .navigation a{
   color: #fff
}
#header.fixed .navigation a:hover{color: #e8552c;}
#header.fixed .header-content {
    border-bottom: 0;
    padding: 10px 0;
    
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
    margin-top: 20px;
    margin-left: auto;
}
.navigation li {
	display: inline-block;
}
.navigation li span.en {
    display: inline-block;
  
}
.navigation a {
	color: #e8552c;
	font-size: 14px;
	font-weight: 900;
	margin-left: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #286090;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #1e08ff;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #1e08ff;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}


.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.topinner h1 {
    font-size: 5rem;
    color: #286090;
    text-align: center;
    line-height: 7rem;
    /* width: 100%; */
}
.topinner p.catch {
    text-align: center;
    color: #a94442;
    /* -webkit-text-stroke: 2px #f76b28; */
    text-stroke: 1px #FFF;
    font-size: 3rem;
    line-height: 4rem;
    text-shadow: 1px 1px #f5f5f5, 2px 2px #a94442;
}
.box {
    background-color: #fff;
    padding: 40px 50px;
    margin-top: 30px;
}
.box span.occupation {
    background-color: #e5c851;
    font-size: 3rem;
    padding: 5px 20px;
    border-radius: 50px;
    color: #000;
}
.consultation{}
.box ul {
    color: #286090;
    display: flex;
    font-weight: 900;
}
@media screen and (max-width: 1024px) {
	.box ul {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
	
}

.box ul li {
    font-size: 2rem;
}
.banner {
   background-image: url(../images/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
   
    background-size: cover;
   background-color: #ffffff;
    min-height: 800px;position: relative;
}
div#banner {
    position: relative;
}
.topinner {
  width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    /* margin: auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px;
    
    color: #fff;
   
    margin-top: 100px;
}
.contact .banner {
	min-height: 100px;
}
.banner-text {
	padding-top: 35%;
}
.banner-text h1 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	line-height: 48px;
	margin-bottom: 5%;
}
.banner-text span {
	font-weight: 300;
	font-size: 6rem;
	display: inline-block;
	padding-top: 20px;line-height: 6rem;
}
.banner-text p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 7%;
}
.banner-img {
    bottom: -187px;
    position: relative;
}
.banner-btn a {
	margin-right: 15px;
	display: inline-block
}
/* ------------------------------------------------------------------------------
	Overview
-------------------------------------------------------------------------------*/
.overview-content h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.overview-content p {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 1px;
	padding-right: 12%;
}
.overview-video {
	margin: auto;
	margin-bottom: 7%;
}
.overview-video iframe {
	width: 800px;
	height: 450px;
}
/* ------------------------------------------------------------------------------
	Feature 1
-------------------------------------------------------------------------------*/
.features1 {
	background-color: #f2f2f2;
}
.left {
    text-align: right;
    /* padding-right: 5%; */
    padding: 5%;
}
.middle {
	padding-left: 3.5%;
}
.right {
	padding-left: 5%;
}
.features1-content {
    margin-top: 10%;
   
}
.features1-content p.ttl {
    text-align: center;
    color: #333;
    background-color: #fff;
    font-weight: 900;
    width: 100px;
}
.features1-content.left.bg {
    background-color: #ffffff;
    margin-bottom: 50px; color: #333;
}
.features1-content h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 3rem;
    text-align: center;
  color: #fde31b;
    font-weight: 900;
}
.features1-content p {
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
  
    text-align: left;
    font-size: 16px;color: #fff;
}
.features1-content.left.bg p{
	color: #333;
}
.features1-content.left.bg h4{
	color: #284add;
}
p.img-area {
    text-align: center;
}
span.icon-num {
   color: #284add;
   
   font-size: 2rem;
    display: block;
}
.row.features1-content-space {
       width: 100%;
    background-image: url(../images/bg-ph.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;

}
.row.features1-content-space:before{
	background-color: #0c8fff85;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.features1-content.left.bg p.ttl{
	background-color: #d7e8fc;
}
/* ------------------------------------------------------------------------------
	Feature 2 & 3
-------------------------------------------------------------------------------*/
h2.list {
    color: #ead954;
    line-height: 50px;
    font-size: 3.2rem;
    font-weight: bold;
   background: -webkit-linear-gradient(top, #FFB76B 0%, #FFA73D 50%, #FF7C00 51%, #FF7F04 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   text-align: center;
}
h2.list span {
	font-weight: 900;
}
.features2 {
	padding-bottom: 0;
}
.features2-content {
}
.features2-content img {
	bottom: -100px;
}
.features2-content p {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 1px;
}
.features2-content ul {
	margin-top: 7%;
	line-height: 36px;
	font-weight: 300;
}
.features2-content ul li {
	color: #3b3be8;
	font-size: 3rem;
	line-height: 5rem;
}
section#contact {
   
    background-color: #d9edf7;
}
.features3 {
   
    padding-bottom: 0;
}
p {
    font-size: 16px;
    line-height: 30px;
}
.features3 img {
	
}
p.arrow-box {
	font-size: 3rem;
	line-height: 3rem;
	border-radius: 10px;
	padding: 30px;
	margin-top: 2%;
	color: #3d3998;
	background-color: #f2f2f2;
}
p.arrow-box span {
	display: block;
	font-size: 2rem;
}
p.im-txt {
	font-size: 3rem;
	color: #000;
	font-weight: 900;
	line-height: 5rem;
}
p.im-txt span {
	font-size: 0.8rem;
}
.fa-arrow-down:before {
	font-size: 5rem;
}
.row.case {
	margin-top: 100px;
	border-top: 1px solid #cccc;
	padding-top: 50px;
}
/* ------------------------------------------------------------------------------
	Owl Coursol
-------------------------------------------------------------------------------*/

#owl-demo .item {
	text-align: center;
}
/* ------------------------------------------------------------------------------
	Subscribe
-------------------------------------------------------------------------------*/

.overlay {
	background-color: #0c8fff85;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.subscribe {
	width: 100%;
	background-image: url('../images/parallax-bg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.subscribe h2 {
	margin-top: 0;
	font-size: 5rem;
	color: #fff;
	letter-spacing: 2px;
}
.subscribe span {
	font-weight: 300;
}
.subscribe h3 {
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: 100;
	color: #fff;
	letter-spacing: 1px;
}
.subscribe p {
	
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	letter-spacing: 1px;
}
.subscribe p.note {
	margin: 0;
}
.subscribe-form {
	margin-top: 45px;
}
.subscribe-form input[type=text] {
	width: 75%;
	height: 60px;
	display: block;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	line-height: 60px;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 300;
	float: left;
}
.subscribe-form input:focus {
	outline: 0;
}
.subscribe-form input[type=submit] {
	width: 25%;
	height: 60px;
	display: block;
	padding: 0 10px;
	background-color: #a0ce4e;
	border: 1px solid #a0ce4e;
	color: #fff;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	-webkit-transition: all 0.125s ease-in-out 0s;
	-o-transition: all 0.125s ease-in-out 0s;
	-ms-transition: all 0.125s ease-in-out 0s;
	float: right;
}
.subscribe-form input[type=submit]:hover {
	background-color: #7ebb12;
	border: 1px solid #7ebb12;
	color: #fff;
}
.error_message {
	color: #fc6e51;
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 30px;
}
#success_page {
	color: #9ce726;
	padding-bottom: 10px;
	font-size: 12px;
}
#success_page h3 {
	font-size: 17px;
	font-weight: 400px;
	color: #4ab217;
}
#success_page p {
	font-size: 12px;
	font-weight: 400px;
	color: #b3b3b3;
}
ul.price-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
ul.price-list li {
	margin: 3px;
	font-size: 15px;
	color: #fff
}
.price-box {
	background-color: #ffffff4d;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	padding-left: 50px;
	padding-right: 50px;
}
.conForm input {
	background: #fff;
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 20px;
	outline: none;
	font-style: normal;
	border: #dedede 1px solid;
	font-size: 15px;
}
.conForm label span {
	font-size: 12px;
	margin-left: 6px;color: #e54521;
}
select.formrun-has-success {
	height: 40px;
	font-size: 14px;
	padding: 0 10px;
	border: #dedede 1px solid;
	margin-bottom: 20px;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	background: #fff;
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 140px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: #dedede 1px solid;
}
.conForm .submitBnt {
	background: #a0ce4e;
	color: #fff;
	padding: 15px 40px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #3d3d3d;
	color: #fff;
}
.error_message {
	color: #ff675f;
	font-weight: 500;
	padding-bottom: 15px;
}
#success_page h3 {
	color: #5ed07b;
	font-size: 17px;
	font-weight: 700;
}
.conForm label {
	display: block;
	margin: 0 0 8px 0;
	text-align: left;
	font-size: 16px;
}
p.error_messe {
	color: #ff2121;
}
table.office-table {
	margin: 20px auto;
	font-size: 1.2em;
	width: 100%;
}
.office-table th {
	background-color: #eee;
	border: solid 1px #777;
	padding: 30px 10px;
	border-right: none;
	border-left: none;
	font-size: 1.5rem;text-align: center;
}
.office-table td {
	border: solid 1px #777;
	border-left: none;
	padding: 20px;
	border-right: none;
	font-size: 1.5rem;
}
/* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
.footer ul.footer-menu li a {
    color: #fff;
    margin: 10px;
    font-size: 1.5rem;
}
.footer {
    text-align: center;
  
    background: #667db6;
    background: -webkit-linear-gradient(to bottom, #667db6, #0082c8, #0082c8, #667db6);
    background: linear-gradient(to bottom, #667db6, #0082c8, #0082c8, #667db6);
}
.footer p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    
    color: #ccc;
}
.footer p > a {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 900;
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #ffffff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 22px 0;
	margin: 0 10px;
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	color: #fff;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
ul.footer-menu {
	 display: -webkit-flex;
    display: flex;
}

ul.current {
   
}
p.ph-area {
    text-align: right;
}
ul.current li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0px 20px;
    display: flex;
    border: 3px solid #f1f7fb;
    border-radius: 10px;
    padding: 20px;
    margin: 0 -7px 15px;
}
ul.current li:last-child{
	margin-right: 0
}
.block-num {
   
    display: inline-block;
   
    font-weight: 700;
    font-family: 'Rubik';
    font-size: 25px;
    text-align: center;
}
.block-txt {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: left;margin-left: 30px;
}
.block-txt h3 {
    font-size: 20px;
    letter-spacing: 1.87px;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffff7f 0%) repeat scroll 0 0;
    display: inline;
    text-align: left;
    vertical-align: bottom;
}
#overview {
    padding-top: 128px;
    padding-bottom: 50px;
    overflow: hidden;
}
#overview .cont{
	position: relative;
}

section.txt-area {
 
}
.function_list span.icon {
    display: block;
    text-align: center;
	padding-top: 15px;
    color: #fff;padding-bottom: 10px;
}
.function_list li {
    text-align: center;
    font-size: 2rem;
    /* background-color: #ccc; */
    margin-right: 2%;
    padding: 10px;
    border: 1px solid #8a6d3b;
    font-weight: 900;
    color: #000000;
    background-color: #f5931a;
}
.function_list strong {
    padding-right: 10px;
   color: #ffffff;
}
ul.function_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.row.option-inner {
        border: 10px solid #284add;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 30px;
    padding: 20px;
}
h3.optionttl {
    color: #284add;
}

i.fa.fa-arrow-down {
    display: block;
    color: #777;
}
.block-num span {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    text-align: center;
   
  color: #ffffff;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-box-shadow: 25px 25px 60px rgba(15,41,53,.1);
    box-shadow: 25px 25px 60px rgba(15,41,53,.1);
   background: #3494E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #EC6EAD, #3494E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #EC6EAD, #3494E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
box-shadow: 2px 2px 8px rgba(30,39,50,.13);
 
}
.block-num span b {
    position: absolute;
  
    top: 80px;
    left: 0;
    right: 0;
    line-height: 3rem;
    bottom: 0;
    margin: auto;
}
p.annotation {
    text-align: right;
    font-size: 0.8em;
}

.col-md-12.footer-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.col-md-12.footer-inner ul {
    margin-left: auto;
}
/* ------------------------------------------------------------------------------
	下層
-------------------------------------------------------------------------------*/
.pages #header .header-content {
	padding: 0px 0;

}
.pages .navigation {
    margin-top: 25px;
  
}
.pages .navigation a {
    color: #fff;
}
.pages .navigation a:hover {
    color: #fff;
}
.pages main.contact.contact-pages {
    padding-top: 74px;
}
.pages{}
.pages{}

















