@charset "utf-8";

/* 企業情報一覧ページ */
.page-company__section-title {
  text-align: center;
}
.com-about {
  /* color: #237abf; */
  font-weight: bold;
  text-align: center;
}
.com-about h2 {
  margin-top: 50px;
  margin-bottom: 35px;
  font-size: 28px;

  line-height: 1;
}
.com-cat-box {
  flex-wrap: wrap;
  margin-top: 68px;
  margin-bottom: 124px;
  gap: 5px 5px;
}
.com-cat {
  position: relative;
  width: calc(19.5% - 2px);
  background-color: #f0f0f0;
  font-size: 18px;
  font-weight: bold;
}
.com-cat::before,
.com-cat::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 10px;
  height: 1px;
  transform: translateY(-50%);
  background: #000;
}
.com-cat::after {
  /* 横棒を縦にするために90℃回転させる */
  transform: translateY(-50%) rotate(90deg);
  /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
  transition: 0.1s;
  background: #000;
}
/* カテゴリー選択時スタイル */
.current {
  background-color: #ea5f6c;
  color: #fff;
}
.com-cat.current::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 10px;
  height: 1px;
  transform: translateY(-50%);
  background: #fff;
}
.com-cat a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 10%;
  transition: 0.15s;
  line-height: 1.5;
  text-align: center;
}
.com-cat a:hover {
  opacity: 1;
  background-color: #ea5f6c;
  color: #fff;
}
.com-cat:hover::before,
.com-cat:hover::after {
  background: #fff;
}
.search {
  padding: 40px 0 124px;
  background-color: #dedede;
}
.search-title {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
.com-search-box {
  flex-wrap: wrap;
  gap: 20px 20px;
}
.com-search {
  width: calc(49% - 3px);
}
.com-search a {
  display: block;
  position: relative;
  height: 100%;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
}
.com-search h3 {
  width: 89%;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-weight: bold;
}
.com-search p {
  width: 89%;
  font-size: 14px;
  line-height: 1.5;
}
.com-search .cat-name {
  color: #6e6e6e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.com-search a img {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 11.5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 企業情報詳細ページ */
#company-single .container {
  margin-top: 420px;
}
.com-color {
  padding-bottom: 212px;
  background-color: #f0f0f0;
}
.com-slider {
  margin-bottom: 80px;
}
.n2-ss-slider-2 {
  margin-top: -327px;
}
.com-catch {
  font-size: 24px;
  font-weight: bold;
}
.com-name img,
.com-profile img {
  width: auto;
  max-height: 18px;
}
.com-name {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
}
.com-profile {
  margin-top: 30px;
  margin-bottom: 113px;
  padding-top: 45px;
  border-top: 1px solid #000;
}
.com-profile img {
  margin-bottom: 25px;
}
.voice-title {
  margin-bottom: 50px;
  text-align: center;
}
.voice-title img {
  max-width: 43px;
}
.voice {
  margin-bottom: 50px;
  padding: 60px 80px 80px;
  background-color: #fff;
}
.voice-list {
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.voice-list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.voice-img {
  width: 33%;
  max-width: 295px;
}
.voice-text {
  width: 68%;
  padding-left: 40px;
}
.voice-text .year,
.voice-text .voice-name {
  font-weight: bold;
}
.voice-text .year {
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1;
}
.voice-text .voice-name {
  margin-bottom: 10px;
  line-height: 1.7;
}
.voice-text .voice-name span {
  font-size: 26px;
}
.pro-s {
  margin: 100px 0;
}
.pro-s h3 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.pro-s img {
  max-width: 135px;
}
.pro-s-box {
  justify-content: space-between;
  padding-bottom: 100px;
  /* align-items: center; */
  border-bottom: 1px solid #000;
}
.pro-s-img {
  width: 38%;
}
.pro-s-img img {
  width: 100%;
  max-width: 450px;
}
.pro-s-text {
  width: 56%;
}
.pro-s-text p {
  line-height: 1.8;
}
.honda-text {
  width: 83%;
  margin: 0 auto;
  text-align: center;
}
.honda-text span {
  font-size: 17px;
  font-weight: bold;
}
.kiguchi {
  padding-right: 7%;
  padding-left: 7%;
}
.kiguchi p {
  font-size: 18px;
  line-height: 2;
}
.sanbiru h3 {
  margin-bottom: 30px;
}
.pro-s-sanbiru {
  width: 49%;
  padding: 20px;
  background-color: #fff;
}
.pro-s-sanbiru span {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
}
.rec-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.com-recruit {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.com-profile + .com-recruit {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.com-recruit:last-child {
  padding-bottom: 0;
  border: none;
}
.com-recruit dl dt {
  float: left;
  font-weight: normal;
}
.com-recruit dl dd {
  margin-left: 85px;
}
#new-text {
  padding-bottom: 3px;
  padding-left: 10px;
  background-color: #3f3c3c;
  color: #fff;
  font-weight: bold;
}

/* ーーーーーーーーーー以下　特殊ページ専用スタイルーーーーーーーーーー */
/* inc株式会社 */
.com-inc {
  margin-top: 100px;
}
.com-inc h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}
.int-subtitle {
  margin-bottom: 30px;
  /* font-weight: bold; */
  line-height: 1.5;
  text-align: center;
}
.com-inc .flx {
  justify-content: space-between;
}
.inc-box {
  width: 32%;
}
.inc-box p {
  line-height: 1.8;
}
.inc-style-text {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.inc-style-text span {
  font-size: 14px;
}
.inc-team {
  margin-top: 80px;
  padding: 40px;
  background-color: #fff;
}
.inc-team h3 {
  margin-bottom: 40px;
  line-height: 1;
}
.inc-team figure {
  width: 38%;
}
.inc-team p {
  width: 57%;
}
.inc-team span {
  font-size: 17px;
  font-weight: bold;
}
.inc-service {
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 40px 0;
  background-color: #3e3a39;
  color: #fff;
}
.inc-service figure {
  width: 22.5%;
}
.inc-service .inc-service-text {
  width: 50%;
}
.inc-service .inc-service-text h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
}
.inc-service .inc-service-text span {
  display: block;
  margin-top: 10px;
  border: 1px solid #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* 企業情報一覧ページ */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .com-cat {
    width: calc(32.8% - 2px);
    font-size: 16px;
  }
  .com-cat a {
    line-height: 1.2;
  }
  .com-cat-box {
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .com-search a img {
    right: 20px;
  }
  .com-search {
    width: 100%;
  }
  .com-search a {
    padding: 25px;
  }
  .com-search h3 {
    font-size: 20px;
  }
  .com-search .cat-name {
    font-size: 16px;
  }
  .com-about {
    padding: 0 15px;
  }
  .com-about h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  /* 企業情報詳細ページ */
  #company-single .container {
    margin-top: 200px;
  }
  .com-color {
    padding-bottom: 100px;
  }
  .com-slider {
    margin-bottom: 40px;
  }
  .n2-ss-slider-2 {
    margin-top: -120px;
  }
  .com-catch {
    font-size: 16px;
  }
  .com-name {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .voice {
    padding: 40px 15px;
  }
  .voice-list {
    display: block;
  }
  .voice-img {
    width: 100%;
    margin: 0 auto 15px;
  }
  .voice-text {
    width: 100%;
    padding: 0;
  }
  .voice-text .year {
    margin-bottom: 10px;
  }
  .voice-text .voice-name {
    line-height: 1.5;
  }
  .com-recruit dl {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .com-recruit dl dd {
    margin-left: 75px;
  }
  #new-text {
    padding-left: 2px;
  }
}
