*{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
}

*:before,
*:after{
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

h1,h2,h3,h4{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
}

p{
	/*color: #535151;*/
	color: #000;
}

a{
	text-decoration: none!important;
}

a.org-child-a{
	color: #fff!important;
}

.meirio{
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif!important;
}

.noto{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
}

.noto-s{
	font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.hiragino{
	font-family:'メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
}


/*@font-face {
    font-family: 'kokoro';
	src: url('../font/Kokoro.woff2') format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "kokoro-ie";
	src: url("../font/Kokoro.eot.eot");
	src: url("../font/Kokoro.eot.eot?") format('embedded-opentype'),
	url("../font/Kokoro.woff") format('woff'),
	url("../font/Kokoro.otf") format('opentype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

.o-kokoro{
	font-family: 'kokoro', 'kokoro-ie', 'Yu Mincho';
	-ms-font-feature-settings: "normal";
	font-weight: normal;
}*/

.o-black{
	color: #000!important;
}

.o-bg-black{
	background: #000;
}

.o-bg-gray{
	background: #f7f7f5;
}

span{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

/*.bk-add{
    background: rgba(255,255,255,1);
}*/

section{
	overflow: hidden;
}

.o-visible{
	overflow: visible;
}

.fuwa_anime{
	animation: fuwafuwa 2s infinite ease-in-out;
}

@keyframes fuwafuwa{
 0%{
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.o-relative{
	position: relative;
	z-index: 1;
}

.o-box-sizing{
	box-sizing: border-box;
}

.o-main-ct-txt,.o-main-ct-sub{
    /* text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4); */
}


/*common input******************************************************************************/
input::placeholder,
textarea::placeholder{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	color: #b4b5b5!important;
}

/* IE */
input:-ms-input-placeholder,
textarea::-ms-input-placeholder{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	font-family: 'Noto Sans JP','メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

.zinput label::before {
	box-shadow: inset 0 0 0 0px #036eb8, 0 0 0 0 #000;
}

.zinput.zcheckbox input[type="checkbox"]:checked + label::before {
    box-shadow: inset 0 0 0 20px #036eb8, 0 0 0 0 #036eb8;
}

/*common flex******************************************************************************/
.o-flex{
	display: flex;
}

.o-flex-not-sp{
	display: block;
}

.o-between{
	justify-content: space-between;
}

.o-center{
	justify-content: center;
}

.o-item-center{
	align-items: center;
}

.o-item-top{
	align-items: flex-start;
}




/*common h,p color hover*********************************************************************/

.selected{
	color: #0073a0!important;
}

.selected_2{
	color: #8ec31e!important;
}

.o-red{
	color: #e50011;
}

label{
	font-family: inherit;
}

/*one block*********************************************************************/
.o-one-block{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	white-space: nowrap;
	display: inline-block;
}


/*header******************************************************************************/
header{
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	/*padding: 3px 10px 0 10px;
	height: 60px;
	box-sizing: border-box;*/
	background: rgba(255,255,255,1);
}

.o-header-ib{
	padding: 3px 10px 0 10px;
	min-height:60px;
}

.o-not-top{
	display: block;
}

.o-top{
	display: none;
}

div.wrapper{
	position: relative;
	z-index: 100;
}

/*side*/
.org-side-link{
	font-size: 14px;
	line-height: 22px;
	color: rgba(255,255,255,.9);
	font-weight: 400;
	text-decoration: none!important;
	transition: .3s;
	text-align: left;
	display: block;
}

.navi_item{
	margin-bottom: 0px!important;
}

span.org-side-link{
	color: rgba(255,255,255,.9);
}

.org-side-inh{
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}


/*common********************************************************************************/
/*.o-light{
	font-weight: 300;
}*/

.o-mid{
	font-weight: 500;	
}

.head-right{
	/* display: flex; */
	flex-wrap: wrap;
	align-items: center;
}

.o-top-h1{
    font-size: 26px;
    line-height: 27px;
    text-align: left;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.o-top-h1 img{
	width: 140px;
	height: auto;
}

.o-top-h1 span{
	padding-left: 10px;
	vertical-align: 3px;
	font-weight: 700;
}

/*common********************************************************************************/
.o-container{
	/*width: 90%;
	max-width: 90%;*/
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}


/*footer*****************************************************************************/
footer{
	width: 100%;
	/* background: #000; */
}

.o-foot-bk{
	width: 100%;
	padding-top: 0;
}

.o-foot-container{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.o-foot-container .o-flex{
	flex-wrap: wrap;
}

.o-foot-l{
	width: 100%;
	padding-left: 0;
	padding-top: 45px;
}

.o-foot-lb{
	margin: 0;
}

.o-foot-ul{
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0;
}

.o-foot-link i{
	margin-right: 10px;
}

.o-foot-link{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	/* margin: 10px 0 0 0; */
	color: #000;
	text-decoration: none!important;
	text-align: left;
}

/*.o-foot-link:hover{
	color: #0073a0;
}*/

.o-copy-txt{
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 0;
	/* color: #000; */
}

.accordion{
  margin-top: 10px;
}

.accordion__container{
  width: 100%;
  margin: 0 auto;
}

.accordion__title {
  /* border-top: 1px solid #dcdddc; */
  /* color: rgba(255,255,255,.9); */
  font-size: 14px;
  line-height: 22px;
  padding: 15px 0 15px 35px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.accordion__title::before,
.accordion__title::after{
  content: '';
  display: block;
  background-color: rgba(255,255,255,.9);
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  left: 8px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content{
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}

.accordion__content.is-open{
  padding: 0.625em 1.5em;
  line-height: normal;
  height: auto;
  opacity: 1;
}

/*サイド用*/
.o-side-acco::before,
.o-side-acco::after{
  content: '';
  display: block;
  background-color: rgba(0,0,0,1);
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  right: 8px;
  left: auto;
}

.o-side-acco{
	padding-left: 0;
}

.o-side-ac-con.is-open{
	padding: 0.625em 1.5em 0.625em 0;
}
/*ここまで*/

.o-sp-f{
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
}

.o-sp-ft-ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.o-sp-ft-ul li{
	/* border-top: 1px solid #dcdddc; */
	box-sizing: border-box;
	padding: 10px 0;
}

.o-ft-sb-li{
	border-top: none!important;
}

.o-ft-sb-li:first-child{
	padding-top: 0;
}

.o-palt{
	font-feature-settings: "palt";
}

.org-h-right-b{
    width: 40px;
}

[class^=o-btn]{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 74px;
  max-width: 255px;
  margin: 1rem auto;
  text-transform: uppercase;
  border: 1px solid #036eb8;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 15px 20px;
  font-size: 16px;
  text-align: left;
}

.o-foot-link{
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: rgba(255,255,255,.9);
	text-align: left;
}

.o-foot-ml{
	margin-left: 12px;
}

.o-foot-imgs-ob{
	width: 100;
	margin: 40px auto 0 auto;
	text-align: center;
}

.o-sp-foot-ud{
	justify-content: center;
}

.o-palla{
    position: sticky;
    top: 0;
    left: 0;
    z-index: -1;
}

.o-white-bk{
    background: #fff;
}

/**************************add asashi************************************/
/*.o-head-mail{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #888889;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}*/

.o-foot-comp{
	display: block;
	font-size: 27px;
	line-height:34px;
	color: #fff;
	font-weight: 600;
	text-align: left;
}

.o-foot-catch-en{
	display: block;
	font-size: 34px;
	line-height: 31px;
	color: #0073a0;
	font-weight: 700;
	text-align: left;
	margin-top: 15px;
}

.o-foot-catch-en span{
	font-size: 28px;
	line-height:35px;
}

.o-foot-catch{
	display: block;
	font-size: 18px;
	line-height:27px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	margin-top: 5px;
	font-feature-settings: "palt";
}

.o-foot-ad-b{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	/* border-top: solid 1px rgba(255,255,255,.4); */
	/* border-bottom: solid 1px rgba(255,255,255,.4); */
	order: 3;
	margin-bottom: 12px;
	margin-top: 0;
}

.o-foot-ad-comp,.o-foot-ad{
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-align: left;
	font-feature-settings: "palt";
}

/*span.o-foot-link:hover,span.o-foot-link:active{
	color: #fff!important;
}*/

/*mega menu*/
.header-item {
  transition: background-color .3s;
}

.header-item a {
  color: #fff;
  display: block;
  padding: 20px;
}
.megaMenu{
  background-color: #0073a0;
  height: 0;
  left: -15px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45px;
  transition: height .3s;
  width: 100vw;
}
.megaMenu-list {
  padding-bottom: 30px;
  padding-top: 35px;
}
.megaMenu-item {
  display: inline-block;
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  height: 90px;
}

.megaMenu-item a{
	padding: 0 15px;
}

.megaMenu-item a i{
	margin-left: 10px;
}

/**common parts**/
.o-15-txt{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0;
}

.o-15-indent{
	box-sizing: border-box;
	padding-left:15px;
	text-indent: -15px;
}

.o-16-txt{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 0;
}

/*.o-16-indent{
	box-sizing: border-box;
	padding-left:16px;
	text-indent: -16px;
}*/

.o-14-txt{
	font-size: 14px;
	margin-bottom: 0;
}

.o-14-indent{
	box-sizing: border-box;
	padding-left:14px;
	text-indent: -14px;
}

.o-13-txt{
	font-size: 13px;
	margin-bottom: 0;
}

.o-com-h2{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 0;
	color: #000;
	margin-top: 10px;
}

.o-foot-logo{
	width: 100%;
}

.o-sp-foot-ad .o-foot-ad-comp,
.o-sp-foot-ad .o-foot-ad{
	text-align: center;
}

.o-foot-l-mt{
	margin-top:20px;
	/*width: 210px;*/
}

/*add C4**************************************************************************************************/
.o-main-bk{
	background-color: rgba(225,242,251,1);
	background-image: radial-gradient(rgba(84,194,241,.1) 30%, #e1f2fb 0);
	background-size: 7px 7px;
	/* height: 100vh; */
}

.o-main-tib{
	box-sizing: border-box;
	padding: 20px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 225px;
	/* border: solid 1px rgba(0,0,0,.5); */
}

.o-h1-ti {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    text-align: center;
}

.org-side-link, .o-foot-link, .o-curs{
	cursor: pointer;
}

ul{
	padding: 0;
	list-style: none;
}

.o-80c{
	color: #595757;
}

.o-15-txt{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
}

.o-15-ind{
	display: block;
	box-sizing: border-box;
	padding-left: 15px;
	text-indent: -15px;
}

.o-14-txt{
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0;
}

.o-14-ind{
	display: block;
	box-sizing: border-box;
	padding-left: 14px;
	text-indent: -14px;
}

.o-13-txt{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0;
}

.o-13-ind{
	display: block;
	box-sizing: border-box;
	padding-left: 13px;
	text-indent: -13px;
}

.o-line-24{
	line-height: 24px;
}

.o-green-bk{
	background: #f8faf0;
}

.o-orange{
	color: #f39700;
}

.o-orange-bk{
	background: #f39700;
}

.o-top-h1 a{
	color: inherit;
}

.o-h-area{
	font-size: 16px;
}

.t-inq-link i{
	font-size: 22px;
	margin-right: 15px;
	margin-top: 2px;
	color: #8ec31e;
}

.t-start-link img{
	margin-right: 15px;
}

.o-top-mb1{
	margin-top: 53px;
}

.o-half-rd-btn{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 56px;
	border-radius: 28px;
	border: solid 1px rgba(142,195,30,1);
	font-size: 21px;
	line-height: 27px;
	padding-left: 40px;
	padding-right: 40px;
	transition: .3s;
	/* justify-content: center; */
	cursor: pointer;
}

.o-gr-btn{
	background: rgba(142,195,30,1);
	color: #fff!important;
	position: relative;
}

.o-gr-btn:hover{
	border-color: #00a040;
	background: #00a040;
}

.o-w-btn{
	background: rgba(255,255,255,1);
	color: #8ec31e!important;
	position: relative;
	/* justify-content: center; */
}

.o-w-btn:hover{
	background: #e1edc4;
}

.o-og-btn-2{
	background: #f8b62c;
	color: #fff!important;
	position: relative;
	border: solid 1px #f8b62c!important;
}

.o-og-btn-2:hover{
	background: #fff;
	color: #f8b62c!important;
}

.o-bk-btn{
	background: #fff;
	color: #000!important;
	border: solid 1px rgba( 0,0,0,.5);
}

.o-icon-mr-1{
	margin-right: 20px;
}

.o-313{
	width: 100%;
	max-width: 313px;
	margin: 0 auto;
}

.o-btn-s-1{
	border: none;
	height: 26px;
	border-radius: 13px;
	color: #717071!important;
	font-size: 12px;
	line-height: 20px;
	width: 174px;
	padding-left: 15px;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}

.o-y-yaji-b{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(88,160,79,1);
	margin-right: 10px;
}

.o-y-yaji-b i:before{
	color: #fff;
	font-size: 17px;
	/* line-height: 17px; */
	vertical-align: 5px;
}

.o-y-arrow{
    position: relative;
    display: block;
    width: 6px;
    height: 1px;
    margin: 5px 0;
    border-radius: 9999px;
    background-color: #fff;
    margin-left: 0;
}

.o-y-arrow:before,
.o-y-arrow:after{
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 4px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
  border-radius: 2px;
}

.o-y-arrow:before {
  transform: rotate(45deg);
}

.o-y-arrow:after {
  transform: rotate(-45deg);
}

.o-job-search{
	margin: 0 auto;
	max-width: 100%;
	align-items: flex-end;
}

.o-yaji-img{
	webkit-appearance: none;
	appearance: none;
	background: url(../img/select-yaji.svg) no-repeat;
	background-size: 26px auto; /* 画像のサイズ（幅 高さ）*/
	background-position: right 12px center; /* 画像の位置 */
}

.o-jobs-lb{
	font-size: 13px;
	line-height: 27px;
	color: #717071;
	margin-bottom: 3px;
}

.o-place-txt{
	color: #595757;
}

.o-plus-maru{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	border: solid 4px #f8b62c;
}

.o-plus-maru i{
	color: #f8b62c;
	font-size: 20px;
}

.o-jobs-b select,
.o-area-b select{
	border: solid 2px #f8b62c;
	border-radius: 10px;
	height: 56px;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 15px;
}

.o-type-w{
	width: 100%;
}

.o-city-w{
	width: 40%;
}

.o-town-w{
	width: 56%;
	margin-left: 2%;
}

.o-area-b{
	width: 100%;
	margin-top: -15px;
}

.o-mxy-1{
	margin: 15px auto 0 auto;
}

.o-jobs-b{
	width: 100%;
}

.o-job-search-btn{
	width: 225px;
	height: 40px;
	margin: 25px auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	background:#f8b62c;
	box-sizing: border-box;
	border-radius: 20px;
	border: solid 1px #f8b62c;
	transition: .3s;
}

.o-job-search-btn:active,.o-job-search-btn:hover,
.o-rec-de-link:active,.o-rec-de-link:hover{
	background: #fff;
	color: #f8b62c;
}

.o-og-btn{
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #f8b62c;
	transition: .3s;
	border:solid 1px #f8b62c;
}

.o-cond-b{
	margin-bottom: 60px;
}

.o-com-serch-ul{
	margin: 0 auto;
}

.o-com-serch-ul li{
	width: 100%;
	margin: 0 0.7% 15px 0.7%;
	border-radius: 5px;
	border: solid 1px #f8b62c;
	overflow: hidden;
}

.o-com-serch-ul li a{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	height: 100%;
	transition: .3s;
}

.o-com-h2-sh{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight: 400;
}

.o-sv-sele{
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
	text-align-last: center;
	background-color: #fff;
	font-size: 14px;
	line-height: 25px;
	box-sizing: border-box;
	padding: 10px 0;
	color: #595757;
}

li.o-com-city{
	width: 31.6%;
}

li.o-com-half{
	width: 100%;
}

.o-ud-sv-btnb{
	width: 100%;
    margin: 0 0.7% 15px 0.7%;
}

.o-ud-sv-btnb button{
	border-radius: 5px;
    border: solid 1px #f8b62c;
    overflow: hidden;
}

.o-sv-dro-txt{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #595757;
}

.o-com-ud{
	margin: 0 15px;
}

.o-ud-com-b{
	box-sizing: border-box;
	padding: 50px 0;
}

.o-foot-tel{
	font-size: 30px;
	line-height: 33px;
	font-weight: 600;
	color: #595757!important;
	display: flex;
	align-items: center;
	margin-top: 5px;
	justify-content: center;
}

.o-foot-tel img{
	margin-right: 10px;
}

.o-foot-adb{
	margin-top: 10px;
}

.o-foot-btns{
	margin: 0;
}

.o-foot-btns i{
	font-size: 30px;
}

.o-foot-comp-btn{
	font-size: 14px;
}

.o-foot-3-li p{
	margin-bottom: 10px;
}

.o-foot-btns .o-y-yaji-b{
    width: 26px;
    height: 26px;
    margin-right: 20px;
}

.o-foot-btns .o-y-arrow{
    width: 12px;
    height: 3px;
    /* margin-top: -1px; */
}

.o-foot-btns .o-y-arrow:before,
.o-foot-btns .o-y-arrow:after{
  content: "";
  width: 8px;
  height: 3px;
  border-radius: 3px;
  top: calc(50% - 1px);
  transform-origin: calc(100% - 0px) 56%;
}

.o-foot-copy-ob{
	padding: 10px 0;
	background: #fff;
}

.o-sec-pt-1{
	box-sizing: border-box;
	padding-top: 50px;
}

.o-sec-pb-1{
	box-sizing: border-box;
	padding-bottom: 40px;
}

/*.o-px-30{
	box-sizing: border-box;
	padding-left: 30px!important;
	padding-right: 30px!important;
}*/

.o-com-ml-1{
	margin-left: 5px;
}

.o-top-h2-sub{
	box-sizing: border-box;
	padding-left: 15px;
	vertical-align: -2px;
}

.o-com-serch-ul li a:active,
.o-com-serch-ul li a:hover{
	background: #f8b62c;
	color: #fff;
}

.remodal-overlay{
    background: rgba(43, 46, 56, 0.7);
}

.o-remodal{
    max-width: 400px;
}

.o-modal-ti{
	font-size: 27px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}

.o-remodal form .o-half-rd-btn{
	margin-bottom: 15px;
}

.o-remodal form .o-half-rd-btn .o-icon-mr-1 {
    margin-right: 33px;
}

.o-md-regist-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 313px;
	margin: 25px auto 10px auto!important;
	font-size: 13px;
	line-height: 22px;
	box-sizing: border-box;
	padding: 5px 45px 5px 35px;
	transition: .3s;
	height: auto;
}

.o-md-regist-btn img{
	width: 22px;
}

.o-forget-txt{
	font-size: 13px;
}

.o-rev-date{
	display: block;
	margin-top: 50px;
}

.o-lk-udl{
	text-decoration: underline!important;
	color: #036eb8!important;
}

.o-foot-link:active,
.o-foot-link:hover{
	color: #8ec31e!important;
}

.o-ft-mb1{
	margin-bottom: 4px;
}

.o-icon-mr-2{
	margin-right: 29px;
}

.o-fmt{
	margin-top: 25px;
}

.o-btn-sp-mt-1{
	margin-top: 20px;
}

.o-com-ud .o-icon-mr-1{
    margin-right: 45px;
}

.o-icon-mr-3{
	 margin-right: 25px;
}

.o-white-pb-1{
	padding-bottom: 100px!important;
	border-bottom: solid 1px rgba(142,195,30,1);
}

.o-foot-spbtb{
	margin: 30px auto 0 auto;
	max-width: 320px;
}

.o-916-b {
    max-width: 916px;
    margin: 0 auto;
}

.o-fm-w-bk{
    box-sizing: border-box;
    padding: 45px 45px 50px 45px;
    background: #fff;
    border-radius: 15px;
    margin-top: 45px;
}

.o-login-infob{
	box-sizing: border-box;
	padding: 5px 10px;
	background: rgba(84,194,241,.1);
}

.o-hd-sub-ul{
	margin: 0;
	padding: 0;
}

.o-hd-sub-ul li{
	font-size: 13px;
}

.o-login-infob .o-hd-sub-ul{
	flex-wrap: wrap;
	
}

.t-inq-link,.o-foot-link{
	cursor: pointer;
}

.o-login-name{
	font-size: 13px;
}

/*modal com*/
.o-entry-b{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.o-stop-img{
	font-size: 60px;
	margin: 20px 0;
}

.o-mod-half{
	width: 45%;
	margin: 0 1%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	padding: 15px 0;
	border-radius: 5px;
	transition: .3s;
	cursor: pointer;
}

.o-yes-btn{
	border: solid 1px #f8b62c;
	background: #f8b62c;
	color: #fff;
}

.o-ng-btn{
	border: solid 1px rgba(0,0,0,2);
	color: #595757;
}

.o-ng-btn:active,.o-ng-btn:hover{
	background: #dcdddc;
}

.o-yes-btn:active,.o-yes-btn:hover{
	background: #fff;
	color: #f8b62c;
}

.o-mdl-ck{
	vertical-align: -1px;
	display: inline!important;
}

/*input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
    color: #595757;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 500;
    font-size: 15px;
}

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #b4b5b5;
    position: absolute;
    left: 20%;
    top: 0.7rem;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    background: transparent;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 3px;
    left: -21px;
    border-radius: 0;
    opacity: 1;
    border-color: #888889!important;
    border-top-color: transparent!important;
    border-left-color: transparent!important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: none!important;
    background: transparent;
}


.zinput svg {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    left: 2px;
    pointer-events: none;
}*/


.o-foot-txt-logo{
	display: block;
    font-size: 26px;
    line-height: 27px;
    text-align: center;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.o-foot-c4{
	display: block;
	font-size: 15px;
    line-height: 20px;
    text-align: center;
	font-weight: 600;
}

button.t-inq-link{
	display: flex!important;
    color: #000;
    text-align: center;
}

.t-inq-link{
	font-size: 13px;
	line-height: 14px;
}


/*job_seekers fukidashi*/
.balloon1-top {
  position: absolute;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: rgba(141,195,30,1);
  right: 15px;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(141,195,30,1);
}

.balloon1-top p {
  margin: 0;
  padding: 0;
  color: #fff;
}


/*login comp modal*/
.modal-overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.5);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 9999;
}

.modal-content{
		background: #fff;
		padding: 2rem;
		border-radius: 0.75rem;
		box-shadow: 0 10px 25px rgba(0,0,0,0.2);
		text-align: center;
		width: 90%;
		max-width: 400px;
}

.o-login-comp-txt,.o-login-comp-stxt{
	text-align: center;
	color: #000;
}

.o-login-comp-txt{
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 25px;
	color: #000;
	font-weight: bold;
}

.o-login-comp-stxt{
	font-size: 16px;
	line-height: 25px;
}

.o-login-close-btn{
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	margin: 15px auto 0 auto;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	max-width: 250px;
}



@media (min-width: 380px) {
.o-remodal form .o-half-rd-btn .o-icon-mr-1 {
    margin-right: 45px;
}	
}



@media (min-width: 576px) {
.o-container,
.o-container-full{
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	padding: 0;
}

.o-h1-ti{
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    text-align: center;
}

/*footer*/
.o-foot-bk{
	width: 100%;
	background-size: cover;
	background-position: top center;
	padding-top: 0;
	padding-left: 25px;
	padding-right: 25px;
}

.o-foot-container{
	width: 95%;
	max-width: 95%;
}

.o-foot-l{
    width: 100%;
    padding-left: 0;
    padding-top: 45px;
}

.o-sp-foot-ud{
	justify-content: space-between;
}

.o-top-mb1{
    /* margin-top: 90px; */
}

a.o-sy-emp{
	padding-top: 23px!important;
}

.o-town-w {
    width: 56%;
    margin-left: 3%;
}

.o-remodal form .o-half-rd-btn .o-icon-mr-1 {
    margin-right: 45px;
}


.o-com-serch-ul li{
    width: 48.6%;
}

li.o-com-city{
    width: 18.6%;
}

li.o-com-half{
    width: 48.6%;
}

.o-ud-sv-btnb{
	width: 48.6%;
}

}





@media (min-width: 768px) {

/*container*/
.container{
    max-width: 960px;
    padding: 0;
}

/*header*/
header{
    /*padding: 20px 20px;*/
}

.o-header-ib{
	padding: 20px 20px;
}

.org-h-right-b{
    width: 40px;
}

.o-top-h1{
	font-size: 26px;
	line-height: 27px;
	text-align: left;
	color: #000;
	margin: 0;
	font-weight: 600;
}

.o-top-h1 img{
	width: 149px;
	height: auto;
}

.o-top-h1 span{
	padding-left: 20px;
	vertical-align: 4px;
}

button{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.o-ud-sv-btnb{
	width: 31.9%;
}


/*common*/
.o-container{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
}

/*footer*/
footer{
	width: 100%;
}

.o-foot-container{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
	padding-bottom: 70px;
}

.o-foot-l{
	width: 330px;
	padding-left: 0;
	padding-top: 0;
}

.o-foot-ul li{
	margin-bottom: 0;
}

.o-foot-link{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	text-decoration: none!important;
	text-align: left;
}

.o-foot-bk{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.o-foot-container{
	width: 90%;
	max-width: 720px;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	margin: 0 auto;
}


.o-foot-lb{
	margin: 0;
	justify-content: space-between;
}

.o-foot-l{
	width: 100%;
	padding-top: 0;
}

.o-foot-ul{
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 10px 0 0 0;
}

.o-foot-1{
	width: 78px;
}

.o-foot-link i{
	margin-right: 5px;
}

.o-copy-txt{
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	margin: 0;
	/* color: #000; */
	font-weight: 500;
}

footer{
	margin-top: 0;
}

.o-foot-ul{
	margin: 0 0 0 auto;
	padding: 0;
	justify-content: space-between;
	width: 100%;
	order: 1;
}

.o-foot-ul li{
	box-sizing: border-box;
	font-family: inherit;
}

.o-foot-ul li a{
	font-family: inherit;
}

.o-foot-1-li{
	width: 22%;
}

.o-foot-2-li{
	width: 30%;
}

.o-foot-3-li{
	width: 42%;
}

.o-foot-link{
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	font-weight: 500;
	text-align: left;
	text-decoration: none !important;
}

.o-foot-ml{
	margin-left: 0;
}

/*common parts*/
.o-palla{
    position: sticky;
	position: -webkit-sticky;
    top: 0;
    left: 0;
    z-index: -1;
}

div.o-foot-logo{
	display: block;
	width: 555px;
	order: 2;
	margin: 50px auto 0 auto;
}

.o-foot-copy-ob{
	width: 100%;
	margin: 0;
	order: 3;
	background: #fff;
	padding: 10px 0;
}

span.o-foot-link{
	display: block;
	margin-bottom: 10px;
	min-height: 28px;
}

.o-foot-catch-en{
    margin-top: 45px;
    text-align: center;
}


.o-fot-logo-link{
	display: block;
	width: 240px;
	margin: 0 auto;
}

.o-foot-comp{
    font-size: 27px;
    line-height: 34px;
    text-align: center;
}

.o-foot-catch{
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-top: 5px;
}

.o-foot-ad-b{
    margin-bottom: 20px;
    margin-top: 18px;
}

.o-town-w{
    width: 55%;
    margin-left: 10px;
}

.o-tt-mb{
	margin-bottom: 5px;
}

.o-jobs-b{
    width: 41%;
}

.o-area-b{
    width: 51%;
	margin: 0;
}

.o-mxy-1{
    margin: 0 10px 13px 10px;
}

a.o-sy-emp{
	padding-top: 10px!important;
}

.o-btn-sp-mt-1{
	margin-top: 0;
}

.o-foot-tel{
    margin-top: 15px;
}

.o-foot-btns .o-y-yaji-b {
    width: 23px;
    height: 23px;
    margin-right: 15px;
}

.o-top-mb1{
    margin-top: 90px;
}

.o-com-ud .o-icon-mr-1,.o-icon-mr-1{
    margin-right: 48px;
}

.o-ud-com-b{
    padding: 50px 15px;
}

.o-sm-main{
	max-width: 720px;
	padding: 0;
}

.o-com-serch-ul li{
    width: 31.9%;
    margin: 0 0.7% 15px 0.7%;
}

li.o-com-city{
    width: 15.2%;
}

li.o-com-half{
    width: 48.6%;
}
}




@media (min-width: 992px){
/*container*/
.o-container{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

/*common*/
header{
	/*padding: 15px 35px;
	box-sizing: border-box;
	min-height: 110px;
	background: rgba(255,255,255,1);*/
	width: 100%;
	margin: 0;
}

.o-header-ib{
	padding: 15px 35px;
	box-sizing: border-box;
	height: 110px;
	background: rgba(255,255,255,1);
	width: 100%;
	margin: 0;
}

.head-right{
	width: 630px;
}

.o-mxy-1{
    margin: 0 19px 13px 19px;
}

.o-type-w{
	width: 330px;
}

.o-city-w{
	width: 175px;
}

.o-town-w{
	width: 275px;
	margin-left: 15px;
}

.o-jobs-b{
	width: auto;
}

.o-area-b{
	width: 470px;
}

.o-og-btn:hover{
	color: #f8b62c!important;
	background: #fff;
}

.o-rec-link{
	transition: .3s;
}

.o-rec-link:hover{
	background: rgba(254,237,207,.5);
}


/*footer*/
.o-foot-container{
	width: 100%;
	max-width: 1270px;
	padding: 0 35px 20px 35px;
	box-sizing: border-box;
	margin: 0;
}

.o-foot-l{
    width: 73.5%;
    max-width: 73.5%;
    padding-top: 0;
}

.o-foot-ul{
	width: 70%;
	max-width: 760px;
	order: 2;
}

.o-foot-logo{
	order: 1;
	width: 100%;
	max-width: 236px;
	margin: 0;
}

.o-foot-1-li{
	width: 20%;
}

.o-foot-2-li{
	width: 27%;
}

.o-foot-3-li{
	width: 44%;
}

.o-fot-logo-link{
	width: auto;
	margin: 0;
}

.o-foot-comp{
    font-size: 27px;
    line-height: 34px;
   text-align: left;
}

.o-foot-catch-en{
    font-size: 34px;
    line-height: 31px;
    text-align: left;
    margin-top: 75px;
}

.o-foot-catch{
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    margin-top: 5px;
}

.o-foot-btns{
	padding-left: 30px;
	padding-right: 30px;
}

.o-ud-com-b{
    padding: 50px;
}

.o-foot-tel{
   justify-content: flex-start;
   margin-top: 5px;
}

div.o-foot-logo{
    margin: 0;
}

.o-foot-btns .o-y-yaji-b {
    width: 26px;
    height: 26px;
    margin-right: 20px;
}

.o-px-30{
    box-sizing: border-box;
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.o-top-mb1{
    margin-top: 110px;
}

.o-foot-txt-logo{
  text-align: left;
}

.o-foot-c4{
	text-align: left;
}
}




@media (min-width: 1025px){
/*container*/
.container,
.org-container{
    max-width: 1100px;
    padding: 0;
}

.o-container{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}


/*header*/

button{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

footer{
	margin-top: 0;
}

.o-foot-container{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px 20px 15px;
	box-sizing: border-box;
}

.o-foot-2-li {
    width: 27%;
}
}


@media (min-width: 1100px){
.o-container{
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.o-foot-l{
	width: 71.5%;
	max-width: 70.5%;
}

.o-foot-ul{
	margin: 0 0 0 auto;
	width: 70%;
	max-width: 760px;
}

.o-foot-1-li{
	width: 20%;
}

.o-foot-2-li{
    width: 25%;
}

.o-foot-3-li{
    width: 44%;
}

.o-ful-px-40{
	padding-left: 40px!important;
	padding-right: 40px!important;
}

.o-foot-btns{
	padding-left: 40px;
	padding-right: 40px;
	justify-content: flex-start;
}

.o-icon-mr-2{
    margin-right: 29px;
}
}



