/*!**************************************************************************************************************************************************************************!*\
  !*** 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/page/page.scss ***!
  \**************************************************************************************************************************************************************************/
.centering, .centering_fix {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.centeringY, .search-freeword .icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.centeringX, .page-title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.centering_fix {
  position: fixed;
}

.centering_fix {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.post-cnt {
  padding: 3rem 0;
  overflow: hidden;
}
.post-cnt p, .post-cnt h3, .post-cnt blockquote {
  margin-left: 7%;
  margin-right: 7%;
}
@media screen and (max-width: 959px) {
  .post-cnt p, .post-cnt h3, .post-cnt blockquote {
    margin-left: 4%;
    margin-right: 4%;
  }
}
.post-cnt p {
  margin-top: 0;
  margin-bottom: 3rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .post-cnt p {
    font-size: 0.9rem;
  }
}
.post-cnt p:last-child {
  margin-bottom: 0;
}
.post-cnt img {
  margin: 3rem 0 3rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .post-cnt img {
    margin: 3rem 0 3rem;
  }
}
.post-cnt img:last-child {
  margin-bottom: 0;
}
.post-cnt iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.post-cnt h2 {
  background-color: #fff;
  padding: 2rem 5%;
  margin: 0 0 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .post-cnt h2 {
    padding: 1rem 3%;
    margin: 0 0 3rem;
    font-size: 1.3rem;
  }
}
.post-cnt h3 {
  font-size: 1.6rem;
  color: #F1601A;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .post-cnt h3 {
    font-size: 1.2rem;
  }
}
.post-cnt ul, .post-cnt ol {
  margin: 0 7% 2rem 11%;
}
@media screen and (max-width: 959px) {
  .post-cnt ul, .post-cnt ol {
    margin: 0 4% 2rem 8%;
  }
}
.post-cnt ul li {
  margin: 0 0 0.5em;
  line-height: 1.7;
  position: relative;
  padding-left: 0.8rem;
}
.post-cnt ul li:before {
  display: block;
  width: 4px;
  height: 4px;
  line-height: 1;
  content: "";
  background: #F16D1A;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-cnt ol {
  counter-reset: li;
  padding: 0;
  list-style: none;
}
.post-cnt ol li {
  position: relative;
  margin-bottom: 0.5em;
}
.post-cnt ol li:before {
  display: inline-block;
  content: counter(li) ".";
  counter-increment: li;
  margin-right: 0.2rem;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  color: #F16D1A;
}
.post-cnt table {
  border-collapse: collapse;
  width: 86%;
  margin: 1rem auto;
  border-spacing: 0;
}
@media screen and (max-width: 959px) {
  .post-cnt table {
    width: 92%;
  }
}
.post-cnt table thead th {
  background-color: #F1601A;
  color: #fff;
  padding: 1.5rem 0;
  font-weight: normal;
}
.post-cnt table tbody tr:nth-child(2n+1) th {
  background-color: #ddd;
}
.post-cnt table tbody tr:nth-child(2n+1) td {
  background-color: #f1f1f1;
}
.post-cnt table tbody tr:nth-child(2n+0) th {
  background-color: #eee;
}
.post-cnt table tbody th, .post-cnt table tbody td {
  padding: 1rem 1rem;
  border: 1px solid #e5e5e5;
  text-align: left;
}
.post-cnt table tbody th {
  font-weight: normal;
}
.post-cnt table tbody td {
  background-color: #fff;
}
.post-cnt blockquote {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 0 0 0 2rem;
  border-left: 2px solid #F16D1A;
}
@media screen and (max-width: 640px) {
  .post-cnt blockquote {
    font-size: 0.85rem;
  }
}
.post-footer {
  margin-bottom: 3rem;
  border-top: none;
}
@media screen and (max-width: 959px) {
  .post-footer {
    margin-bottom: 1rem;
  }
}
.post-footer .pf-nav {
  position: relative;
}
@media screen and (max-width: 640px) {
  .post-footer .pf-nav {
    flex-direction: column;
    margin: 0 4%;
  }
}
.post-footer .pf-nav::before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  border-left: 1px solid #bbb;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 640px) {
  .post-footer .pf-nav::before {
    display: none;
  }
}
.post-footer .pf-nav .item {
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 640px) {
  .post-footer .pf-nav .item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 959px) {
  .post-footer .pf-nav .item .pf-nav-cnt {
    padding: 1rem 4% 2rem;
  }
}
@media screen and (max-width: 959px) {
  .post-footer .pf-nav .item .pf-nav-cnt .title {
    font-size: 12px;
  }
}
.post-footer .pf-nav .item-l .title-inner {
  display: inline-block;
  text-align: left;
}
.post-footer .pf-nav .item-r p {
  text-align: right;
}
.post-footer .pf-nav .item-r .title-inner {
  display: inline-block;
  text-align: left;
}
.post-footer .pf-nav-cnt {
  display: block;
  padding: 1rem 10% 2.5rem;
  height: 100%;
}
.post-footer .pf-nav-cnt:hover {
  background-color: rgba(241, 96, 26, 0.15);
}
.post-footer .pf-nav-cnt .title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: bold;
}
.post-footer .post-related {
  padding: 5rem 3% 3rem;
  background-color: #edf1f3;
}
.post-footer .post-related > .title {
  text-indent: 2px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 3.4rem;
  position: relative;
}
.post-footer .post-related > .title:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 3px;
  border-radius: 1rem;
  background: linear-gradient(45deg, #Ff8645 1%, #Ffceb3 100%);
  position: absolute;
  left: 50%;
  bottom: -1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post-footer .post-related .pr-list {
  margin-bottom: -1rem;
}
.post-footer .post-related .pr-list .item {
  position: relative;
  text-align: left;
  margin: 0 1% 1.5rem;
  border-radius: 6px;
  overflow: hidden;
  bottom: 0;
  transition: 0.3s;
}
.post-footer .post-related .pr-list .item:hover {
  opacity: 0.9;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  bottom: 3px;
}
.post-footer .post-related .pr-list .item .thumb {
  height: 13rem;
  background-size: cover !important;
  background-position: center !important;
}
.post-footer .post-related .pr-list .item .title {
  margin: 0;
  font-size: 0.9rem;
}
@media screen and (max-width: 959px) {
  .post-footer .post-related .col-2--50_2 {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .post-footer .post-related .col-2--50_2 .item {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .post-prev, .post-next {
    color: #F16D1A;
    margin: 0;
    margin-bottom: 0.5rem;
  }
}

.page {
  background-color: #f2f2f2;
}
.page .header {
  background-color: #ff8645;
}
.page .breadcrumbs {
  background-color: #fff;
}
.page .breadcrumbs.blog {
  background-color: #f8f8f8;
}
.page .breadcrumbs-wrap {
  padding: 1rem;
}
@media screen and (max-width: 959px) {
  .page .breadcrumbs-wrap {
    width: 100%;
    min-width: auto;
    /* margin-top: 53px; */
  }
}
.page .breadcrumbs-wrap.pc-only {
  display: block;
}
@media screen and (max-width: 959px) {
  .page .breadcrumbs-wrap.pc-only {
    display: none;
  }
}
.page .breadcrumbs-wrap.sp-only {
  display: none;
}
@media screen and (max-width: 959px) {
  .page .breadcrumbs-wrap.sp-only {
    display: block;
    line-height: 0.95rem;
  }
}
@media screen and (max-width: 959px) {
  .page .breadcrumbs-wrap.sp-only li a::after {
    content: ">";
    display: inline-block;
    margin: -2px 0.6rem 0;
    color: #F16D1A;
    vertical-align: middle;
    font-weight: normal;
  }
}
.page-content {
  padding: 2.5rem 2%;
}
.page-feed .page-content {
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .page-feed .page-content {
    width: 100%;
  }
}
.page-title {
  text-align: center;
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  .page-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 5rem;
    margin-top: 1.5rem;
  }
}
.page-title::after {
  content: "";
  width: 2.5rem;
  height: 5px;
  border-radius: 2rem;
  background: #F16D1A;
  bottom: -2rem;
}
.page-title.page-title::after {
  content: "";
  width: 2rem;
  height: 4px;
  background: #F16D1A;
  bottom: -2rem;
}
.page-title2 {
  text-align: center;
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 4rem;
  color: #F16D1A;
}
.page-subtitle {
  font-size: 1.3rem;
  border-bottom: 1px solid #F16D1A;
  padding: 0.3em 1em;
  margin: 4rem -1em 1.5rem;
}
@media screen and (max-width: 640px) {
  .page-subtitle {
    font-size: 1rem;
    padding: 0.3em 0.3em;
    margin: 4rem -0.5em 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  .page-feed-content > div {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .page-feed-content > div .item-l .inner {
    margin: 0 0;
  }
}

.p-cnt {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin: 4rem auto;
  width: 100%;
  max-width: 1100px;
  padding: 6rem 8% 8rem;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .p-cnt {
    width: 96%;
    padding: 3rem 5%;
  }
}
@media screen and (max-width: 640px) {
  .p-cnt {
    padding: 3rem 3%;
  }
}
@media screen and (max-width: 959px) {
  .p-cnt ol li {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .p-cnt ol li::before {
    display: inline;
  }
}
@media screen and (max-width: 959px) {
  .p-cnt ol li span {
    display: inline;
  }
}

.archive-list {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.archive-list article .cnt1 {
  padding: 1.5rem 4.5%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .archive-list article .cnt1 {
    padding: 1rem;
  }
}
.archive-list article .cnt1 .info-txt .left .company-name {
  font-size: 1.11rem;
}
@media screen and (max-width: 640px) {
  .archive-list article .cnt1 .info-txt .left .company-name {
    font-size: 0.9rem;
  }
}
.archive-list article .cnt2 {
  padding: 0 3rem 2rem;
}
@media screen and (max-width: 959px) {
  .archive-list article .cnt2 {
    padding: 0 1.5rem 1.5rem;
  }
}
.archive-list article .cnt2 .desc .title {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 959px) {
  .archive-list article .cnt2 .desc .title {
    max-height: initial;
    min-height: initial;
  }
}
@media screen and (max-width: 640px) {
  .archive-list article .cnt2 .desc .title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.archive-list article .cnt2 .desc .txt {
  color: #777;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
@media screen and (max-width: 959px) {
  .archive-list article .cnt2 .desc .txt {
    display: none;
  }
}
.archive-list article .cnt3 {
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 959px) {
  .archive-list article .cnt3 {
    padding: 1rem;
  }
}

.head_area {
  border: 2px solid #edf1f3;
  border-radius: 5px;
  background-color: #fff;
  padding: 1.75rem 3% 1.2rem;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 959px) {
  .head_area {
    padding: 1.75rem 3% 1.2rem;
    margin: 0 3% 1rem;
    width: 94%;
  }
}
.head_area > h1 {
  font-size: 1.5rem;
  color: #F16D1A;
  line-height: 2rem;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .head_area > h1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0;
  }
}
.head_area > p {
  margin: 13px 0 0 0;
  padding: 0 0 0 1%;
}

.sort-box {
  border: 2px solid #edf1f3;
  border-radius: 5px;
  font-size: 0.9rem;
  background-color: #fff;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.sort-box .article-number {
  padding: 1.2rem 9%;
  border-bottom: 1px solid #edf1f3;
}
.sort-box .article-number span {
  font-size: 2.5rem;
  color: #F16D1A;
  line-height: 1;
  padding: 0 8px 0 5px;
  vertical-align: sub;
}
.sort-box .select-box {
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 959px) {
  .sort-box .select-box {
    padding: 1.5rem;
  }
}

.mo-sortBox {
  display: none;
}
@media screen and (max-width: 959px) {
  .mo-sortBox {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5rem 3%;
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 959px) {
  .mo-sortBox .article-number {
    width: 62%;
    font-weight: bold;
    font-size: 0.8rem;
    color: #555;
    line-height: 1;
  }
}
@media screen and (max-width: 959px) {
  .mo-sortBox .article-number .js-postNum {
    display: inline-block;
    color: #F16D1A;
    font-size: 1.5rem;
    margin: 0 4px 0 3px;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 959px) {
  .mo-sortBox .select-box {
    width: 37%;
  }
}
@media screen and (max-width: 959px) {
  .mo-sortBox .select-box .selectric {
    background-color: transparent;
    border-color: #e0e0e0;
  }
}
@media screen and (max-width: 959px) {
  .mo-sortBox .select-box .fa-bars {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .mo-sortBox .select-box .label {
    position: relative;
    margin: 0;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 959px) {
  .mo-sortBox .select-box .label:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    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");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.mo-sortBox.mosb-w .selectric .label {
  /*&:before {
    @include mq() {
      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%23fff%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");
    }
  }*/
}
@media screen and (max-width: 959px) {
  .mo-sortBox.mosb-w .selectric .label {
    font-weight: bold;
    background-color: white;
  }
}
@media screen and (max-width: 959px) {
  .mo-sortBox.mosb-w .article-number {
    color: white;
  }
}

.category-box {
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 5px;
  border: 2px solid #edf1f3;
}
@media screen and (max-width: 959px) {
  .category-box {
    background: none;
    border: none;
  }
}
.category-box .article-cat {
  text-align: center;
  color: #F16D1A;
  padding: 1rem;
  border-bottom: 3px solid #edf1f3;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .category-box .article-cat {
    color: white;
    border-width: 1px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  }
}
.category-box .ac-list .item {
  border-bottom: 1px solid #edf1f3;
}
@media screen and (max-width: 959px) {
  .category-box .ac-list .item {
    border-color: #7392a1;
  }
}
.category-box .ac-list .item a {
  padding: 1rem 1.5rem;
  border-bottom: 2px solid #edf1f3;
  font-weight: bold;
  font-size: 0.9rem;
}
@media screen and (max-width: 959px) {
  .category-box .ac-list .item a {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  }
}
.category-box .ac-list .item a:hover {
  background: linear-gradient(45deg, #Ff8645 1%, #Ffceb3 100%);
  color: #fff;
}
@media screen and (max-width: 959px) {
  .category-box .ac-list .item a:hover {
    background: none;
  }
}
.category-box .ac-list .item a:last-child {
  border-bottom: none;
}
.category-box .ac-list .item a.check {
  position: relative;
}
.category-box .ac-list .item a.check::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.9rem;
  background-image: url(/wp-content/themes/iwate-company/assets/images/icon/check_g.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%) scale(0.6);
  transform: translateY(-50%) scale(0.6);
}
.category-box .ac-list .item a.check:hover::before {
  background-image: url(/wp-content/themes/iwate-company/assets/images/icon/check_w.svg);
}
@media screen and (max-width: 959px) {
  .category-box .ac-list .item a.check:hover::before {
    background-image: url(/wp-content/themes/iwate-company/assets/images/icon/check_g.svg);
  }
}

.search-freeword {
  position: relative;
}
.search-freeword input {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 35px;
  border: 2px solid #edf1f3;
  background-color: #fff;
}
.search-freeword input::-webkit-input-placeholder {
  color: #bbb;
  font-size: 1.1rem;
}
.search-freeword input::-ms-input-placeholder {
  color: #bbb;
  font-size: 1.1rem;
}
.search-freeword input::placeholder {
  color: #bbb;
  font-size: 1.1rem;
}
.search-freeword input:focus {
  outline: none;
}
.search-freeword input:focus + .icon-search i {
  color: #F16D1A;
}
.search-freeword .icon-search {
  display: block;
  left: 5%;
}
.search-freeword .icon-search i {
  color: #bbb;
}

.side-select {
  border-radius: 5px;
  border: 2px solid #edf1f3;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .side-select {
    border: none;
    border-radius: 0;
  }
}

.select2-container {
  margin-top: -1px 1 !important;
}
.select2-container * {
  outline: none;
}
.select2-container--default .select2-results__option {
  font-size: 0.9rem;
  padding: 0.8rem 1rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F16D1A !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f1f1f1 !important;
  color: #333333 !important;
  font-weight: bold;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: white !important;
  background-color: #F16D1A !important;
}
@media screen and (max-width: 959px) {
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 400px !important;
  }
}
.select2-container--default .select2-search--inline:nth-child(n+2) .select2-search__field {
  margin-top: 8px !important;
}
.search-select__region .select2-selection__choice {
  background-color: #F16D1A !important;
  color: #fff;
  padding: 0.8em 0.8em 0.8em 2em !important;
  border-radius: 4px;
  border: none !important;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 0.8rem;
  line-height: 0.9rem;
  position: relative;
}
.search-select__region .select2-selection__choice i {
  color: #fff;
  margin-right: 0.25rem;
}
.search-select__region .select2-selection__choice__remove {
  width: auto !important;
  font-family: "Montserrat", sans-serif;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #ff8645 !important;
  margin-right: 0 !important;
  line-height: 0.9rem;
  position: absolute;
  left: 5px;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .search-select__region .select2-selection__choice__remove {
    width: 25px;
    margin-right: 0 !important;
    font-size: 1.8rem;
  }
}
.search-select__region .select2-selection__choice__remove:hover {
  color: #fff !important;
}
.select2-dropdown {
  padding: 0 0 !important;
  border-color: #edf1f3 !important;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
}
.no-search .select2-search {
  display: none;
}
.select2-search--dropdown {
  display: block;
  padding: 0 !important;
  margin: 1.2rem auto 1.2rem;
  width: 94%;
}
.select2-search--dropdown input {
  padding: 0.5rem 1rem !important;
  border-color: #edf1f3 !important;
  background-color: #edf1f3 !important;
}
.select2-results__message {
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.searSec-title {
  padding: 1rem;
  margin: 0 0;
  font-size: 0.95rem;
}
@media screen and (max-width: 959px) {
  .searSec-title {
    /*color: white;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);*/
    padding: 0 0 0.5rem;
  }
}

@media screen and (max-width: 959px) {
  .select-wrap {
    margin: 0 0 1rem;
  }
}

#search-select {
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  #search-select {
    background: none;
  }
}
#search-select .title {
  text-align: center;
  color: #F16D1A;
  padding: 1rem;
  border-bottom: 3px solid #edf1f3;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
#search-select .select-wrap .list .item a {
  padding: 1rem 1.5rem;
  border-bottom: 2px solid #edf1f3;
}
#search-select .selected-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1.5rem;
  margin-bottom: -1rem;
  background-color: #ece9e9;
}
#search-select .selected-list .item {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
}
#search-select .selected-list .item a {
  background-color: #F16D1A;
  color: #fff;
  line-height: 1;
  padding: 0.55rem 1rem 0.5rem;
  border-radius: 4px;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 1px;
}
#search-select .selected-list .item a i {
  color: #fff;
  margin-right: 0.25rem;
}
#search-select .select2-container {
  background-color: #edf1f3;
}
#search-select .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;
}
@media screen and (max-width: 959px) {
  #search-select .select2-container--default .select2-selection--multiple {
    border: none;
  }
}
#search-select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0 0 -8px;
  padding: 0.8rem 1rem;
}
@media screen and (max-width: 959px) {
  #search-select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0.8rem 1rem;
  }
}
#search-select .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  margin: 0;
}
@media screen and (max-width: 959px) {
  #search-select .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    font-size: 18px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -10%;
  }
}
#search-select .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
  letter-spacing: 1px;
  text-indent: 1px;
}
@media screen and (max-width: 959px) {
  #search-select .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
}
#search-select .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-ms-input-placeholder {
  font-size: 13px;
  color: #999;
  letter-spacing: 1px;
  text-indent: 1px;
}
@media screen and (max-width: 959px) {
  #search-select .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-ms-input-placeholder {
    font-size: 1.2rem;
  }
}
#search-select .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::placeholder {
  font-size: 13px;
  color: #999;
  letter-spacing: 1px;
  text-indent: 1px;
}
@media screen and (max-width: 959px) {
  #search-select .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::placeholder {
    font-size: 1.2rem;
  }
}
#search-select .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #bbb !important;
  border-width: 2px !important;
}
#search-select .select2-search__field::-webkit-input-placeholder {
  color: #444444;
}
#search-select .select2-search__field::-ms-input-placeholder {
  color: #444444;
}
#search-select .select2-search__field::placeholder {
  color: #444444;
}
#search-select-industries, #search-select-cat {
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  #search-select-industries, #search-select-cat {
    background: none;
  }
}
#search-select-industries .select2-container--default .select2-selection--single, #search-select-cat .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;
}
@media screen and (max-width: 959px) {
  #search-select-industries .select2-container--default .select2-selection--single, #search-select-cat .select2-container--default .select2-selection--single {
    background: none;
  }
}
#search-select-industries .select2-container--default .select2-selection--single .select2-selection__rendered, #search-select-cat .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;
}
@media screen and (max-width: 640px) {
  #search-select-industries .select2-container--default .select2-selection--single .select2-selection__rendered, #search-select-cat .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 1.3rem 1rem;
  }
}
#search-select-industries .select2-container--default .select2-selection--single .select2-selection__placeholder, #search-select-cat .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: normal;
  font-size: 13px;
  color: #C2C2C2;
  letter-spacing: 1px;
  text-indent: 1px;
}
#search-select-industries .select2-container--default .select2-selection--single .select2-selection__arrow, #search-select-cat .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#search-select-industries .select2-container--default .select2-results__option--highlighted[aria-selected], #search-select-cat .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f1f1f1 !important;
  color: #333333 !important;
  font-weight: bold;
}
#search-select-industries .select2-container--default .select2-results__option--highlighted[aria-selected]:hover, #search-select-cat .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  color: white !important;
  background-color: #F16D1A !important;
}
#search-select-cat .select2-container--default .select2-selection--single {
  border-bottom: none;
}

@media screen and (max-width: 959px) {
  .company-list .company-box3_2 {
    align-items: center;
  }
}
@media screen and (max-width: 959px) {
  .company-list .info-txt .left {
    flex-basis: 100%;
    padding-right: 0;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 959px) {
  .company-list .info-txt .right {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .cp-interview .item-l {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 959px) {
  .cp-interview .item-l .thumb::before {
    padding-top: 52%;
  }
}

.topics {
  font-size: 14px;
  display: grid;
  padding: 2rem;
  margin: 0 auto 50px;
  color: #F28B77;
  background: #FFF;
  border: solid 2px #F28B77;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  width: 80%;
}
.topics > p {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 13px;
}
.topics > p span {
  font-weight: bold;
  text-align: center;
  background-color: #fdf7b6;
}
.topics > div span {
  display: block;
}
.topics > div span a {
  text-decoration: underline;
  color: #F16D1A;
}
.topics > div span a:hover {
  text-decoration: none;
}

.wp-caption {
  width: 100% !important;
}
.wp-caption-text {
  display: none;
}

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