/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/custom.css ***!
  \**********************************************************************************************************************************************************************/
@charset "UTF-8";
/* utility */
.mt-2em {
  margin-top: 2em;
}

.company-box1 .item-r .cp-cat,
.company-box3 .info-txt .left .company-cat,
.company-box3_2 .info-txt .left .company-cat,
.company-box7 .box .name span,
.company-box4 .cat {
  color: #999;
  font-weight: 600;
}

.mb-menu.open .center {
  left: -50px;
}

.company-box4 .cat {
  font-size: 0.95rem;
}

.post-cb .item-r .cp-cat {
  color: #fff;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 10000000;
  width: 100%;
  max-width: 1100px;
  overflow: hidden;
}

/* リストトランジション */
.flip-list-move {
  transition: transform 0.5s;
}

.flip-list-enter-active, .flip-list-leave-active {
  transition: all 0.5s;
}

.flip-list-enter, .flip-list-leave-to {
  opacity: 0;
  transform: scale(0);
}

.col-2--2 > .item-l {
  position: relative;
}

.col-2--3 > .item-l {
  position: relative;
  padding-right: 0;
  margin-right: 1rem;
}

.post-arc-item,
.interview-arc-item {
  width: 100%;
  transition: all 0.5s;
}

.flip-list-leave-active {
  position: absolute !important;
}

.col2-65 > .item-l .inner {
  position: relative;
}

.articleCard {
  width: 100%;
}

.recruit-arc-item {
  width: 100%;
}

.page-blog-archive .blogPost-card__item {
  width: 48.5%;
}

@media screen and (max-width: 640px) {
  .page-blog-archive .blogPost-card__item {
    width: 100%;
  }
  .key {
    padding: 50px 0 0 0;
  }
}
/* フォロー機能 */
.modal-follow .loading {
  display: none;
}

.modal-follow .follow-err {
  color: #c25d58;
  font-weight: bold;
}

/* 記事リクエスト機能 */
.post-request__loading {
  margin-top: 1em;
}

.post-request__msg {
  font-size: 1.2rem;
  font-weight: bold;
}

/* page-unsubscribe */
.page-unsubscribe .loading {
  display: none;
  margin-bottom: 1rem;
  text-align: center;
}

.unsubscribe-msg {
  text-align: center;
}

/* TOP */
.key {
  height: 50vh;
}

.scroll-fix a {
  margin: 1.25rem auto;
}

.scroll-fix {
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(59, 59, 59, 0.4);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

.scroll-fix .recruit-search_btn {
  background-color: #F16D1A;
  color: #FFF;
  border-radius: 3rem;
  width: 40%;
  min-width: 320px;
  padding: 13px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.25rem auto;
}

.scroll-fix .recruit-search_btn span:first-of-type {
  color: #fff;
  font-size: 1rem;
}

.scroll-fix .recruit-search_btn span:last-of-type {
  height: 36px;
  width: 36px;
  background: #fff url(/wp-content/themes/iwate-company/assets/images/serch_icon.svg) no-repeat scroll center center/20px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.2);
  margin: 0 0 0 11px;
}

@media screen and (max-width: 959px) {
  .scroll-fix a {
    margin: 1rem auto;
    height: 3rem;
    line-height: 3rem;
  }
  .scroll-fix {
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(59, 59, 59, 0.4);
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
  }
  .scroll-fix .recruit-search_btn {
    background-color: #F16D1A;
    color: #FFF;
    border-radius: 3rem;
    width: 40%;
    min-width: 320px;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.25rem auto;
  }
  .scroll-fix .recruit-search_btn span:first-of-type {
    color: #fff;
    font-size: 1rem;
  }
  .scroll-fix .recruit-search_btn span:last-of-type {
    height: 36px;
    width: 36px;
    background: #fff url(/wp-content/themes/iwate-company/assets/images/serch_icon.svg) no-repeat scroll center center/20px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.2);
    margin: 0 0 0 11px;
  }
}
.top-recruit-item .item__footer .list-bt-2 {
  justify-content: left;
  gap: 15px;
  flex-wrap: wrap;
}

/*
.top-recruit-item .item__footer .list-bt-2 .item:nth-of-type(n+2) {
    margin-left: 1rem;
}
*/
.cat-radius-red {
  color: #c25d58;
  border: 1px solid #c25d58;
  border-radius: 14px;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  height: 2.6em;
  line-height: 2.5em;
  padding: 0 1em;
  letter-spacing: 1px;
  text-indent: 1px;
  display: inline-block;
}

.top-recruit-cat-list {
  /* margin-bottom: 1rem; */
  margin: 0 0 1rem 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.top-recruit-cat-list .item {
  border-radius: 5px;
  margin-right: 0.5rem;
  /* height: unset; */
  height: fit-content;
  margin-bottom: 0.5rem;
}

.cardlayout2 article > .cnt-wrap .cnt.main-cnt {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

/*
@media screen and (max-width: 959px) {
    .lca-content .card-col-3 .item {
        margin-right: .5rem;
    }
}
*/
.top-recruit-item .main-cnt h2 {
  margin: 0 0 auto 0;
  font-size: 1.1rem;
}

.top-recruit-cat-list-footer .item {
  color: #F16D1A;
  font-size: 0.7rem;
}

.top-recruit-cat-list-footer .item span {
  color: #333333;
  font-size: 0.7rem;
}

.top-recruit-cat-list-footer .item .fa-map-marker-alt {
  color: #c25d58;
}

.card-wide1 .thumb::before {
  content: "";
  padding-top: 55%;
}

.lca-content .owl-carousel .owl-stage {
  display: flex;
}

.top-recruit-item.lca-carousel__item .cardlayout2 {
  padding: 0 0 42px;
}

.top-recruit-item .main-cnt h2 {
  min-height: 60px;
}

.top-recruit-item .cardlayout2 article > .cnt-wrap .cnt2 {
  margin-bottom: 0;
}

/* companyページ */
.cnt-header--company .ch-thumb .thumb span .icon-wrap {
  cursor: pointer;
}

.cnt-header--company .ch-thumb .thumb span .icon-wrap:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.cnt-header--company .ch-thumb .thumb span .icon-wrap.active i {
  color: #c25d58;
}

.company-member .cm-list li:nth-child(n+4) {
  display: none;
}

.search-box {
  background-color: #fff;
}

.search-single-box .select2-container--default .select2-selection--single {
  border-top: 2px solid #edf1f3;
  border-bottom: 2px solid #edf1f3;
  border-right: none;
  border-left: none;
  border-radius: 0;
  height: auto;
}

.search-single-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.5rem;
  line-height: 1;
  font-size: 14px;
  outline: none;
  background-color: #fcfdfd;
  color: #F16D1A;
  font-weight: bold;
}

.search-single-box .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: normal;
  font-size: 13px;
  color: #C2C2C2;
  letter-spacing: 1px;
  text-indent: 1px;
}

.search-single-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-multi-box .select2-container {
  background-color: #edf1f3;
}

.search-multi-box .select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border-top: 2px solid #edf1f3;
  border-bottom: 2px solid #edf1f3;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  background-color: #fcfdfd;
  min-height: initial;
}

.search-multi-box .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0 0 -8px;
  padding: 0.8rem 1rem;
}

.search-multi-box .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  margin: 0;
}

.search-multi-box .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #bbb !important;
  border-width: 2px !important;
}

.company-box4 .site a .fas {
  margin-left: 0.5rem;
  font-size: 0.85rem;
}

.company-member .cardlayout3 .grad-btn-green2 {
  display: block;
  background: none;
  text-align: center;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}

.company-member .cardlayout3 .grad-btn-green2 a {
  display: inline-block;
  background-color: #F16D1A;
  color: #FFF;
  border-radius: 5px;
  width: 100%;
  padding: 1.25rem 0;
}

.side-select {
  margin-bottom: 1rem;
}

@media screen and (max-width: 959px) {
  .mo-sortBox .article-number {
    width: 100%;
  }
  .company-list .cnt2::before {
    display: none;
  }
  .search-box {
    background-color: unset;
    margin-top: 1rem;
  }
  .company-member .cardlayout3 .grad-btn-green2 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .cm-list .item {
    width: 80%;
    max-width: 320px;
  }
}
/* 掲載企業一覧ページ */
.company-list-wrap {
  border-top: unset;
  margin-top: 1rem;
}

/* 求人アーカイブ */
.recruit-section-r {
  margin-right: unset;
  margin-left: 1rem;
}

.work-cat-list .item i.fa-map-marker-alt {
  color: #c25d58;
}

.work-cat-list .item span {
  color: #444444;
}

.recruit-section-r .recruit-arc-item {
  margin-bottom: 1rem;
}

/* ミツケ工業の求人固定用 */
.col2-65.reverse > .item-l {
  display: flex;
  flex-direction: column;
}

#Mitsuke_recruit {
  order: -1;
}

@media screen and (max-width: 959px) {
  .mo-sortBox.mosb-w .article-number {
    color: #555;
  }
  .mo-sortBox.mosb-w .recruit-archive-select-box .selectric .label {
    color: #333333;
  }
  .mo-sortBox.mosb-w .recruit-archive-select-box .selectric .label:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20224.6%20210.4%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23444%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A-1%3C%2Ftitle%3E%3Cpolygon%20class%3D%22a%22%20points%3D%220%200%20112.3%20210.4%20224.6%200%200%200%22%2F%3E%3C%2Fsvg%3E");
  }
  .recruit-card > .item-l {
    flex-basis: 100%;
  }
}
/* 求人シングル */
.recruit-content {
  /* margin-top: 50vh; */
  margin-top: 10vh;
}

/* アーカイブ共通 */
.archive-submit .submit-green {
  width: 100%;
}

.company-box1 {
  margin-top: 1rem;
}

/* インタビュー詳細 */
.omp2 .interview-meta,
.omp2 .human-box {
  flex-basis: 100%;
}

.omp2 .human-box {
  border-top: 1px dotted #fff;
  margin: 1.5rem 0 0;
  padding: 1.5rem 0 0;
}

.post-cb .item-l {
  flex-basis: 55px;
}

.post-cb .item-r .cp-cat {
  font-size: 1rem;
}

.post-cb .item-r .cp-name {
  font-size: 1.25rem;
}

.omp2 .interview-meta a {
  display: flex;
  align-items: center;
}

.omp2 .human-item {
  margin-bottom: 1rem;
}

.omp3 .interview-meta a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .post-cb .item-l {
    flex-basis: 45px;
  }
  .post-cb .item-r .cp-cat {
    font-size: 0.8rem;
  }
  .post-cb .item-r .cp-name {
    font-size: 1rem;
  }
  .recruit-content.wrapper {
    /* margin-top: 3vh; */
    margin-top: 0;
  }
}
/* この企業と話したい チェックボックス */
.formgroup input[type=checkbox] {
  display: none;
}

.formgroup input[type=checkbox] + .checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #dedede;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0;
  background-color: #fff;
}

.formgroup input[type=checkbox]:checked + .checkbox::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #F16D1A;
  border: none;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .side-open .slideout-menu {
    right: 0 !important;
  }
}
/* 検索結果が0件の場合 */
.posts-not-found {
  text-align: center;
  margin-top: 20px;
}

/* fix */
.interview-wrap a {
  position: relative;
}

.posts_loading {
  text-align: center;
}

/* pager */
.pager {
  text-align: center;
  margin-top: 3rem;
}

.pager li {
  display: inline-block;
  font-weight: 500;
}

.pager li a {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.2rem;
  text-align: center;
  color: #F16D1A;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.pager li a:hover {
  background-color: #EF5B63;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .pager li a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
  }
}
.recruit-wrap {
  position: relative;
}

.recruit-wrap .cnt--company2 {
  margin-top: 2vh;
}

.recruit-wrap .mo-sortBox {
  background-color: #fff;
}

.recruit-wrap .mo-sortBox.mosb-w .article-number {
  color: #333333;
}

@media screen and (max-width: 959px) {
  .recruit-wrap .mo-sortBox.mosb-w .article-number {
    color: #333333;
  }
}
[v-cloak] {
  display: none;
}

/** 追加 */
.fc-section.about .cnt-box .item-r .subtitle {
  color: #F16D1A;
}

.key-txt .desc {
  text-indent: unset;
}

a.disabled {
  pointer-events: none;
}

.post-tag--recruit .post-tag--recruit {
  display: flex;
  flex-wrap: wrap;
}

.post-tag--recruit .feature-tag {
  display: inline-block;
  font-weight: bold;
  /* font-size: .85rem; */
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 500;
  text-indent: 2px;
  letter-spacing: 2px;
  /* padding: .3rem 1rem; */
  padding: 0.3rem 0.625rem;
  margin-top: 0.5rem;
  color: #FFF;
  background: #F16D1A;
  border-radius: 30px;
}

.tag-bg-white {
  background-color: #fff;
  color: #999;
}

.post-feature-tag__wrap {
  position: relative;
  /* padding: 2rem 2rem 1rem; */
  padding: 2rem 1rem 1rem;
  background-color: #f1f1f1;
  border-radius: 7px;
}

.post-feature-tag__head {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0.2rem 1rem;
  color: #fff;
  background-color: #b5b5b5;
  border-radius: 7px 0;
  font-size: 12px;
}

.post-meta--recruit__d-column {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.post-meta--recruit__d-column ul,
.post-meta--recruit__d-column ul li,
.post-feature-tag__content ul li {
  margin-right: 0.5rem;
}

.post-meta--recruit__d-column ul li:last-child,
.post-feature-tag__content ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .post-meta--recruit__d-column li {
    margin-bottom: 1rem;
  }
}
.post-cnt table tbody th {
  width: 11rem;
}

@media screen and (max-width: 640px) {
  .post-cnt table tbody th {
    display: block;
    width: 100%;
    background-color: #ddd;
  }
  .post-cnt table tbody td {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  .post-cnt table tbody tr:nth-child(2n+0) th {
    background-color: #ddd;
  }
  .post-cnt table tbody tr:nth-child(2n+1) td {
    background-color: #fff;
  }
}
.grad-btn-green2 {
  cursor: pointer;
  padding: 0 13px;
}

.header-inner .inner-r {
  display: flex;
  justify-content: space-between;
}

.header-inner .inner-r .forcompany, .nav-wrap .forcompany {
  font-size: 0.95rem;
  color: #fff;
  font-weight: bold;
  padding: 0.4rem 1.2rem;
  border-radius: 3rem;
}

.nav-wrap .forcompany {
  font-size: 1.1rem;
}

.header-inner .inner-r .forcompany:hover, .nav-wrap .forcompany:hover {
  opacity: 0.8;
}

.top-about {
  margin-top: 0;
}

.nav-wrap .forcompany {
  margin-top: 1rem;
}

/*特集個別*/
.single-special-item {
  margin: 0;
  padding: 0 13px;
}

.single-special-item > a {
  text-decoration: none !important;
}

.single-special-item > a .interview-cat {
  margin: 0;
}

.single-special-item > a .desc-box .title {
  background-color: transparent;
  color: #444;
  padding: 0;
  margin: 13px 0;
}

.single-special-item > a .company-box1 {
  margin: 0;
}

.single-special-item > a .company-box1 .item-r .cp-name {
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}

.single-special-item > a .company-box1 .item-l {
  margin-right: 1rem !important;
}

.single-special-item > a .company-box1 .item-l img {
  margin: 0;
}

.single-special-item > a .work-cat-list {
  margin: 0;
  list-style-type: none;
}

.single-special-item > a .work-cat-list li {
  padding: 0;
}

.single-special-item > a .work-cat-list li::before {
  display: none;
}

.special-cnt p {
  /* text-align: center; */
}

@media screen and (max-width: 959px) {
  .special-cnt p {
    text-align: left;
  }
}
.featuredslider {
  display: flex;
  justify-content: center;
}

.featuredslider li {
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .featuredslider {
    flex-direction: column;
    align-items: center;
  }
  .featuredslider li:first-of-type {
    margin-bottom: 1.6rem;
  }
}
/*三浦追加2023.9.25元に戻したかったらこれ全部消せばおｋ*/
@media screen and (max-width: 640px) {
  .cm-list .item {
    width: 80%;
    max-width: 320px;
  }
  .top-recruit-cat-list {
    display: none;
  }
  .top-recruit-item .main-cnt h2 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .card-wide2 .item-r .title {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin-top: 0;
  }
  /*
  .company-box1 {
      margin-top:0;
  }
  */
  .top-recruit-item .main-cnt h2 {
    min-height: auto;
    margin: 0 0 13px;
  }
  .cardlayout2 article > .cnt-wrap .cnt.main-cnt {
    margin: 0 0 13px;
  }
  .card-col-3 .item__footer {
    position: static;
    padding: 0.8rem 0 0;
  }
  .top-recruit-item.lca-carousel__item .cardlayout2 {
    padding: 0;
  }
  .cardlayout2 article > .cnt-wrap .cnt.main-cnt {
    justify-content: space-between;
  }
  .key-txt .recruit-search_btn {
    min-width: 100%;
  }
  .acc-cat__item {
    height: fit-content;
    line-height: 1rem;
    padding: 3px;
  }
  .acc-listItem__footer {
    flex-direction: column;
  }
}
.interns_only_text {
  padding: 0 3rem 0;
  text-align: center;
}

.interns_only_text a {
  color: #F16D1A;
  display: inline;
  text-decoration: underline;
}

.interns_only_text a:hover {
  text-decoration: none;
}

.interns_only_img {
  display: block;
  width: 80%;
  margin: 0 auto 3rem;
}

.interns_only_img:hover {
  opacity: 0.8;
}

.special-feature {
  border-top: 3px solid #F16D1A;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem 3%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.special-feature .featuredslider li {
  max-width: 700px;
  margin: 0;
}

/*# sourceMappingURL=custom.css.map*/