@charset "UTF-8";
/*! ==============================================
※※※※※※※※※※※※※※※※※※※※※
このcssファイルはSassから生成されています。
編集する際はSassファイルを編集してください。
※※※※※※※※※※※※※※※※※※※※※
=============================================== */
/* ----- underFv ----- */
.page-recruit .underFv {
  background-image: url(../img/recruit/fv_recruit.jpg);
	max-width: 120rem;
	margin: 0 auto;
}

/* ----- recruit ----- */
.recruit {
  padding-bottom: 20rem;
}

.occ {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.occ::after {
  content: "";
  display: inline-block;
  width: 20rem;
}

.occ__item {
  max-width: 20rem;
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.occ__item:nth-of-type(n + 5) {
  margin-top: 2rem;
}
.occ__item:last-of-type {
  margin-top: 0;
  box-shadow: none;
}

.occ__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  border: 1px solid #1BA1E6;
  background-color: #1BA1E6;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  border-radius: 0.5rem;
  transition: all 0.3s;
}
.occ__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background-image: url(../img/common/arrow_white_bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.5rem;
  height: 0.75rem;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .occ__link:hover {
    color: #1BA1E6;
    background-color: #fff;
    transition: all 0.3s;
  }
  .occ__link:hover::before {
    background-image: url(../img/common/arrow_blue_bottom.png);
    transition: all 0.3s;
  }
}

.recruit .common-box.mt {
  margin-top: 5rem;
}

.recruitNews {
  padding: 0 1rem;
}

.recruitNews__link {
  display: flex;
  align-items: center;
  color: #1d1d1d;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.3s;
}
@media (min-width: 1080px) {
  .recruitNews__link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.recruitNews article:not(:first-of-type) .recruitNews__link {
  padding-top: 3rem;
}

.recruitNews__info {
  width: 20.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruitNews__time {
  font-size: 1.6rem;
}

.recruitNews__cat {
  font-size: 1.4rem;
  color: #fff;
  background-color: #60B83C;
  padding: 0.4rem 0.9rem;
  border-radius: 0.2rem;
}

.recruitNews__ttl {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  margin-left: 5rem;
}

.rec_01__tel {
  display: flex;
  align-items: center;
  margin-top: 2.7rem;
}

.rec_01__tel-txt {
  font-size: 1.8rem;
  margin-right: 2rem;
}

.rec_01__tel-link {
  font-size: 3.6rem;
  letter-spacing: -0.05em;
  color: #1BA1E6;
  font-family: "axis-b", sans-serif;
  display: flex;
  align-items: center;
}
.rec_01__tel-link::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/tel_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
}

.rec_01__list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.rec_01__list-item {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-right: 2rem;
}

.common-table {
  margin-top: 2.8rem;
}
.common-table td {
  vertical-align: middle;
  padding: 1.7rem 3rem;
}

.common-table-l {
  width: 20rem;
  background-color: #D9EEF7;
  font-size: 1.8rem;
  font-weight: 600;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  line-height: 1.4;
}

.common-table-r {
  width: 80.1rem;
  font-size: 1.8rem;
  font-weight: 500;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  line-height: 1.4;
}
.common-table-r.common-table-r--sml {
  width: 36rem;
}
.common-table-r .common-table-r--sml-txt {
  font-size: 1.4rem;
}

.resume {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
}

.resume__btn {
  width: 20.2rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1BA1E6;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}

.resume__btn__news {
  width: 20.2rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1BA1E6;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}

@media (min-width: 1080px) {
  .resume__btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.resume__btn:nth-of-type(n + 2) {
  margin-left: 1rem;
}
.resume__btn::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.8rem;
  height: 2.2rem;
  margin-right: 1rem;
}
.resume__btn.resume__btn--pdf::before {
  background-image: url(../img/common/ico_pdf.png);
}
.resume__btn.resume__btn--excel::before {
  background-image: url(../img/common/ico_excel.png);
}

.common-table-r__item:not(:first-of-type) {
  margin-top: 1rem;
}
.common-table-r__item.common-table-r__item--info {
  display: flex;
  align-items: center;
}
.common-table-r__item.common-table-r__item--info.mt {
  margin-top: 2rem;
}
.common-table-r__item.common-table-r__item--info.mb {
  margin-bottom: 2rem;
}

.app-ttl {
  font-size: 1.4rem;
  width: 4.7rem;
  font-family: "axis-m", sans-serif;
  font-weight: 500;
}

.app-txt {
  font-size: 1.6rem;
  font-family: "axis-b", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #1BA1E6;
}
.app-txt::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.5rem;
  width: 1.7rem;
}
.app-txt.app-txt--tel::before {
  height: 1.7rem;
  background-image: url(../img/common/tel_blue.png);
}
.app-txt.app-txt--fax::before {
  height: 1.8rem;
  background-image: url(../img/common/fax_blue.png);
}
.app-txt.app-txt--mail::before {
  height: 1.2rem;
  background-image: url(../img/common/mail_blue.png);
}

.rec_02__btn {
  display: flex;
  justify-content: space-between;
  margin-top: 2.8rem;
}

.common-btn--green.common-btn--bark--rec_02 {
  width: 28rem;
  height: 4.6rem;
  margin-top: 0;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #60B83C;
  position: relative;
}
.common-btn--green.common-btn--bark--rec_02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background-image: url(../img/common/arrow_white_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.75rem;
  height: 1.5rem;
}

.common-btn--green.common-btn--bark--rec_02.mini {
	width: 21rem;
}
.rec_05__tel {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.rec_05__tel-link {
  font-size: 3.6rem;
  letter-spacing: -0.05em;
  color: #1BA1E6;
  font-family: "axis-b", sans-serif;
  display: flex;
  align-items: center;
}
.rec_05__tel-link::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/tel_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
}

.rec_05__tel-txt {
  font-size: 1.8rem;
  margin-left: 1rem;
}
/* バナーを囲むコンテナ */
.banner-container {
    display: flex;
    justify-content: center; /* 中央寄せ */
    margin: 20px auto;          /* コンテナ自体を中央に */
	gap: 20px;
}

/* 各バナーのスタイル */
.banner-item {
    flex: 1;                 /* 同じ幅で引き伸ばす */
}

.banner-item img {
    width: 100%;             /* 親要素の幅に合わせる */
    height: auto;            /* 比率を維持 */
    display: block;
}
/* ------------------------------------------
/* tablet
/* ------------------------------------------ */
@media screen and (max-width: 1079px) {
	.occ__link {
		font-size: 2.4rem;
	}
	.recruitNews__time{
		font-size: 2.0rem;
	}
	.recruitNews__cat{
		font-size: 2.0rem;
	}
	.recruitNews__ttl{
		font-size: 2.4rem;
	}
	.rec_01__list-item{
		font-size: 2.4rem;
	}
	.common-table-r{
		font-size: 2.4rem;
	}
	.resume__btn {
		font-size: 2.0rem;
	}
	.app-txt{
		font-size: 2.4rem;
	}
	.app-ttl{
		font-size: 1.8rem;
	}
	.rec_05__tel-txt{
		font-size: 2.4rem;
	}
	.common-table-r .common-table-r--sml-txt{
		font-size: 2.0rem;
	}
}
/* ------------------------------------------
/* sp
/* ------------------------------------------ */
@media screen and (max-width: 767px) {
  /* ----- underFv ----- */
  .page-recruit .underFv {
    background-image: url(../img/recruit/fv_recruit_sp.jpg);
  }
  /* ----- recruit ----- */
  .recruit {
    padding-bottom: 20rem;
  }
  .occ {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .occ::after {
    content: "";
    display: inline-block;
    width: 29.5rem;
  }
  .occ__item {
    max-width: 29.5rem;
    width: 100%;
    border-radius: 0.5rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
  .occ__item:nth-of-type(n + 2) {
    margin-top: 1rem;
  }
  .occ__item:last-of-type {
    margin-top: 0;
    box-shadow: none;
  }
  .occ__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6rem;
    border: 1px solid #1BA1E6;
    background-color: #1BA1E6;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    border-radius: 0.5rem;
    transition: all 0.3s;
  }
  .occ__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    background-image: url(../img/common/arrow_white_bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 0.8rem;
    height: 1.6rem;
    transition: all 0.3s;
  }
  .recruit .common-box.mt {
    margin-top: 7rem;
  }
  .recruitNews {
    padding: 0;
  }
  .recruitNews__link {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #1d1d1d;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e1e1e1;
    transition: all 0.3s;
  }
  .recruitNews article:not(:first-of-type) .recruitNews__link {
    padding-top: 1rem;
  }
  .recruitNews__info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .recruitNews__time {
    font-size: 1.2rem;
  }
  .recruitNews__cat {
    font-size: 1.2rem;
    color: #fff;
    background-color: #60B83C;
    padding: 0.4rem 0.9rem;
    border-radius: 0.2rem;
    margin-left: 1rem;
  }
  .recruitNews__ttl {
    font-size: 1.4rem;
    width: 100%;
    line-height: 1.2;
    font-weight: 500;
    margin-left: 0;
    margin-top: 1rem;
  }
  .rec_01__tel {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1.4rem;
  }
  .rec_01__tel-txt {
    font-size: 1.4rem;
    margin-right: 0;
  }
  .rec_01__tel-link {
    font-size: 2.5rem;
    letter-spacing: -0.05em;
    margin-top: 1.1rem;
    color: #1BA1E6;
    font-family: "axis-b", sans-serif;
    display: flex;
    align-items: center;
  }
  .rec_01__tel-link::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/tel_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 1rem;
  }
  .rec_01__list {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .rec_01__list-item {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-right: 1rem;
  }
  .common-table {
    margin-top: 3.7rem;
  }
  .common-table tr {
    display: flex;
    flex-direction: column;
  }
  .common-table tr:last-of-type .common-table-r {
    border-bottom: 1px solid #e1e1e1;
  }
  .common-table td {
    vertical-align: middle;
    padding: 1.1rem 2rem;
  }
  .common-table-l {
    width: 100%;
    background-color: #D9EEF7;
    font-size: 1.4rem;
    font-weight: 600;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    line-height: 1.2;
  }
  .common-table-r {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    line-height: 1.2;
  }
  .common-table-r.common-table-r--sml {
    width: 100%;
  }
  .common-table-r .common-table-r--sml-txt {
    font-size: 1.4rem;
  }
  .resume {
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .resume__btn {
    width: 25.5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1BA1E6;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
  }
  .resume__btn:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 1rem;
  }
  .resume__btn::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.6rem;
    height: 2rem;
    margin-right: 1rem;
  }
  .resume__btn.resume__btn--pdf::before {
    background-image: url(../img/common/ico_pdf.png);
  }
  .resume__btn.resume__btn--excel::before {
    background-image: url(../img/common/ico_excel.png);
  }
  .common-table-r__item:not(:first-of-type) {
    margin-top: 1rem;
  }
  .common-table-r__item.common-table-r__item--info {
    display: flex;
    align-items: center;
  }
  .common-table-r__item.common-table-r__item--info.mt {
    margin-top: 2rem;
  }
  .common-table-r__item.common-table-r__item--info.mb {
    margin-bottom: 1.1rem;
  }
  .app-ttl {
    font-size: 1.3rem;
    width: 4.7rem;
    font-family: "axis-m", sans-serif;
    font-weight: 500;
  }
  .app-txt {
    font-size: 1.5rem;
    font-family: "axis-b", sans-serif;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #1BA1E6;
  }
  .app-txt::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 0.5rem;
    width: 1.6rem;
  }
  .app-txt.app-txt--tel::before {
    height: 1.4rem;
    background-image: url(../img/common/tel_blue.png);
  }
  .app-txt.app-txt--fax::before {
    height: 1.7rem;
    background-image: url(../img/common/fax_blue.png);
  }
  .app-txt.app-txt--mail::before {
    height: 1.2rem;
    background-image: url(../img/common/mail_blue.png);
  }
  .rec_02__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 2.8rem;
  }
  .rec_02__btn-item:not(:first-of-type) {
    margin-top: 1rem;
  }
  .common-btn--green.common-btn--bark--rec_02 {
    width: 29.5rem;
    height: 5rem;
    margin-top: 0;
    border-radius: 0.5rem;
    color: #fff;
    background-color: #60B83C;
    position: relative;
  }
  .common-btn--green.common-btn--bark--rec_02::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background-image: url(../img/common/arrow_white_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 0.75rem;
    height: 1.5rem;
  }
.common-btn--green.common-btn--bark--rec_02.mini {
    width: 29.5rem;
}
  .rec_05__tel {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1rem;
  }
  .rec_05__tel--sp {
    display: none;
  }
  .rec_05__tel-link {
    font-size: 3.5rem;
    letter-spacing: -0.05em;
    color: #1BA1E6;
    font-family: "axis-b", sans-serif;
    display: flex;
    align-items: center;
  }
  .rec_05__tel-link::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/tel_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1rem;
  }
  .rec_05__tel-txt {
    font-size: 1.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
  }
  .banner-container {
        flex-direction: column; /* 縦並びに変更 */
        align-items: center;    /* 中央寄せ */
    }

    .banner-item {
        width: 100%;            /* 横幅いっぱいにする */
    }
}
/*
@media print, screen and (width: 1281px) {
	.common-table-l{
		font-size:1.3rem;
	}
	.common-table-r{
		font-size:1.3rem;
	}
	.common-table td{
		padding: 0.5rem 2rem;
	}
	.resume__btn{
		font-size: 1.3rem;
	}
	.app-txt{
		font-size: 1.3rem;
	}
	.rec_05__tel-link{
		font-size: 1.3rem;
	}
	.rec_05__tel-txt{
		font-size: 1.3rem;
	}
	.rec_05__tel-link::before{
		width: 2.5rem;
		height: 2.5rem;
	}
	.app-ttl{
		font-size: 1.2rem;
	}
}
*/
/*# sourceMappingURL=sourcemap/recruit.css.map */
