@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 0.8rem;
	}
}
a {
	color: unset;
	text-decoration: unset;
}
#map a {
	cursor: pointer;
}
p {
	margin-bottom: 0.25rem;
}
.badge  {
	text-align: unset;
	white-space: unset;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 0.8rem !important;
	font-weight: normal;
	line-height: 1.2;
}
.offcanvas-backdrop {
	background-color: #fff;
}
.top_back, .sec_back {
	background-color: #d2e3c6;
}
.top_obi {
/*	position: sticky !important;
	position:-webkit-sticky !important;*/
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #1ea939;
	min-height: 3em;
	z-index: 999;
}
.top_obi .user_name {
	color: #000;
	text-shadow: 1px 2px 3px #000;
}
.top_obi .title, .top_back .title_top {
	position: absolute;
	top: 0;
	z-index: 1;
}
.top_back .title_top {
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 300px;
}
.top_back .recruit_obi {
	width: 100%;
	background-color: #1ea939;
	padding: 0.25em 0;
	color: #fff;
}
.top_obi .mini_logo {
	position: absolute;
	margin: 0 auto;
	left: 0;
	top: 0;
	z-index: 999;
	transition:all 0.5s ease-out;
}
.top_obi .mini_logo img {
	height: 120px;
}
@media screen and (max-width: 768px) {
	.top_obi .mini_logo img {
		height: 100px;
	}
}
@media screen and (max-width: 599px) {
	.top_obi .mini_logo img {
		height: 85px;
	}
}
.top_obi .menu, .top_obi .account, .top_obi .recruit, .top_obi .search {
	font-size: 2em;
	padding: 0.2rem;
	color: #fff;
	padding-left: 1rem;
}
.top_obi .menu {
	padding-right: 30px;
}
.top_obi_inner {
	margin: 0 0;
	box-shadow: 0 0 8px gray;
}
.top_obi dt {
	color: #fff;
	padding: 5px 0;
}
.top_obi h3 {
    padding: 0.25em;
    color: #494949;
    background: rgba(255, 255, 255, 0.3);
    border-left: solid 5px #198754;
    font-size: 1.25rem;
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1em;
}
.top_obi .navbar-nav {
	line-height: 1.2;
}
.top_obi .navbar-nav li {
	padding: 0 5px;
	margin-bottom: 5px;
	border-left: solid 5px #ffffff;
}
.top_obi .navbar-nav li:hover {
    background: rgba(255, 255, 255, 0.3);
}

.sch_no_select {
	padding: 8px;
}
.sch_no_select input {
	width: unset !important;
}
.image-to-circle {
	width: 100px;       /* ※縦横を同値に */
	height: 100px;       /* ※縦横を同値に */
	border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
	background-position: center center;  /* 横長画像の左上を基準に表示 */
/*	object-fit: cover;*/
	background-size: cover;
}
#accountNavbar {
	max-width: 60%;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(7.2px);
	-webkit-backdrop-filter: blur(7.2px);
}
#menuNavbar {
	background: rgba(30, 169, 57, 0.5);
	backdrop-filter: blur(7.2px);
	-webkit-backdrop-filter: blur(7.2px);
	color: #fff;
}
#recruitNavbar {
	background: rgba(30, 169, 57, 0.5);
	backdrop-filter: blur(7.2px);
	-webkit-backdrop-filter: blur(7.2px);
	color: #fff;
}


.relative {
	position: relative;
}
.area_logo_a {
	position: absolute;
	top: 1em;
	left: 2em;
}
.area_logo_b {
	margin-top: 1em;
	margin-left: 2em;
	margin-bottom:2em;
}
.top_page, .main {
/*	box-shadow: 0 0 8px gray;*/
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
/*	padding: 3em 0;*/
}
.top_page .inner {
	padding-top: 5em;
	padding-bottom: 5em;
}
.main {
	min-height: 60vh;
}
.main .inner {
	padding-top: 0;
	padding-bottom: 0;
}
.main .inner {
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
/*	min-height: 500px;*/
}
.main .top {
/*	min-height: 0;*/
}
@media screen and (max-width: 768px) {
	.top_page .inner {
		padding-top: 2em;
	}
	.top_page .inner {
		padding-bottom: 2em;
	}
	.main .inner {
		max-width: 100%;
		padding-left: 1em;
		padding-right: 1em;
	}
}

#map {
	width: 100%;
}
#map svg {
	width: 100%;
	padding: 0 0;
	height: auto;
}
#map svg a path {
	transition: fill 0.3s linear;
}
#map svg a:hover path {
	fill: #ffce00;
}



.sagasu_btn,
a.sagasu_btn,
button.sagasu_btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1080px) {
	.sagasu_btn,
	a.sagasu_btn,
	button.sagasu_btn {
		line-height: 1.5;
	}
}

a.btn-c {
  font-size: 1.7rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 4rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
  height: 100%;
  width: 100%;
}

a.btn-c span {
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  color: #32b16c;
  border-radius: 4px;
  background: #fff;
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  line-height: 1;

  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f35a";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #38c578;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c:hover:before {
  left: 1rem;
}
.justify-content-center {
	margin: 0 auto;
}

.search_box {
  margin-top: 50px;
  font-family: cursive;
  border: 5px solid #1ea939;
  color: #1ea939;
  opacity: .7;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 70%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  font-size: 1.8rem;
  outline: none;
  background-color: #fff;
}

.search_box:focus {
  width: 85%;
  outline: none;
}

@media screen and (max-width: 768px) {
	.search_box {
		width: 80%;
		font-size: 1.5rem;
		padding: 10px;
		border: 3px solid #1ea939;
	}
	.search_box:focus {
		width: 95%;
	}
}

    .card ul {
    	padding: 0.25em 0.5em;
    	margin: 0.5em 0;
    	border: solid 1px #d2e3c6;
    	border-radius: 5px;
    	line-height: 2;
    }
    .card li {
    	list-style: none;
    }
    .card li:not(:last-child) {
    	border-bottom: solid 1px #d2e3c6;
    }
    .card-img-top {
    	background-color: #fff;
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position: center center;
    }
    .ca-item {
    	text-align: left;
    }
@media (max-width: 550px) {
    .card-img-top {
/*    	height:150px;*/
	}
}
    .card-head {
		display: flex;
		align-items: center;
		box-shadow: 2px 2px 4px gray;
		background-color: #e7f1e0;
		border-top: solid 3px #1ea939;
    }

    .company .card-img-top {
    	width: 30%;
    	height:200px;
	}
    .company .card-head {
		align-items: flex-start;
	}
    .shintyaku .card-img-top {
    	width: 50%;
    	height:200px;
	}
    .rireki .card-img-top {
    	width: 30%;
    	height:100px;
	}
    .company .card-title-area {
		width: 70%;
		padding: 0.5em 0.5em 0 0.5em;
    }
    .shintyaku .card-title-area {
		width: 50%;
		padding: 0.5em 0.5em 0 0.5em;
    }
    .rireki .card-title-area {
		width: 70%;
		padding: 0.5em 0.5em 0 0.5em;;
    }

    .card-body {
/*		line-height: 1.8;*/
		font-size: 0.9rem;
		overflow: hidden;
    }
	.card-body .badge {
		margin-bottom: 3px;
		background-color: #fff;
	}
	.card-body p {
		margin-top: unset;
		margin-bottom: unset;
	}
	.inner hr {
		margin: unset;
	}

	.ca-container {
		max-width: unset;
	}
	.ca-item:hover {
		border-bottom: unset;
	}

	.row-eq-height {
		display: flex;
		flex-wrap: wrap;
	}
	.sigoto-koma .card-title, .sigoto-koma .pickup i {
		color: #50afff;
	}
	.sigoto-koma .pickup i {
		width: 1.5em;
	}
	.sigoto-koma .sigoto {
		margin: 0.5em 0 1em 0;
	}
	.sigoto-koma .syamei {
/*		position: absolute;*/
		font-size: 0.8em;
		bottom: 0;
		right: 0;
	}
@media (max-width: 750px) {
	.sigoto-koma .syamei {
		font-size: 0.9em;
	}
    .card-img-top {
/*    	height:150px;*/
	}
}
@media (max-width: 550px) {
    .card-img-top {
/*    	height:150px;*/
	}
}

	.slick-prev:before, .slick-next:before {
		font-size: 2rem;
		color: #32b06c;
	}
	.slick-prev {
		left: -40px;
	}
	
/*	.rireki .sigoto-koma {
		background-color: #e7f1e0;
	}
	.rireki .sigoto-koma .pickup {
		background-color: #fff;
	}*/
    .card:hover {
    	background: #fffedd !important;
    }


.box22{
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.box22 * {
    margin: 0; 
    padding: 0;
}

table th {
	white-space: nowrap;
}
.breadcrumb {
	font-size: 80%;
}

.slick-prev {
    left: 0;
    z-index: 1;
}
 
.slick-next {
    right: 0;
}
.slick-prev:before, .slick-next:before {
    opacity: 0.35;/*デフォルトは.75が指定されている*/
}
.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 0.5;/*デフォルトは.75が指定されている*/
}
.slick-prev,.slick-next{
    width: 40px;
    height: 40px;
}
 
.slick-prev:before, .slick-next:before {
    font-size: 40px;/*少し大きくする*/
}
h3.title {
    padding: 0.5rem 1rem;
    margin-left: 0.5em;
    border-left: 4px solid #000;
    font-size: 1.5em;
    margin-bottom: 2em;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}
.accordion-button {
	padding: 0.5rem;
}
.pref {
	margin-top: 0.5rem;
}
input:not(.btn):not(.search_box):not(.form-check-input) {
	width: 100%;
}
li input {
	width: unset !important;
}
.btn:not(.del) {
/*	max-width: 8rem;*/
	text-align: center;
}
button.unset, input.unset {
	width: unset !important;
}

form[id^="serch_form"] ol, form[id^="serch_form"] ul {
	padding: 0 0;
}
form[id^="serch_form"] li {
	list-style-type: none;
	line-height: 2;
	font-size: 0.8rem;
}
form[id^="serch_form"] li input {
	margin-right: 5px;
}
form[id^="serch_form"] .accordion-button, form[id^="serch_form"] h6, form[id^="serch_form"] {
	font-size: 0.8rem;
}


#footer03 {
	background: #ffffcd;
	margin-top: 3em;
}
#footer03 .area {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 30px auto;
}
#footer03 .area .info {
	max-width: 20%;
	width: 100%;
}
#footer03 .nav {
	max-width: 80%;
	width: 100%;
	padding: 1em;
	background-color: #1ea939;
}
#footer03 .nav li a {
	padding: 10px 0;
	color: #fff;
	cursor: pointer;
}
#footer03 .nav-child {
	padding-left: 1.25rem;
	display: block;
}
#footer03 .nav-child li {
	list-style-type: disclosure-closed;
	color: #fff;
	width: 100%;
}
#footer03 .nav .footer-btn-wrap .contact-btn {
	background-color: #0077bb;
	color: #fff;
	text-align: center;
}
#footer03 .nav .footer-btn-wrap .login-btn {
	background: #c4341a;
	color: #fff;
	text-align: center;
}
#footer03 .js-aco li a {
	padding-left: 15px;
}
#footer03 .js-aco li a span {
	position: relative;
}
#footer03 .js-aco li a span::before {
	display: inline-block;
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	background-color: #ccc;
	top: 0;
	bottom: 0;
	right: calc(100% + 5px);
	margin: auto;
}
#footer03 .copyright {
	font-size: 10px;
	text-align: center;
}
#footer03 img {
	width: 200px;
}
#footer03 .nav .footer-btn-wrap a {
	display: block;
	width: 150px;
	border: 2px solid transparent;
}
#footer03 .nav .footer-btn-wrap .contact-btn:hover {
	background: #fff;
	color: #0077bb;
	opacity: 1;
}
#footer03 .nav .footer-btn-wrap .login-btn:hover {
	background: #fff;
	color: #c4341a;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	#footer03 .area {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		line-height: 2;
	}
	#footer03 .nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#footer03 .nav .footer-btn-wrap a + a {
		margin-top: 10px;
	}
}

#footer03 .nav li a {
	font-size: 14px;
}

#footer03 .nav li a:hover {
	opacity: 1;
	color: #ffe771;
}


@media only screen and (max-width: 768px) {
	#footer03 .area .info {
		max-width: 100%;
		width: 100%;
	}
	#footer03 .nav {
		max-width: 100%;
		width: 100%;
	}
	#footer03 .footer-btn-wrap {
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
	}
	#footer03 .nav .footer-btn-wrap a {
		padding: 10px;
		width: 100%;
	}
	#footer03 .nav li {
		width: 100%;
		border-top: 1px solid #fff;
	}
	#footer03 .nav li a {
		display: block;
		padding: 12px 0px;
	}
	#footer03 .nav li a:hover {
		color: #c4341a;
	}
	#footer03 .js-aco li a {
		padding-left: 40px;
	}
	#footer03 .nav-child {
		padding-left: 0;
	}
	#footer03 .nav-child li {
		background-color: #e7f1e0;
		padding-left: 10px;
		list-style-type: none;
	}
	#footer03 .nav-child li a {
		color: #000;
	}
}

/*--------------------------*/

#menu03 {
	background: #ffffcd;
}
#menu03 .area {
	width: 100%;
	margin: 0 auto 30px auto;
}
#menu03 .nav {
	max-width: 100%;
	width: 100%;
	padding: 0 1em 1em 1em;
	background-color: #1ea939;
}
#menu03 .nav li {
	width: 100%;
}
#menu03 .nav li a {
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 12px 0px;
}
#menu03 .nav li a:hover {
	opacity: 1;
	color: #c4341a;
}
#menu03 .nav-child {
	padding-left: 0;
	display: block;
}
#menu03 .nav-child li {
	list-style-type: disclosure-closed;
	color: #fff;
	width: 100%;
	border-bottom: 1px solid #fff;
	background-color: #e7f1e0;
	padding-left: 10px;
	list-style-type: none;
}
#menu03 .nav-child li a {
	color: #000;
}

#menu03 .js-aco li a {
	padding-left: 40px;
}
#menu03 .js-aco li a span {
	position: relative;
}
#menu03 .js-aco li a span::before {
	display: inline-block;
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	background-color: #ccc;
	top: 0;
	bottom: 0;
	right: calc(100% + 5px);
	margin: auto;
}
#menu03 .nav .footer-btn-wrap a {
	display: block;
	width: 150px;
	border: 2px solid transparent;
}
#menu03 .nav .footer-btn-wrap .contact-btn:hover {
	background: #fff;
	color: #0077bb;
	opacity: 1;
}
#menu03 .nav .footer-btn-wrap .login-btn:hover {
	background: #fff;
	color: #c4341a;
	opacity: 1;
}
#menu03 .footer-btn-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
#menu03 .nav .footer-btn-wrap a {
	padding: 10px;
	width: 100%;
}

.modal-content {
	background-color: rgba(255, 255, 255, 0.8);
}
.modal {
	backdrop-filter: blur(2.2px);
	-webkit-backdrop-filter: blur(2.2px);
}
.alert ul {
	margin-bottom: 0 !important;
}