@charset "utf-8";
@charset "utf-8";
/* googlefont読み込み */
@import url('notosans400700.css');
/* リセット＆基本設定 */
html{
    font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", Meiryo, sans-serif;
    font-feature-settings: "pkna" 1;
	font-size: 62.5%;
	color: #333333;
	line-height: 2;
}
body,div,p,h1,h2,h3,h4,h5,h6,small,dl,dt,dd,ul,ol,li,th,td,img,a,blockquote,address{
	font-size:1.3rem;/* 13px */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-style:normal;
	font-weight:normal;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{
	display: block;
	margin: 0;
	padding:0;
}
table,tr,th,td{
	font-style:normal;
	font-weight:normal;
	border-collapse:collapse;
}
section, article, aside, .section{
	padding: 4em 0;
}
.inner{
	padding: 0 2em;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.left{text-align: left;}
.center{text-align: center;}
.right{text-align: right;}

.error, .red{color: #ff0000 !important;}
.gray{color: #9d9d9d !important;}
.green{color: #63D1B1 !important;}
.purple{color: #C89EC4 !important;}
.white{color: #ffffff !important;}
.blue{color: #3FBDF5 !important;}

.bg_gray{background: #f5f5f5 !important;}
.bg_gray2{background: #c1c1c1 !important;}
.bg_green{background: #63D1B1 !important;}
.bg_purple{background: #C89EC4 !important;}
.bg_yellow{background: #FFFBDE !important;}
.bg_white{background: #ffffff !important;}
.bg_blue{background: #3FBDF5 !important;}

.bg_gray .whitebox{
	display: block;
	background: #ffffff;
	box-shadow: 0px 0px 5px #cccccc;
	padding: 2em;
}
.mb05{ margin-bottom: 0.5em !important;}
.mb10{ margin-bottom: 1em !important;}
.mb20{ margin-bottom: 2em !important;}
.mb30{ margin-bottom: 3em !important;}
.mb40{ margin-bottom: 4em !important;}

.fs08{ font-size: 0.8em!important;}
.fs09{ font-size: 0.9em!important;}
.fs11{ font-size: 1.1em!important;}
.fs12{ font-size: 1.2em!important;}
.fs13{ font-size: 1.3em!important;}
.fs14{ font-size: 1.4em!important;}
.fs15{ font-size: 1.5em!important;}
.fs16{ font-size: 1.6em!important;}
.fs17{ font-size: 1.7em!important;}
.fs18{ font-size: 1.8em!important;}
.fs19{ font-size: 1.9em!important;}
.fs20{ font-size: 2.0em!important;}


.btn{
	-webkit-appearance: none;
	display: block;
	text-align: center !important;
	width: 60vw;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 1.5em;
	line-height: 1;
	padding: 1em 2em;
	box-shadow:0px 3px 5px #cccccc;
	text-decoration: none;
	color: #333333;
}
.btn2{
	-webkit-appearance: none;
	display: block;
	background: #ffffff;
	border-radius: 1.5em;
	line-height: 1;
	padding: 1em 2em;
	box-shadow:0px 3px 5px #cccccc;
	text-decoration: none;
	color: #333333;
	border: 1px solid #333333;
	text-align: center;
}
.btn2.arrow{
	display: inline-block;
}
.btn2.arrow::after{
	display: inline-block;
	content: "▲";
	transform: rotate(90deg);
	margin-left: 1em;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
img.em1{
	height: 1em;
	width: auto;
	vertical-align: middle;}
label{
	display: inline-block;
	white-space: nowrap;
	margin-right: 1em;
}
.tel-link{}
.tel-linkimg{}
a.login{
	border: 1px solid #000000;
	display: inline-block;
	padding: 0.5em 1em;
	line-height: 1em;
	border-radius:1em;
	color: #000000;
	text-decoration: none;
	background: #ffffff;
	white-space: nowrap;
}
.link a{
	text-decoration: none;
	color: #333333;
}
hr.bg_gray2{
    height: 1px;
    border: none;    
}



/* 見出し */
h1#pagetitle{
	margin-bottom: 2em;
}
h1.pagetitle1{
	position: relative;
}
h1.pagetitle1 strong{
	font-size: 1.6em;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: normal;
}
h1.pagetitle1 span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: normal;
}
h1.pagetitle2{
	border-bottom: 1px solid #cccccc;
	padding: 4em 0;
	text-align: center;
}
h1.pagetitle2 strong{
	font-size: 1.6em;
	font-weight: normal;
}
h1.pagetitle3{
	text-align: center;
	padding: 2em 0 0;
}
h1.pagetitle3 img{
	width: 25%;
}
h1.pagetitle3 strong{
	display: block;
	font-size: 1.6em;
}
h1.pagetitle4{
	padding: 1.5em 0;
	background: #f5f5f5;
	text-align: center;
}
h1.pagetitle4 strong{
	display: block;
	font-size: 1.6em;
}
h1.pagetitle5{
	padding: 1em;
	text-align: center;
	position: relative;
	margin: 0 !important;
	border-bottom: 1px solid #cccccc;
}
main h1.pagetitle5{
	padding: 0.5em 1em;
	text-align: left;
}
h1.pagetitle5 a{
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	line-height: 1;
	padding: 1.5em;
	display: block;
	text-align: center;
}
h1.pagetitle5 a img{
	width: auto;
	height: 1em;
}

h3.title{
	font-size: 1.6em;
	margin-bottom: 1em;
	font-weight: bold;
}
h3.title small{
	display: block;
	font-size: 1.3rem;
	margin-bottom: 1em;
	font-weight: bold;
}
h4.title{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em
}
h4.cate{
	color: #ffffff;
	display: inline-block;
	padding: 0 1em;
	font-size: 0.8em;
}
h5.title{
}
h6.title{
	color: #9d9d9d;
	margin-bottom: 1em
}
span.line5px{
	display: inline-block;
	width: 3em;
	height: 5px;
	background: #000000;
	margin-bottom: 1em;
}


/* サイトレイアウト */
body{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
header{
	position: fixed;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	padding: 1em;
	box-sizing: border-box;
}
header.simple{
	width: 100%;
	display: block;
	padding: 0;
}
header h2{
	width: 40%;
	position: relative;
	z-index: 1;
}
header h2 img{
	max-width: 182px;
}
header div.btns{
	width: 60%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
header div.btns p.login{
	padding: 0 0.5em;
	position: relative;
	z-index: 999;
}
header div.btns p.login a.login{
	font-size: 0.9em;
}
header div.btns img.alert{
	height: 28px;
	width: auto;
	position: relative;
	z-index: 1;
}
header div.btns img.att{
	width: 16px;
	position: absolute;
	z-index: 2;
	right: -8px;;
	top: 0;
}


/* ドロワーメニュー */
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
 }
.menu-trigger span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
height: 4px;
background-color: #000;
}
.menu-trigger.active span {
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

#globalnavi {
  width: 80%;
  height: 100%;
  padding-top: 5em;
  background:#ffffff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(100%);
  transition: all .5s;
}
#globalnavi.open {
  transform: translateZ(0);
}
#globalnavi ul {
	border-top: 1px solid #666666;
	padding-left: 2em;
}
#globalnavi li {
	color: #000;
	border-bottom: 1px solid #9d9d9d;
}
#globalnavi li a{
	display: block;
	padding: 0.5em 1em 0.5em 2em;
	text-decoration: none;
	color: #333333;
	background: no-repeat left 1em top 0.5em;
	background-size: 32px auto;
}
#globalnavi li.navi04 p{
	display: block;
	padding: 0.5em 1em 0.5em 2em;
	text-decoration: none;
	color: #999999;
	background: no-repeat left 1em top 0.5em;
	background-size: 32px auto;
}
#globalnavi li a{
	background-size: auto 1.4rem;
	background-position: left center;
}
#globalnavi li.navi01 a{background-image: url("../img/common/gnavi/01.png");}
#globalnavi li.navi02 a{background-image: url("../img/common/gnavi/02.png");}
#globalnavi li.navi03 a{background-image: url("../img/common/gnavi/03.png");}
#globalnavi li.navi04 p{background-image: url("../img/common/gnavi/04.png"); background-size: auto 1.4rem; background-position: left center;}
#globalnavi li.navi05 a{background-image: url("../img/common/gnavi/05.png");}
#globalnavi li.navi06 a{background-image: url("../img/common/gnavi/06.png");}
#globalnavi li.navi07 a{background-image: url("../img/common/gnavi/07.png");}
#globalnavi li.navi08 a{background-image: url("../img/common/gnavi/08.png");}
#globalnavi li.navi09 a{background-image: url("../img/common/gnavi/09.png");}
#globalnavi li.navi10 a{background-image: url("../img/common/gnavi/10.png");}

/* ドロワーメニュー2 */
.overlay2 {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay2.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.menu-trigger2 {
  display: inline-block;
  width: 24px;
	margin-right: 2em;
  vertical-align: middle;
  cursor: pointer;
	position: relative;
  z-index: 1;
  transform: translateX(0);
  transition: transform .5s;
 }
#member_navi {
  width: 80%;
  height: 100%;
  background:#ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate(-100%);
  transition: all .5s;
}
#member_navi.open {
  transform: translateZ(0);
}
#member_navi h3{
	position: relative;
	padding: 1em;
}
#member_navi h3 span{
	display: block;
	font-size: 2em;
	position: absolute;
	right: -1em;
	top: 0.5em;
	line-height: 1;
}
#member_navi ul {
	border-top: 1px solid #666666;
	padding-left: 2em;
}
#member_navi li {
	color: #000;
	border-bottom: 1px solid #9d9d9d;
}
#member_navi li a,
#member_navi li div{
	display: block;
	padding: 0.5em 1em 0.5em 2em;
	text-decoration: none;
	color: #333333;
	background: no-repeat left 1em top 0.5em;
	background-size: 32px auto;
}
#member_navi li a{
	background-size: auto 1.4rem;
	background-position: left center;
}
#member_navi li.navim1 a{background-image: url("../img/common/mnavi/01.png");}
#member_navi li.navim2 a{background-image: url("../img/common/mnavi/02.png");}
#member_navi li.navim3 a{background-image: url("../img/common/mnavi/03.png");}
#member_navi li.navim4 a{background-image: url("../img/common/mnavi/04.png");}
#member_navi li.navis1 a{background-image: url("../img/common/mnavi/01.png");}
#member_navi li.navis2 a{background-image: url("../img/common/mnavi/02.png");}
#member_navi li.navis3 a{background-image: url("../img/common/mnavi/03.png");}
#member_navi li.navis4 a{background-image: url("../img/common/mnavi/05.png");}
/* ドロワーメニュー3 */
.overlay3 {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay3.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.menu-trigger3 {
  display: inline-block;
  width: 24px;
	margin-right: 2em;
  vertical-align: middle;
  cursor: pointer;
	position: relative;
  z-index: 1;
  transform: translateX(0);
  transition: transform .5s;
 }
#login_alert {
  width: 80%;
  height: 100vh;
  background:#ffffff;
  position: fixed;
  top: 0;
	left: 10%;
  z-index: 99999;
  transform: translateY(-100%);
  transition: all .5s;
}
#login_alert.open {
  transform: translateZ(0);
}
#login_alert h3{
	position: relative;
	padding: 1em;
}
#login_alert h3 span{
	display: block;
	font-size: 2em;
	position: absolute;
	right: -1em;
	top: 0.5em;
	line-height: 1;
}
#member_alert{
	background: #ffffff;
	padding: 1em;
	width: 100%;
	height: calc(100vh - 4em);
	overflow: auto;
	box-sizing: border-box;
}
#member_alert dt{
	clear: both;
	float: left;
	width: 80px;
	border-radius: 100%;
}
#member_alert dt img{
	border-radius: 100%;
	width: 80px;
	height: 80px;
	object-fit: cover;
}
#member_alert dd{
	padding-left: 100px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#member_alert dd h6{
	color: #9d9d9d;
}

body:not(.index) main{
	padding-top: calc(42px + 2em);
}
body:not(.index) .simple + main{
	padding-top: 4em;
}

#footer_sep{
	height: 4em;
	background: #f5f5f5;
}
footer{
	padding: 2em;
}
#footer_navi{
	margin-bottom: 2em;
}
#footer_navi li{
}
#footer_navi li a{
	color: #666666;
	text-decoration: none;
}
#footer_navi a strong{
	font-size: 1.2em;
	color: #333333;
}
#fooer_info{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#fooer_info h2{
	width: 40%;
}
#fooer_info #pagetop{
	padding-right: 1em;
}
#fooer_info #pagetop a{
	display: block;
	width: 24px;
	padding: 1em;
	line-height: 1;
	background: #333333;
}
#fooer_info #pagetop a img{
	vertical-align: middle;
}
#copyright{
	display: block;
	padding: 2em 0;
	text-align: center;
	background: #f5f5f5;
}


/* クリックで開閉 */
.openclose{
}
.openclose .ocbtn{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding: 0.5em;
	color: #9d9d9d;
}
.openclose .ocbtn:after{
	content: "";
	width: 20px;
	height: 12px;
	background: url("../img/common/arrow.png") no-repeat center center;
	background-size: 100% auto;
	display: inline-block;
	transform: rotate(180deg);
	position: absolute;
	right: 1em;
	top: 1.2em;
}
.openclose .ocbox{
	display: none;
}


/* 表のスタイル */
table.sp_table,table.sp_table tr,table.sp_table th,table.sp_table td,table.sp_table thead,table.sp_table tbody{
	display:block;
}
table.sp_table th{
	text-align: left;
	width:100%;
	padding:0.5em 1em;
	box-sizing:border-box;
	white-space:nowrap;
}
table.sp_table td{
	width:100%;
	box-sizing:border-box;
	padding:0.5em 1em;
	border-bottom: 1px solid #cccccc;
}
table.sp_table em{
	margin-left: 1em;
	font-size: 0.9em;
	color: #ff0000;
	font-style: normal;
}
table.sp_table small{
	display: block;
	color: #9d9d9d;
}


.table-x{
	width: 100%;
	overflow-x: auto;
}

/* 画像の回り込み */
img.img_left_sp{
	width: 25%;
	float: left;
}
div.img_left_sp{
	width: 70%;
	float: right;
}

/* フォームのスタイル */
textarea{
	padding: 1em 2em;
	line-height: 1;
	width: 100%;
	box-sizing: border-box;
	
}
input[type="text"],
input[type="password"]{
	padding: 1em 2em;
	line-height: 1;
	width: 100%;
	box-sizing: border-box;
}
input.short[type="text"]{
	width: 40%;
}
input[type="date"]{
	padding: 1rem 2rem;
}
input[type="submit"]{
	cursor: pointer;
	font-size: 1em;
	display: block;
	text-align: center !important;
	width: 60vw;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto;

}
input.year{
	width: 8em;
}
input.half{
	width: 49%;
}
input.half2{
	width: calc(49% - 2em);
}
input.plus{
	width: calc(100% - 2em);
}
input.plus + .ocbtn{
	border: none;
}
input.plus + .ocbtn:after{
	display: none;
}
input.rounded{
	background: #f5f5f5;
	color: #9d9d9d;
	border-radius: 1.5em;
	box-shadow: none;
	border: none;
}
input.btn{
	box-shadow: none;
	border: none;
}

input.btn_orange{
	-webkit-appearance: none;
	background: #F7B54C;
	color: #ffffff;
	padding: 1em 2em;
	line-height: 1;
	border-radius: 1.5em;
	box-shadow: none;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
input.btn_green{
	-webkit-appearance: none;
	background: #63D1B1;
	color: #ffffff;
	padding: 1em 2em;
	line-height: 1;
	border-radius: 1.5em;
	box-shadow: none;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
input.btn_purple{
	-webkit-appearance: none;
	background: #C89EC4;
	color: #ffffff;
	padding: 1em 2em;
	line-height: 1;
	border-radius: 1.5em;
	box-shadow: none;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
input.btn_short{
	-webkit-appearance: none;
	width: auto;
	min-width: 50%;
}
select{
	padding: 1em 2em;
}
input.file_input{
	border: none;
	background: transparent;
}
input.small_txt{
	width: 100%;
	color: #9d9d9d;
	font-size: 0.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border:none;
	display: block;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}
.more_list{
}
button.morelist_more,
button.morelist_close{
	display: block;
	text-align: center !important;
	width: 60vw;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 1em 2em;
	line-height: 1;
	border-radius: 1.5em;
	border: none;
}

.cp_ipselect {
	overflow: hidden;
	display: inline-block;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}


.half_box{
	display: flex;
	flex-wrap: wrap;
}
.half_box .half{
	width: 50%;
}




/* お仕事リスト */
.job_list li{
	background: #ffffff;
	box-shadow: 3px 3px 5px #cccccc;
	margin-bottom: 2em;
}
.job_list li div.img_left_sp{
	padding: 1em;
	text-align: left;
	box-sizing: border-box;
}
.job_list li div.img_left_sp .date{
	color: #C89EC4;
}


/* fancyboxカスタマイズ用 */
.fancy_alter_box{
	padding: 1em;
	background: #ffffff;
	border-radius: 1em;
	text-align: center;
	margin-bottom: 1em;
}
.fancy_alter_box p.txt{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1em;
}
.fancy_alter_box p.submit a{
	display: block;
	font-size: 1.2em;
	padding: 1em 0;
	line-height: 1;
	text-decoration: none;
}
.fancy_alter_box button{
	display: inline-block;
	font-size: 1.2em;
	padding: 1em 0;
	line-height: 1;
	text-decoration: none;
	border: none;
	background: #ffffff;
	cursor: pointer;
}
button.fancy_btn{
	-webkit-appearance: none;
	display: block;
	padding: 1em !important;
	background: #ffffff;
	border-radius: 1em;
	text-align: center;
	line-height: 1;
	border: none;
	width: 100%;
	cursor: pointer;
}
.fancy_alter_box dl{
	max-height: 50vh;
	overflow: auto;
}










