/*-----------------------------------------------------------------------------------
Template Name: Saiyo cloud 
Template URI: https://h-cloud.jp
Description: This is Saiyo cloud website templagte 
Author: YAEKO KANAMARU
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Title-Style
3. Button-Style
4. Helper-Classes
5. MainMenu-Area
6. Page-Style

テーマカラー　#A3BE78
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/



/*-----------------
2. Title-Style
------------------*/
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: auto;
    font-size: 16px;
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    color: #333;    
    background-color: #fff;
	position: relative;
}

.dark-color {
    color: #434345;
}

.page-title .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8790af;
    font-weight: 600;
}
.text-center.page-title .title:before, .page-title .title:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #e1e1e1;
    margin: 0 15px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.page-title{
	margin-bottom: 80px;
}
.pr-area .page-title{
	margin-bottom: 20px;
}
.info-area dl,
.company-area dl{
	border-bottom: 1px solid;
	border-color: #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.info-area dl:before,
.company-area dl:before,
.info-area dl:after,
.company-area dl:after{
  content: "";
  display: block;
  clear: both;
}    
.info-area dt,
.company-area dt,
.info-area dd,
.company-area dd{
	padding: 10px 15px;
}
@media (min-width: 768px) {
	.info-area dd,
	.company-area dd{
		padding-left: 22%;
	}	
}

@media (min-width: 768px) {
	.info-area dt,
	.company-area dt{
		width: 22%;
		float: left;
	}
}
@media (max-width: 420px) {
	.mainmenu-area.affix {
	    position: static;
	} 
	.pr-area .text-center.page-title .title:before, 
	.pr-area .page-title .title:after{
		width: 10px;
		margin: 0 5px;
	}
	.info-area .text-center.page-title .title:before, 
	.info-area .page-title .title:after{
		width: 10px;
		margin: 0 10px;
	}
	.company-area .text-center.page-title .title:before, 
	.company-area .page-title .title:after{
		width: 10px;
		margin: 0 5px;
	}
}
/*
.color-guide{
	display: none;
}
*/
/*-----------------
2. Button-Style
------------------*/
.bttn-white {
    position: relative;
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none;
}

.bttn-white img {
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}

.bttn-white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}
.bttn-default a,
.bttn-white a{
	display: block;
}

.bttn-default a:hover,
.bttn-white a:hover,
.bttn-white.active,
.bttn-white:hover {
    color: #ffffff!important;
    text-decoration: none;
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 0;
}

.bttn-default,
.bttn-white {
    padding: 12px 30px;
    background-color: #ffffff;
    display: inline-block;
    color: #768ede;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
}

.bttn-default .lnr,
.bttn-white .lnr {
    margin-right: 10px;
}

.bttn-default {
    padding: 12px 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bttn-default:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    text-decoration: none;
}

.sq {
    border-radius: 3px !important;
}

.bttn-border .bttn-white:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100px;
    left: 2px;
    top: 2px;
}


/*-----------------
4. Helper-Classes
------------------*/
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.space-10 {height: 10px;}
.space-20 {height: 20px;}
.space-30 {height: 30px;}
.space-40 {height: 40px;}
.space-50 {height: 50px;}
.space-60 {height: 60px;}
.space-70 {height: 70px;}
.space-80 {height: 80px;}
.space-90 {height: 90px;}
.space-100 {height: 100px;}

.background-picture {
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
}

.section-padding-top {
    padding-top: 120px;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.angle,
.overlay,
.overlay-color {
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.5;
    z-index: -2;
}

.overlay-color:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    opacity: 0.8;
    /* IE6-9 fallback on horizontal gradient */
    z-index: -2;
}

.angle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, right top, color-stop(50%, #ffffff), color-stop(50%, transparent)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    z-index: -1;
}

.dark-color {
    color: #434345
}

.blue-color {
    color: #5e88fc;
}

.white-color {
    color: #ffffff !important;
}

.gray-bg {
    background-color: #f5f6ff;
}
/*-- 5. MainMenu-Area --*/

.mainmenu-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 140px 15px 0;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area.affix {
    position: fixed;
    top: 0;
}

.mainmenu-area.affix:before {
    opacity: 1;
}

.mainmenu-area .right-button {
    position: absolute;
    right: 15px;
    top: 12px;
}
.mainmenu-area .right-button a:hover{
	text-decoration: none;
}
.mainmenu-area .right-button a {
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
}

.mainmenu-area.affix .right-button a {
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
}

.mainmenu-area.affix .right-button a:hover {
	opacity: 0.9;
	color: #fff;
}
.mainmenu-area .right-button a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #768ede;
}

.mainmenu-area ul.mainmenu {
    text-align: center;
    float: none;
    display: block;
}

.mainmenu-area ul.mainmenu li {
    float: none;
    display: inline-block;
    text-align: center;
}

.mainmenu-area ul.nav.navbar-nav li a {
    color: #ffffff;
    padding: 10px 2px;
    text-transform: capitalize;
    background: transparent;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    margin: 0 15px;
}

.mainmenu-area ul.nav.navbar-nav li a:hover,
.mainmenu-area ul.nav.navbar-nav li.active a {
    border-bottom-color: #ffffff;
}

.mainmenu-area .navbar-brand {
    height: auto;
    padding: 0 15px;
}

.mainmenu-area .navbar-brand img {
    height: 40px;
}
.navbar-brand h1{
	font-size: 24px;
	color: #fff;
	padding: 0;
	margin: 0;
}
/*-----------------
6. Page-Style
------------------*/
/* メインビジュアル */
.main-area{
	width: 100vw;
	height: 100vh;	
	position: relative;
}
.main-text{
	position: absolute;
	top:30%;
	width: 100%;
}
.main-text h2{
	line-height: 2em;
	max-width: 90%;
	margin: 0 auto 20px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.64);
}
.main-area .main-btn{
	position: absolute;
	bottom: 15%;
	width: 100%;
}
@media (max-width: 768px) {
	.main-text h2{
		font-size: 22px;
	}	
	.main-area .main-btn{
		position: absolute;
		bottom: 10%;
		width: 100%;
	}
}
/* PR */
.pr-logo img{
	max-width: 200px;
	height: auto;	
}
.pr-text{
	text-align: center;
	line-height: 2em;
	font-size: 130%;
}
.fixed-bg {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.fixed-bg.has-image{
	padding-top: 550px;
}
.fixed-bg.no-image{
	padding-top: 140px;	
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);		
}
#form-page .fixed-bg{
	padding-top: 140px;		
}
#form-page .fixed-bg{
  background-size: cover;	
}
.fixed-bg .container{
	background: #fff;
}
@media (max-width: 420px) {
	.fixed-bg {
	  min-height: auto;
	  background-attachment: fixed;
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	}
	.fixed-bg.has-image{
		padding-top: 250px;
	}	
}
.footer{
    padding: 20px;
    background: #333;
    color: #fff;
}
.contact-area .page-title .title{
	color: #ffffff!important;
}
.contact-area .contact-btn{
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	font-size: 18px;
}
.contact-btn i{
	padding-right: 5px;
}
.sns_link{
	padding: 0;
	list-style-type: none;
    text-align: center;
    font-size: 50px;
    display: table;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.sns_link a{
	color: #fff;
}
.sns_link a:hover{
	opacity: 0.6;
}	
.sns_link li{
	display: table-cell;
}
.bg-theme-color{
	margin-top: 40px;
	padding: 40px 0;
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);	
}
.color-guide {
	position:fixed;
	bottom: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.53);
	padding: 15px;
	z-index: 2;
	border-radius: 10px;
}
.color-guide ul{
	list-style-type: none;
	font-size: 12px;
	padding: 0;
	color: #fff;
}
.color-guide span{
	width: 40px;
	display: inline-block;
	height: 1em;
	border-radius: 10px;
	margin-right: 5px;	
}
.color-guide span:hover{
	cursor:pointer;
	opacity: 0.8;
}
#form-page .mainmenu-area .right-button{
	display: none;
}
#form-page .bttn-default.no-color a{
	color: #9e9e9e;
}	
#form-page .bttn-default.no-color{
    background: rgb(249, 249, 249);
    background: -webkit-linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f2f2f2', GradientType=1);		
}

/* 採用一覧ページ */
body#recruit{
	background:#fafafa;
	font-size: 16px;
}	
.recruit-head{
	background: rgb(69, 127, 202);
    background: -webkit-linear-gradient(45deg, rgba(69, 127, 202, 1) 0%, rgba(86, 145, 200, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(69, 127, 202, 1) 0%, rgba(86, 145, 200, 1) 100%);
    background: linear-gradient(45deg, rgba(69, 127, 202, 1) 0%, rgba(86, 145, 200, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457fca', endColorstr='#5691c8', GradientType=1);
}
.recruit-head h1{
	padding: 15px;
	line-height: 1;
	margin: 0px;
}
.recruit-head h1 img{
	width: 150px;
	height: auto;
}
.search-box .filter-option{
	border: 1px solid #ccc;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 8px!important;
	font-size: 13px;
}
.search-box .bootstrap-select .btn.dropdown-toggle.select-with-transition {
    background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d200 1px, rgba(210, 210, 210, 0) 1px);
}
.search-box .bootstrap-select{
	width: 100%!important; 
}
.serch_free .btn{
	margin: 0 0 0 20px;	
}
@media (max-width: 420px) {
	.serch_free .btn{
		margin: 20px 0 0 0;	
	}
}
#search_free_word{
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d200 1px, rgba(210, 210, 210, 0) 1px);	
}
article.card .card-body{
	font-size: 14px;
}
article.card .card-header {
    background: #ebf6ff;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 30px 0;
}    
article.card .card-header h3{
	margin-top: 10px;
}
article.card .card-footer{
	font-size: 14px;
}
article.card .card-footer .btn{
	font-size: 13px;
}
.card-footer .contact-btn{
	display: inline-block;

}
.card-footer .contact-btn a{
	color: #333;
	display: block;
	border: 1px solid #ccc;	
	padding: 10px 15px;
	border-radius: 100px;	
}
.card-footer .contact-btn a:hover{
	background: #ccc;
	
}
.card-footer .contact-btn:first-child{
	margin-right: 10px;
}	
.recruit-pagination{
	margin-bottom: 80px;
}
.youtube-area iframe{
	margin-top: 40px;
}
.btn-motto{
    margin-bottom: 40px;
    margin-top: 20px;	
}
.btn-motto .btn{
    width: 200px;
    font-size: 14px;
    color: #457fca!important;
}
.btn-motto .btn:hover{
	color: #fff!important;
    background: rgb(69, 127, 202);
    background: -webkit-linear-gradient(45deg, rgba(69, 127, 202, 1) 0%, rgba(86, 145, 200, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(69, 127, 202, 1) 0%, rgba(86, 145, 200, 1) 100%);
    background: linear-gradient(45deg, rgba(69, 127, 202, 1) 0%, rgba(86, 145, 200, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457fca', endColorstr='#5691c8', GradientType=1);
}  
#myBtn{
	font-size: 13px;
	cursor:pointer;
    color: #457fca;	
} 
.search-box .btn{
	font-size: 13px;
}
#gender .form-check-label{
	font-weight: normal;
}
@media (max-width: 768px) {
	#recruit .card .card-footer{
		display: block;
	}
	#recruit .card .card-footer .contact-btn{
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
}


/* 料金ページ */
.table_container{
  width: 100%;
  overflow: auto;
}
.price_table{
	width: 99.9%;
	margin-bottom: 10px;
}
.price_table tr{
	border-bottom: 1px solid #efefef;
	text-align: center;
}
.price_table th{
	padding: 8px;
	text-align: center;	
}
.price_table th.tr01{
	padding: 12px;
}
.price_table td{
	padding: 8px;
	border-right: 1px solid #efefef;
}	
.price_table .num{
	font-weight: bold;
	font-size: 22px;
	padding: 0 5px;
	color: #5e5e5e;
}
.price_table .yen{
	font-weight: bold;		
}	
.emphasis .num{
	font-size: 28px;
}
th.plan01{
	background: #48D6C1;
	color: #fff;
}
th.plan02{
	background: #4CBAE0;
	color: #fff;
}
th.plan03{
	background: #554EC9;
	color: #fff;
}
th.plan04{
	background: #9344ED;
	color: #fff;
}	
.emphasis td.plan01 .num{
	color: #48D6C1;
}
.emphasis td.plan02 .num{
	color: #4CBAE0;
}
.emphasis td.plan03 .num{
	color: #554EC9;
}
.emphasis td.plan04 .num{
	color: #9344ED;
}	
.price_table .basic{
    background: rgb(234, 234, 234);
    background: -webkit-linear-gradient(180deg, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(180deg, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f2f2f2', GradientType=1);
}			
.font-13{
	font-size: 13px;
}

@media (min-width: 768px) {
    .card-footer .contact-btn a.sm_only{
        display: none;
    }
    .sm_only{
        display: none;
    }
}

