@charset "utf-8";
/*
Theme Name: concierge
Theme URI: http://www.aura-group.jp/
Description: producted for senia narsing home concierge by aura
Version: 1.1.1 //1.1よりFLOCSS準拠 //110は試作品
Author: aura webz
Author URI: http://www.aura-group.jp/
*/

/********************************************************
 * CSSstd   Develop - ver.1.1.1 - 2021/02/10
 *	ver111 - 1.3Elements→Templateに変更。1.3.2～3は2.0～3.0に相当。
 *			基本設定は1.3Templateに記述。Localの設定は2.0Layout以降で上書き。
 ********************************************************/

/********************************************************
 * 1.0 - Foundation
 *   1.1 - Reset / normalize
 *   1.2 - Typography
 *   1.3 - Template
 *     1.3.1 - Elements
 *     1.3.2 - Layout
 *     1.3.3 - Object
 * 2.0 - Layout
 *   2.1 - Container
 *   2.2 - Header
 *   2.3 - Footer
 *   2.4 - Sideber
 * 3.0 - Object
 *   3.1 - Component
 *     3.1.1 - Table
 *     3.1.2 - Forms
 *     3.1.3 - Parts
 *   3.2 - Project
 *     3.2.1 - Navigations
 *     3.2.2 - Menus(MenuBer/SelectMenu)
 *     3.2.3 - Links
 *     3.2.4 - TopPage
 *   3.3 - Utility
 *     3.3.1 - Alignments
 *     3.3.2 - Clearings
 *     3.3.9 - Media Queries
********************************************************/

/*======================================================*
 * 1.0 - Foundation
 *======================================================*/
/********************************************************
 * 1.1 - Reset / normalize
 ********************************************************/
/* normalize.css のコメント削除版を使用しています */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body{
	margin: 0;
	width: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {background-color: transparent;}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b, strong {font-weight: bolder;}

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {font-size: 80%;}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;}

button, input, optgroup,
select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button, input { /* 1 */
  overflow: visible;
}

button, select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {padding: 0.35em 0.75em 0.625em;}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {vertical-align: baseline;}
textarea {overflow: auto;}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {display: block;}
summary {display: list-item;}
template {display: none;}
[hidden] {display: none;}

/*! End of normalize.css v8.0.0 */


/********************************************************
 * 1.2 - Typography
 ********************************************************/
@font-face {
     font-family: 'Noto Sans JP';
     font-style: normal;
     font-weight: 400;
     src: local("Noto Sans CJK JP"),
          url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
 }

@font-face {
     font-family: 'Noto Serif Japanese';
     font-style: normal;
     font-weight: 400;
     src: local("Noto Serif CJK JP"),
          url(//fonts/NotoSerifCJKjp-Regular.woff2) format('woff2'),
          url(//fonts/NotoSerifCJKjp-Regular.woff) format('woff'),
          url(//fonts/NotoSerifCJKjp-Regular.otf) format('opentype')
 }

/********************************************************
 * 1.3 - Template  //Objectで上書き可能
 * 1.3.1 - Elements
 ********************************************************/
html {
    font-size: 62.5%; 
}


body {
	color: #001144;
    font-size: 1.6rem;
	font-family: "Noto Sans JP" , Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	background: #ffffff;

}

h1 {font-size: 1.8rem;}

h2 {font-size: 1.4rem;}

h3 {
    margin: 10px 0;
    font-size: 100%;
    font-weight: normal;
    color: #2e2c2c;
    border-bottom: 1px solid #515151;
}

p{
	margin: 10px 20px;
}

img{
	margin: 0;
	font-size: 0;
}

/********************************************************
 * 1.3.2 - Template - Layout
 ********************************************************/
/*------ 1.3.2.1 Container ------*/
.inner{
	width: 90%;
	max-width: 62.5rem;
	margin: 0 auto;
}




/*------ 1.3.2.2 Header ------*/
/*------ 1.3.2.3 - Footer ------*/
#copyright{
	clear:both;
	padding:10px 0 37px;
	text-align:center;
	color:#000;
	font-size:10px;
}

/*------ 1.3.2.4 - Sideber ------*/

/********************************************************
 * 1.3.3 - Template - Object
 ********************************************************/
/*------ 1.3.3.1 - Component ------*/
/*------ 1.3.3.1.1 - Table ------*/
/*------ 1.3.3.1.2 - Forms ------*/
/*------ 1.3.3.1.3 - Parts ------*/
.btn, .btn_tiny {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;

	cursor: pointer;

    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    color:#111;
    width: 100px;
    padding: 3px 0;
    margin: 0 8px;

	float: left;

-webkit-appearance: button;
}

.btn_tiny {width: 80px;}

.btn_long {width: 200px;}

.btn_pushress{
	height: 18px;
	background: #ffffff;
	color: #aaaaaa;
	cursor: no-drop;
}

/*------ 1.3.3.2 - Project ------*/
/*------ 1.3.3.2.1 - Navigations ------*/
/*------ 1.3.3.2.2 - Menus(MenuBer/SelectMenu) ------*/
/*------ 1.3.3.2.3 - Links ------*/
/*------ 1.3.3.2.4 - TopPage ------*/

/*------ 1.3.3.3 - Utility ------*/
/*------ 1.3.3.3.1 - Alignments ------*/
/*------ 1.3.3.3.2 - Clearings ------*/
/*------ 1.3.3.3.9 - Media Queries ------*/

/*======================================================*
 * End of 1.0 - Foundation    ここまでテンプレート
 *======================================================*/
/*～～～～～～～～～～～～～～～～～～～～～～～～～～～*/

/*======================================================*
 * 2.0 - Layout
 *======================================================*/
/********************************************************
 *   2.1 - Container
 ********************************************************/
.disp_mobile{display: none;}
.disp_pc{display: block;}

@media only screen and (max-width: 700px){
	.disp_mobile{display: block;}
	.disp_pc{display: none;}
}
/***
.wrapper {
***/
/*	margin: 40px 60px 60px 60px; */
/***
	padding: 0 0 10px 0;
	margin: auto;
}

.wrapper_normal {
	width: 90%;
}

.wrapper_narrow {
	width: 75%;
}

div, span{
***/
  /* div,spanは基本設定なし */
/***
}
***/

/********************************************************
 *   2.2 - Header
 ********************************************************/
/* ヘッダ */
/***
#mainImg img {
	width: 817px;
	height: 219px;
}
***/

/********************************************************
 *   2.3 - Footer
 ********************************************************/
/* フッタ */
p#copyright{margin: 10px 0;}

/***

#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#000;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

***/
/********************************************************
 *   2.4 - Sideber
 ********************************************************/

/*======================================================*
 * 3.0 - Object
 *======================================================*/
/********************************************************
 *     3.0.1 - Elements
 ********************************************************/

.center{
	margin:0 33% 0 33%;
	text-align: center;
}

.caution{
	color: #dd0000;
	font-size: 0.8em;
}

/*======================================================*
 *   3.1 - Component
 *======================================================*/
/********************************************************
 *     3.1.1 - Table
 ********************************************************/
table{
	margin: 20px 0;
}

table.list{
	margin: 20px 30px;
	border-collapse:collapse;
}

table.list td{
	border: #333333 1px solid;
}

td.title{
	text-align: center;
}

td.toppage_detail{
	padding: 10px 20px;
}

/***
table{
	background-color: #ffeecc;
	width: 100%;
	padding: 8px;
}

th{
	font-size: 16pt;
	font-weight: bold;
	padding: 5px;
}

td{
	font-size: 14px;
	border: solid 1px;
	border-collapse: collapse;
	padding: 3px;
}

td.data{
	text-align: right;
}

td.total{
	background-color: #eeddbb;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}

td.name{
	text-align: center;
	background-color: #eeddbb;
	font-size: 14px;
}

tr .title{
	text-align: center;
	background-color: #eeddbb;
	font-size: 12px;
}
tr .inline{
	float: left;
}

***/

/********************************************************
 *     3.1.2 - Forms
 ********************************************************/
/***
input[type="text"][size="1"] {
    width: 24px;
}

select{
	width: 100px;
}

.selection {
	display: inline-block;
    width: 130px;
    height: 80px;
	padding: 10px;
}

.select_menu{
	width: 420px;
	float: right; 
}


.checkbox {
	display: inline-block;
	padding: 10px;
}
***/

/********************************************************
 *     3.1.3 - Parts
 ********************************************************/
img.recruit_logo{
	margin-left: 15vw;
	width: 55vw;
}

@media only screen and (min-width: 701px){
	.inner{margin: 0;}

	img.recruit_logo{
		margin-left: 0;
		width: 280px;
		text-algin: left;
	}
}

p.user_name{font-size: 1.4em;}

div.meeting_info{
	width: 60%;
	background-color: #eeffff;
}

table.meeting_info{
	margin: 3% auto;
	background-color: #eeffff;
}

input.meeting_info{
	font-weight: bold;
	color: #0022aa;
}

#hellowork_search{
	height: 300px;
	overflow:hidden
}
.area_buttens{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.btn_areas{
	flex-basis: 20%;
}

.btn_area{
	width: 70%;
	height: 20vh;
}


div.mail_post{
	width: 60%;
}

div.mail_post p{
	text-align: center;
}

div.user_info{
	width: 60%;
	background-color: #ffffee;
}
table.user_info{
	margin: 3% auto;
	background-color: #ffffee;
}


form.mp_plan_verify{
	width: 15%;
	float: left;
}

div.stronimg{
	position: relative;
	height: 66.7vw;
	width: 100vw;
}

div.stronimg div{
	position: absolute;
	top: 0;
/*	background-color: rgba(127,127,127,0.2); */
	
}

div.stronimg div.right{
	right: 0;
}

div.stronimg div.entrybtn{
}

div.stronimg div.btn_entry{ 
	position: relative;
	left: 30vw;
	top: 7vw;
	z-index: 1;

	width: 40vw;
	margin: 0;
	padding: 0;

    background: -webkit-gradient(linear, left top, left bottom, from(#7CF), to(#49E));
    border-top: 0.5vw solid #9df;
    border-left: 0.5vw solid #9df;
    border-right: 0.5vw solid #24B;
    border-bottom: 0.5vw solid #24B;
/*    color:#ffffcc; */
    color: #ffcc00;
	font-size: 4vw;
}

div.stronimg h2{
	color: #ffffff;
	font-size: 6vw;
	font-weight: bold;
	/*-webkit-text-stroke: 0.5px #443322;*/
}

div.stronimg p{
	margin-right: 0;
	color: #ffffff;
	font-size: 4vw;
	font-weight: bold;
	/*-webkit-text-stroke: 0.5px #443322;*/
}

div.stronimg span.strong{
	font-size: 120%;
}

div.stronimg div.com01 h2{
	margin-top: 1vw; 
}

div.stronimg div.com02 p{
	text-align: right; 
}

div.stronimg p.middle{
	position: relative;
	top: 16vw;
	color: #88bbdd;
}

div.stronimg p.foot{
	position: relative;
	top: 19vw;
}

div.stronimg p.head01{
	position: relative;
	top: -4vw;
}

div.stronimg p.com01{
	position: relative;
	top: 35vw;
	color: #00bbff;
}

div.stronimg p.head02{
    background-color: rgba(0,0,255,0.05);
}

div.stronimg p.com02{
    background-color: rgba(0,255,0,0.1);
}

div.stronimg div.com03{
	width: 100vw;
	height: 66.5vw;
    background-color: rgba(0,0,0,0.2);
	color: #0044cc;
}

div.stronimg p.com05{
	width: 40vw;
	color: #0088cc;
	position: relative;
	top: 26vw;
	left: 12vw;
	font-size: 5vw;
}

img.fullwide{
	height: 66.7vw;
	width: 100vw;
}

p.app_badge img{
	margin: 10px;
	height: 40px;
}

div.stronimg p.com04{
	margin-top: 35vw;
}

div.recruit_poster{
	position: relative; 
}

div.harowa_link_sp_outer_wrapper{
	position: absolute; 
	top: 87.5%;
	left: 15%;
	width: 70%;
	height: 25%; 
}

div.harowa_link_sp_inner_wrapper{
	display: flex;
	  justify-content: space-around;
	  flex-flow: row wrap;
	  align-items: stretch;
	height: 100%;
}


.btn_harowa_link_sp{
	display: flex;
	justify-content: center;
	align-items: center;

	border: solid 1px #333333; 
	border-radius: 15px;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14), 0 2px 10px 0 rgba(0,0,0,0.12), 0 6px 2px -4px rgba(0,0,0,0.2);
	text-decoration: none;

	width: 40%;
	height: 40%;
	z-index: 3;
}

a.btn_harowa_link_cl{
	display: flex;
	justify-content: center;
	align-items: center;

	background-color: #555555;
	border: solid 1px #333333; 
	border-radius: 15px;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14), 0 2px 10px 0 rgba(0,0,0,0.12), 0 6px 2px -4px rgba(0,0,0,0.2);
	text-decoration: none;

	width: 40%;
	height: 40%;
	z-index: 3;
}

div.btn_harowa_link_over{
	position: absolute;
	top: 90.5%;
	left: 21%;
	z-index: 5;

	font-size: 4.5vw;
	font-weight: bold;
	color: #222222;
}

a.btn_harowa_link_sp:hover_{
	background-color: #3333ff;
}

a.btn_harowa_link_sp:active_{
	background-color: #ff9900;
}


.btn_harowa_link_sp_inner{
	text-align: center;
	font-size: 2.5vw;
	color: #ffffff;
}

div#content{
	position: relative;
}

div.text_cover{
	position: absolute;
	top: 113vw;
	left: 52%;
	width: 40%;
	height: 8.3vw;
	background-color: #00a0ee;
	z-index: 2;
}

/***
.select_button{
	background-color: #ffeecc;
	width: 250px;
	margin: 0;
	padding: 3px;
	border: 1px solid #000000;
	float: left;
}

***/

/*======================================================*
 *   3.2 - Project
 *======================================================*/
/********************************************************
 *     3.2.1 - Navigations
 ********************************************************/

/***
.linkmenu_wrap {
    margin: 5px 0 20px 0;
    overflow: hidden;
}
***/
div#linkmenu {
	width: auto;
}

div#linkmenu::after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

div#linkmenu a{
	float: left;
}

button.main{
	margin: 3px 8px;
}

/***********************
	404 Not Found
***********************/

div.disp404{
	position: relative;
	text-align: center;
}

div.disp404_massage{
	position: absolute;
	top: 0;
	left: 22%;
}

img.disp404{
	width: 80%;
}

p.disp404_404{
	font-size: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.disp404_title{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 700px){
	div.disp404_massage{left: 15%;}
	p.disp404_404{margin-bottom: 0; font-size: 24px;}
	p.disp404_title{margin-top: 0; font-size: 16px;}
	p.disp404_massage{font-size: 10px;}
}


/********************************************************
 *     3.2.2 - Menus(MenuBer/SelectMenu)
 ********************************************************/
/********************************************************
 *     3.2.3 - Links
 ********************************************************/
/***
form.pagelink input{
/*	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
/***
	border: 0;
	border-bottom: 1px #0000ff solid;
	background-color: #eefaff;
	color: #0000ff;
	cursor: pointer;
}
***/

/********************************************************
 *     3.2.4 - TopPage
 ********************************************************/
/***
div.topImage{
	width: 980px;
	position: relative;
}

h.topTitle{
	position: absolute;
	top:30px; left:30px;
	font-size: 36px;
}

p.topText{
	position: absolute;
	top:96px; left:55px;
	font-size: 24px;
	line-height: 2.5em;
}
***/

/*======================================================*
 *   3.3 - Utility
 *======================================================*/
/********************************************************
 *     3.3.1 - Alignments
 ********************************************************/
/***
.left{
	float: left;
}
*/
.floatclear {
	overflow: hidden; 
}


/*
div.floatclear {
	margin: 0 0 20px 0; 
}


.selections::before {
	content: "　";
	display: block;
	font-size: 0;
	clear: both;
}

.selections::after {
	content: "　";
	display: block;
	font-size: 0;
	clear: both;
}

.white{
	color: #ffffff;
}
***/

/********************************************************
 *     3.3.2 - Clearings
 ********************************************************/
/********************************************************
 *     3.3.9 - Media Queries
 ********************************************************/
/* コンテンツ */
/***
.gallery::after {
	content: "　";
	display: block;
	font-size: 0;
	clear: both;
}

.gallery_content {
	margin: 0px;
	width: 300px;
	float: left;
}

***/
/* .gallery_comment {
	width: 100%;
} */

/***
img.staff_photo {
	width: 108px;
	float: right;
}

.right{
	float: right;
}
***/

/* 印刷プレビュー */  
/***
@media print {
.wrapper {
font-size: 6px;
}
}
***/
