@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    /*font-size:75%;*/
    font-size:1rem;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #292929; /* 標準文字色 */
    /*min-width: 990px;*/
	width:100%;
	min-width: 1000px;
	/*background-color: #f0f4f6;*/
	background-image:url(ahb-background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;	
	box-sizing: border-box;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    /*font-size: 70%;*/
	font-size: 1rem;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-main{
    /*width: 654px;*/
	width:880px;
    /*float: left;*/
    text-align: left;
    padding-bottom: 20px;
	/*padding-left: 27px;*/
}

.hpb-layoutset-01 #hpb-main{
    /*padding-top: 470px;*/
	padding-top: 50px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 158px;
}

#hpb-aside{
    width: 246px;
    float: right;
    text-align: center;
	padding-bottom: 20px;
	padding-right: 17px;
}
.hpb-layoutset-01 #hpb-aside{
	/*padding-top : 470px;
	padding-top : 570px;*/
	display:none;
}
.hpb-layoutset-02 #hpb-aside{
	padding-top: 156px;
	overflow: visible;
}

#hpb-footer{
    clear: both;
}


#hpb-nav{
    /*width: 929px;*/
	width: 100%;
    height: 50px;
    /*overflow: hidden;*/
	overflow:visible;
    position: absolute;
    /*top: 406px;*/
	top: 0px;
       /*left: 14px;*/
	right:0;
	border-bottom: 1px solid #e0e0e0;
}
.hpb-layoutset-02 #hpb-nav{
	top: 93px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
    /*max-width: 990px;*/
	width: 100%;
    /*height: 411px;*/
    height:auto;
    text-indent: -9999px;
    overflow: hidden;
	background-image : none;
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	/*top: 4px;*/
	top: 50px;
	/*left: -15px;*/
}

.hpb-layoutset-02 #hpb-title{
    /*width: 990px;*/
	width: 100%;
    height: 89px;
    height:auto;
    background-image : url(titleBg_1B1a_01.png);
    background-size:contain;
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: -15px;
}

/* ナビゲーション */

#hpb-nav ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: center;
	letter-spacing: -0.4em;
	background-color: #199fab;
	/*height: 44px;
	overflow:hidden;*/
	height:50px;
	overflow:visible;
	}


#hpb-nav li{
    display: inline-table;
    /*font-size: 12px;*/
	font-size:1rem;
	letter-spacing: 0.1em;
}

#hpb-nav li a{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
	/*height: 44px;
	line-height: 44px;*/
	height: 50px;
	line-height: 50px;
	border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #fff;
}
#hpb-nav li a:hover{
	background-color: #64cad3;

}

#hpb-nav ul .child-menu{
	display:none;
}

#hpb-nav li{
	transition: 1.0s;
}
#hpb-nav li:hover .child-menu{
	display: block;

}

#hpb-nav ul .child-menu{
	background-color:transparent;
	background-color:rgba(25,159,171,0.9);
	height:auto;

}

#hpb-nav ul .child-menu li{
	display:block;
	border-top:1px dotted #fff;
	line-height:3rem;
	color:#fff;
	border-right:none;

}

#hpb-nav ul ul li:hover{
	background-color: #64cad3;
}

/******************************
 * フェードイン設定
 ******************************/

 .effect {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.effect-right{
	opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
} 

.is-fadein-right {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.effect-left{
	opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
    transition: opacity 1s, visibility 1s, transform 1s;
} 


.is-fadein-left {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*求人アイコン*/
.recbutton {
    display: none;
}

/*トップページ*/

#toppage p.large{
	top: -10px;
	left: -8px;
}

/*denpo*/
.denpo-top{
	display:flex;
    flex-wrap:wrap;
    max-width:1280px;
    margin:auto;
    padding:5% 0;
}

.denpo-box{
	width: 46%;
    margin:2%;
    flex-grow: 1;
}

.denpo-box span{
	color: red;
	font-size: large;
	font-weight: bold;
}

.denpo-top p{
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-right: 20px;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
	margin-left: 10px;
    margin-right: 10px;
}

.denpo-box-mini-left{
	width: 10%;
	height: auto;
	flex-grow: 1;
}

.denpo-box-mini-right{
	width: 35%;
	flex-grow: 1;
	align-items: center;
	display: flex;

}

.denpo-box-mini-right p span {
	color: red;
	font-size: 23px;
}

.way{
	border: 3px solid#64cad3;
	padding: 10px;
	display: inline-block;
	align-items: center;
	width: 790px;
	text-align: center;
	font-weight: 900;
}	

.cloud-box-price,.cloud-box-function{
	display:flex;
    flex-wrap:wrap;
    max-width:1280px;
    margin:auto;
    padding: 0;
}

.cloud-box-price-box{
	width: 46%;
    margin:2%;
    flex-grow: 1;
}

.cloud-box-function-box1,.cloud-box-function-box3,.cloud-box-function-box5,.cloud-box-function-box7{
	width: 24%;
	margin: 0 1% 2% 0;
	flex-grow: 1;
	background-color: aliceblue;
}
.cloud-box-function-box2,.cloud-box-function-box4,.cloud-box-function-box6,.cloud-box-function-box8{
	width: 24%;
	margin: 0 1% 2% 0;
	flex-grow: 1;
	background-color: #ffffe0;
}

.cloud-box-function-box9,.cloud-box-function-box11{
	width: 24%;
	margin: 0 1% 2% 0;
	flex-grow: 1;
	background-color: #ffe5f2;
}
.cloud-box-function-box10,.cloud-box-function-box12{
	width: 24%;
	margin: 0 1% 2% 0;
	flex-grow: 1;
	background-color: #eaeaff;
}

.function-p{
	text-align: center; 
	padding: 10px; 
	border-radius: 4px; 
	font-weight: 400; 
}
.function2-p{
	margin: 10px 0;
	text-align: center; 
	background-color: #efffe0;
	padding: 10px; 
	border-radius: 4px; 
	font-weight: 400; 
}

.cloud-box-function-box1-p{
	text-align: center; 
	margin: 20px 4% 5px !important; 
	font-weight: 700;
	background-color: #fff;
	width: 92%;
	height: 50px;
	padding: 0 !important;
	display: flex;
    align-items: center;
    justify-content: center;
}

.cloud-box-function p{
	padding: 3%;
	margin: 1%;
}

.cloud-box-price li{
	background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #41b3bd;
	text-align: left;
    line-height: 1.5;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.cloud-top-img{
	max-width: 880px;
}

.new-box{
	display:flex;
    flex-wrap:wrap;
    margin:auto;
    padding: 0;
}
.new-box2{
	display:flex;
    flex-wrap:wrap;
    margin:auto;
    padding: 0;
	background-image: url(cloud/homeoffice.jpg); 
	background-size: cover; margin-top: 20px;
}

.new-box-mini{
	width: 46%;
    margin:2%;
    flex-grow: 1;
}
.new-box-mini2{
	width: 56%;
    margin:2%;
    flex-grow: 1;
}
.new-box-mini3{
	width: 36%;
    margin:2%;
    flex-grow: 1;
}
.new-box-mini li{
	font-size: 32px;
	font-weight: 400;
}
.new-box-mini p{
	margin-bottom: 1em;
}
.new-box-mini2-p{
	font-weight:bold; 
	font-size: 30px;
	padding: 5%;
	margin-bottom: 1em;
	text-decoration: underline; 
	text-decoration-style: dashed;  
	text-underline-offset: 8px; 
	text-decoration-color: darkred;
}

.menu{
	font-weight: 600;
	color: cadetblue !important;
	text-decoration: none;
	padding-left: 20px;
}

.fixed-background {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}


 
.background-1 {
  background-image: url(img/rec-haikei.jpg);
}

.top-rec{

	margin: 5% 0;
}
.top-rec-box{
	max-width: 1080px;
	margin: 0 auto;
	padding: 5%;
	display:flex;
    flex-wrap:wrap;
}
.top-rec-box-l{
	width: 50%;
	margin: 0;
	padding: 0;
	flex-grow: 1;;
}
.top-rec-t{
	color: #fff;
	font-size: 45px;
	font-weight: 600;
}

.top-rec-t-p{
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
}
.top-rec-box-r{
	width: 50%;
	margin: 0;
	padding: 0;
	flex-grow: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 50px;
  padding: 0 20px;
  margin: 40px auto;  
  font-size: 18px;
  font-weight: 500;  
  letter-spacing: 2px;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #199fab;
  border: 2px solid #199fab; 
  box-sizing: border-box;
  transition: background-color .18s ease, color .18s ease, 
              box-shadow .18s ease, transform .06s ease;
}

/* ホバー / フォーカス */
.btn-3:hover,
.btn-3:focus {
  background-color: #d9e5ec80;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(30,35,97,0.12);
  text-decoration: none;
}

.btn-3:focus-visible {
  outline: 3px solid rgba(30,35,97,0.15);
  outline-offset: 3px;
}

.btn-3:active {
  transform: translateY(1px);
}

.rec-sub p{
	color: #fff;
	font-weight: 500;
	font-size: 16px;	
}
.rec-sub{
	padding: 5% 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-color: #29292980;
	background-blend-mode: overlay;
}



/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-main{
		width: 96%;
		float: none;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-main{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-top: 2em;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-aside{
		display:block;
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-aside{
		padding-top: 0;
	}
	#hpb-nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		background-color: #199fab;
	}
	.hpb-layoutset-02 #hpb-nav{
		top: 0;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
	.hpb-layoutset-01 #hpb-title{
		width: 100%;
		height: auto;
		overflow: hidden;
		background-size: contain;
		position: relative;
		top: 0;
		left: 0;
	}
	.hpb-layoutset-02 #hpb-title{
		width: 100%;
		background-size: cover;
		background-position: top left;
		position: relative;
		top: 0;
		left: 0;
		display: none;
	}

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		height: auto;
	}
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#hpb-nav li{
		display: block;
	}
	#hpb-nav li a{
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		line-height: 1.4;
		border-right-width: none;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #fff;
	}

	#hpb-nav li:hover .child-menu{
		display: none;
	}

	/*トップページ*/
	#toppage p.large{
		top: 0;
		left: 0;
	}

	.denpo-box{
		width: 100%;
		flex-grow: 1;
	}

	.way {
		border: 3px solid#64cad3;
		display: inline-block;
		align-items: center;
		width: 86%;
		text-align: center;
		font-weight: 900;
    }

	.cloud-box-price-box{
		width: auto;
		margin: 1%;
	}
	.cloud-box-function-box1{
		width: 48%;
		flex-grow: 1;
		background-color: aliceblue;
	}
	.cloud-box-function-box2{
		width: 48%;
		flex-grow: 1;
		background-color: #ffffe0;
	}
	.cloud-box-function-box3{
		width: 48%;
		flex-grow: 1;
		background-color: #ffffe0;
	}
	.cloud-box-function-box4{
		width: 48%;
		flex-grow: 1;
		background-color: aliceblue;
	}
	.cloud-box-function-box5{
		width: 48%;
		flex-grow: 1;
		background-color: aliceblu;
	}
	.cloud-box-function-box6{
		width: 48%;
		flex-grow: 1;
		background-color: aliceblue;
	}
	.cloud-box-function-box7{
		width: 48%;
		flex-grow: 1;
		background-color: #ffffe0;
	}
	.cloud-box-function-box8{
		width: 48%;
		flex-grow: 1;
		background-color: #ffffe0;
	}
	.cloud-box-function-box9,.cloud-box-function-box10{
		width: 48%;
	}
	.cloud-box-function-box11{
		width: 48%;
		background-color: #eaeaff;
	}
	.cloud-box-function-box12{
		width: 48%;
		background-color: #ffe5f2;
	}

	.cloud-top-img{
		width: 100%;
	}

	.new-box-mini{
		width: 96%;
		margin:2%;
	}

	.new-box-mini2-p{
		font-weight:bold; 
		font-size: 24px;
		margin-bottom: 1em;
	}

	.new-box2{
		display:flex;
		flex-wrap:wrap;
		margin:auto;
		padding: 0;
		background-image: none;
	}
	.new-box-mini2{
		width: 96%;
		margin:2%;
	}
	.new-box-mini3{
		width: 96%;
		margin:2%;
		background-image: url(cloud/homeoffice.jpg); 
	    background-size: cover; 
		height: 20vh;
	}

	/*求人アイコン*/
.recbutton {
    position: fixed;
	display: block;
    bottom: 5%;
    z-index: 999;
}
.recbutton img{
	width: 80px;
	padding: 0 5%;
}

.btn-3{
	width: 250px;
}

.top-rec-box-r{
	width: 100%;
}
.top-rec-box-r{
	width: 90%;
	padding: 5%;
	background-color: rgba(255, 255, 255, 0.8);
}
.top-rec-t,.top-rec-t-p{
	color: #1E2361;
}

}