@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.font-01 {
  font-family: "Kumbh Sans", sans-serif; }

.companies_page_01 {
  padding: 145px 0 95px; }
  @media screen and (max-width: 767px) {
    .companies_page_01 {
      padding: 80px 0 50px; } }
  .companies_page_01.detail_page {
    padding-bottom: 0; }
  .companies_page_01 .main-content #companies-contents01 .companies_page .pankuzu {
    max-width: 1200px;
    margin: 0 auto 50px; }
  .companies_page_01 .main-content #companies-contents01 .companies_page .title-box {
    margin: 0 0 35px; }
    @media screen and (max-width: 767px) {
      .companies_page_01 .main-content #companies-contents01 .companies_page .title-box {
        padding: 0 20px; } }
    .companies_page_01 .main-content #companies-contents01 .companies_page .title-box h2 {
      width: 50%;
      max-width: 490px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 767px) {
        .companies_page_01 .main-content #companies-contents01 .companies_page .title-box h2 {
          max-width: 286px;
          width: 90%;
          margin: 0 auto 15px; } }
    .companies_page_01 .main-content #companies-contents01 .companies_page .title-box h3 {
      font-size: 38px;
      font-weight: bold;
      letter-spacing: .1rem;
      margin: 0 auto 30px; }
      @media screen and (max-width: 767px) {
        .companies_page_01 .main-content #companies-contents01 .companies_page .title-box h3 {
          font-size: 22px;
          margin: 0 auto 20px; } }
    .companies_page_01 .main-content #companies-contents01 .companies_page .title-box h4.title_waku {
      padding: 10px;
      color: #e96b66;
      border: 1px solid #e96b66;
      width: fit-content;
      margin: 0 auto 15px; }
      @media screen and (max-width: 767px) {
        .companies_page_01 .main-content #companies-contents01 .companies_page .title-box h4.title_waku {
          padding: 5px 10px;
          margin: 0 auto 15px;
          font-size: 13px; } }
    .companies_page_01 .main-content #companies-contents01 .companies_page .title-box p.text01 {
      font-size: 18px;
      line-height: 32px;
      letter-spacing: .1rem;
      text-align: center;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .companies_page_01 .main-content #companies-contents01 .companies_page .title-box p.text01 {
          font-size: 15px;
          line-height: 24px; } }
  .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 25px 20px;
    background: #f6f6f6;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box {
        width: calc(100% - 40px);
        padding: 20px 15px;
        margin: 0 auto 35px;
        border-radius: 3px; } }
    .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box {
      /* ボタン */
      /* アコーディオン */ }
      .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .tag_toggle_btn {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        width: fit-content;
        margin: 0 auto;
        position: relative; }
        @media screen and (max-width: 767px) {
          .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .tag_toggle_btn {
            margin: 0 auto;
            font-size: 14px;
            width: 100%;
            text-align: center;
            justify-content: center; } }
        .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .tag_toggle_btn .arrow {
          display: inline-block;
          width: 0;
          height: 0;
          margin-left: 10px;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 11px solid #e96b66;
          filter: drop-shadow(0 0px 5px rgba(249, 117, 177, 0.9));
          transition: transform 0.3s ease; }
          @media screen and (max-width: 767px) {
            .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .tag_toggle_btn .arrow {
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto; } }
        .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .tag_toggle_btn.active .arrow {
          transform: rotate(180deg); }
      .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .ac_tag_box {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, opacity 0.4s ease;
        opacity: 0; }
        .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .ac_tag_box.open {
          max-height: 1000px;
          opacity: 1; }
      .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        list-style: none;
        margin: 0;
        padding-top: 20px;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag {
            gap: 10px 3px;
            justify-content: flex-start; } }
        .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li {
          margin: 0;
          padding: 0; }
          .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li a {
            font-size: 14px;
            border: 2px solid #ffddce;
            padding: 9px 12px;
            border-radius: 16px;
            background: #fff;
            display: inline-block; }
            @media screen and (max-width: 767px) {
              .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li a {
                padding: 6px 9px; } }
            .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li a.checked {
              background-color: #ffddce;
              border-color: #ffddce !important; }
          .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li input[type="checkbox"] {
            display: none; }
          .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li label {
            display: inline-block;
            padding: 9px 12px;
            border: 2px solid #ffdfa2;
            border-radius: 16px;
            background-color: #fff;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 14px;
            color: #3d3d3d; }
            @media screen and (max-width: 767px) {
              .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li label {
                padding: 6px 9px; } }
            .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li label.color01 {
              border: 2px solid #ffddce; }
            .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li label.color02 {
              border: 2px solid #ccf9fb; }
            .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li label.color03 {
              border: 2px solid #cbe0ff; }
            .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li label.color04 {
              border: 2px solid #fff28f; }
            .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li label.color05 {
              border: 2px solid #ede2ff; }
            .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li label.color06 {
              border: 2px solid #c6ff96; }
            .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li label.color07 {
              border: 2px solid #ffde99; }
          .companies_page_01 .main-content #companies-contents01 .companies_page .companies_tag_box .tag_box .default_tag li input[type="checkbox"]:checked + label {
            background-color: #ffddce;
            border-color: #ffddce; }
  .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt {
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt {
        padding: 0 20px; } }
    .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt h2 {
      font-family: "Kumbh Sans", sans-serif;
      font-size: 43px;
      font-weight: bold;
      letter-spacing: .04rem;
      margin: 0 0 20px; }
      @media screen and (max-width: 767px) {
        .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt h2 {
          font-size: 32px;
          margin: 0 0 10px; } }
      .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt h2 span {
        font-size: 25px; }
        @media screen and (max-width: 767px) {
          .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt h2 span {
            font-size: 18px; } }
    .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li {
        width: 32%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 5px 15px 0px rgba(226, 207, 222, 0.35);
        margin-right: 2%;
        margin-bottom: 35px; }
        @media screen and (max-width: 767px) {
          .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li {
            width: 100%;
            margin-right: 0; } }
        .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li:nth-of-type(3n) {
          margin-right: 0; }
        .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li img {
          width: 100%;
          aspect-ratio: 16 / 9;
          object-fit: cover;
          object-position: center;
          margin: 0 0 15px;
          border-radius: 10px 10px 0 0; }
          @media screen and (max-width: 767px) {
            .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li img {
              margin: 0 0 10px;
              height: 220px; } }
          @media screen and (max-width: 380px) {
            .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li img {
              height: 188px; } }
        .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li .text-box {
          padding: 0 15px 40px;
          margin-bottom: 0; }
          @media screen and (max-width: 767px) {
            .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li .text-box {
              padding: 0 10px 20px;
              margin-bottom: 0; } }
        .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li ol.occupation li {
          font-size: 14px;
          margin: 0 0 10px;
          box-shadow: none;
          width: fit-content;
          position: relative;
          padding: 5px 5px;
          background: #5d9ad0;
          color: #fff;
          border-radius: 3px;
          line-height: 20px; }
          @media screen and (max-width: 767px) {
            .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li ol.occupation li {
              font-size: 13px;
              margin-bottom: 5px;
              line-height: 22px;
              padding: 1px 5px; } }
          .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li ol.occupation li:last-child {
            margin-bottom: 0; }
        .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li h5 {
          font-size: 22px;
          font-weight: 900;
          letter-spacing: .04rem;
          margin: 10px 0 10px;
          line-height: 33px;
          text-decoration: underline;
          text-decoration-color: #664238;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
          @media screen and (max-width: 767px) {
            .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li h5 {
              font-size: 16px;
              line-height: 25px;
              margin: 10px 0; } }
        .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li p.text01 {
          font-size: 16px;
          font-weight: bold;
          line-height: 25px;
          margin: 0 0 20px; }
          @media screen and (max-width: 767px) {
            .companies_page_01 .main-content #companies-contents01 .companies_main_contents .list_widt ul li p.text01 {
              font-size: 14px;
              margin: 0 0 10px; } }

/*タグ用*/
ol.tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 6px; }
  ol.tag li.tag_li01 {
    padding: 6px 12.5px !important;
    font-size: 12px;
    letter-spacing: .04rem;
    box-shadow: none !important;
    border-radius: 13px !important;
    width: fit-content !important;
    margin: 0 !important; }
    @media screen and (max-width: 767px) {
      ol.tag li.tag_li01 {
        padding: 8px 10px !important;
        border-radius: 15px !important; } }
    ol.tag li.tag_li01:last-child {
      margin-right: 0; }
  ol.tag li.color01 {
    background: #ffddce !important; }
  ol.tag li.color02 {
    background: #ccf9fb !important; }
  ol.tag li.color03 {
    background: #cbe0ff !important; }
  ol.tag li.color04 {
    background: #fff28f !important; }
  ol.tag li.color05 {
    background: #ede2ff !important; }
  ol.tag li.color06 {
    background: #c6ff96 !important; }
  ol.tag li.color07 {
    background: #ffde99 !important; }

/*企業詳細*/
.sub_contents_inner02 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 70px;
  z-index: 1; }
  .sub_contents_inner02 .f_box01 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .sub_contents_inner02 .f_box01 {
        padding: 0 20px; } }
    .sub_contents_inner02 .f_box01 h2 {
      font-size: 35px;
      margin: 0 0 25px;
      font-weight: normal;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .sub_contents_inner02 .f_box01 h2 {
          margin: 5px 0 10px;
          font-size: 20px;
          font-weight: bold;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          letter-spacing: .05rem;
          line-height: 27px; } }
    .sub_contents_inner02 .f_box01 h3 {
      font-size: 20px;
      font-weight: bold;
      color: #00afa3;
      letter-spacing: 0;
      line-height: 25px;
      margin: 0 0 20px; }
      @media screen and (max-width: 767px) {
        .sub_contents_inner02 .f_box01 h3 {
          font-size: 14px;
          line-height: 22px;
          letter-spacing: .05rem; } }
    .sub_contents_inner02 .f_box01 ol.tag {
      justify-content: center;
      gap: 8px;
      margin: 0 0 30px; }
      .sub_contents_inner02 .f_box01 ol.tag li {
        padding: 11px 20.5px !important;
        border-radius: 15px !important;
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          .sub_contents_inner02 .f_box01 ol.tag li {
            padding: 8px 8.5px !important;
            border-radius: 15px !important;
            font-size: 12px;
            border-radius: 12px; } }
    .sub_contents_inner02 .f_box01 .detail_img_text {
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
      @media screen and (max-width: 767px) {
        .sub_contents_inner02 .f_box01 .detail_img_text {
          flex-flow: column; } }
      .sub_contents_inner02 .f_box01 .detail_img_text .left-box {
        width: 58.3333%;
        margin-right: 3.333333%; }
        @media screen and (max-width: 767px) {
          .sub_contents_inner02 .f_box01 .detail_img_text .left-box {
            width: 100%;
            margin: 0 0 25px; } }
        .sub_contents_inner02 .f_box01 .detail_img_text .left-box img {
          width: 100%;
          aspect-ratio: 16 / 9;
          object-fit: cover;
          object-position: center;
          border-radius: 20px; }
      .sub_contents_inner02 .f_box01 .detail_img_text .right-box {
        flex: 1;
        display: flex;
        align-items: stretch; }
        .sub_contents_inner02 .f_box01 .detail_img_text .right-box .point_text-box {
          background: #e5f7f5;
          border-radius: 15px;
          padding: 25px 25px;
          text-align: left;
          position: relative; }
          @media screen and (max-width: 767px) {
            .sub_contents_inner02 .f_box01 .detail_img_text .right-box .point_text-box {
              padding: 15px 10px; } }
          .sub_contents_inner02 .f_box01 .detail_img_text .right-box .point_text-box:before {
            content: "";
            background-color: #e5f7f5;
            width: 18px;
            height: 15px;
            clip-path: polygon(100% 0, 0 50%, 100% 100%);
            position: absolute;
            left: -17px;
            top: 30px; }
            @media screen and (max-width: 767px) {
              .sub_contents_inner02 .f_box01 .detail_img_text .right-box .point_text-box:before {
                clip-path: polygon(0 100%, 50% 0, 100% 100%);
                top: -15px;
                left: 35px;
                width: 12px;
                height: 18px; } }
          .sub_contents_inner02 .f_box01 .detail_img_text .right-box .point_text-box h3 {
            font-size: 18px;
            color: #00afa3;
            font-weight: 900;
            margin: 0 0 20px;
            width: fit-content;
            position: relative; }
            @media screen and (max-width: 767px) {
              .sub_contents_inner02 .f_box01 .detail_img_text .right-box .point_text-box h3 {
                font-size: 16px;
                margin: 0 0 10px; } }
            .sub_contents_inner02 .f_box01 .detail_img_text .right-box .point_text-box h3:before {
              content: "";
              background: url(../img/companies/detail_icon.svg) no-repeat;
              width: 18px;
              height: 18px;
              background-size: cover;
              position: absolute;
              right: -20px;
              top: 0;
              bottom: 0;
              margin: auto; }
          .sub_contents_inner02 .f_box01 .detail_img_text .right-box .point_text-box p {
            font-size: 16px;
            line-height: 28px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .sub_contents_inner02 .f_box01 .detail_img_text .right-box .point_text-box p {
                font-size: 14px;
                line-height: 24px; } }
  .sub_contents_inner02 .tab_section {
    position: relative;
    z-index: 1; }
    .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box {
      max-width: 1200px;
      margin: 0 auto; }
      .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl {
        border-bottom: 1px dotted #A08B85;
        margin: 0 0 20px;
        padding: 0 0 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl:first-child {
          border-top: 1px dotted #A08B85;
          margin-top: 20px;
          padding-top: 20px; }
          @media screen and (max-width: 767px) {
            .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl:first-child {
              margin-top: 0; } }
        @media screen and (max-width: 767px) {
          .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl {
            display: block; } }
        .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl dt {
          font-size: 16px;
          font-weight: bold;
          line-height: 23px;
          letter-spacing: .06rem;
          width: 18%;
          padding-left: 20px;
          position: relative;
          margin-right: 2%; }
          .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl dt:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #00afa3;
            border-radius: 50%;
            position: absolute;
            left: 6px;
            top: 0;
            bottom: 0;
            margin: auto; }
          @media screen and (max-width: 767px) {
            .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl dt {
              width: 100%;
              font-size: 14px;
              line-height: 20px;
              margin: 0 0 10px;
              padding-left: 15px; } }
        .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl dd {
          font-size: 16px;
          line-height: 28px;
          letter-spacing: .06rem;
          flex: 1;
          font-weight: normal; }
          @media screen and (max-width: 767px) {
            .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl dd {
              width: 100%;
              font-size: 14px;
              line-height: 24px;
              padding-left: 15px; } }
          .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl dd span {
            font-weight: bold;
            display: block;
            margin: 10px 0 0; }
            .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl dd span:first-child {
              margin-top: 0; }
      .sub_contents_inner02 .tab_section .job_listing_tab .tab .tab-contents .tab-bg .tab-contents-item .table_box dl.aitem_start {
        align-items: flex-start; }
  .sub_contents_inner02 .company_overview {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .sub_contents_inner02 .company_overview {
        padding: 40px 20px 70px; } }
    .sub_contents_inner02 .company_overview .company_overview_inner {
      max-width: 1200px;
      margin: 0 auto; }
      .sub_contents_inner02 .company_overview .company_overview_inner h2 {
        font-size: 30px;
        padding-left: 25px;
        line-height: 33px;
        margin: 0 0 25px;
        color: #00afa3; }
        @media screen and (max-width: 767px) {
          .sub_contents_inner02 .company_overview .company_overview_inner h2 {
            font-size: 20px;
            padding-left: 15px; } }
      .sub_contents_inner02 .company_overview .company_overview_inner .inner_box {
        background: url("../img/companies/detail_bg01.png") no-repeat;
        width: 100%;
        padding: 15px;
        border-radius: 23px;
        background-size: cover; }
      .sub_contents_inner02 .company_overview .company_overview_inner .company_text {
        background: #fff;
        border-radius: 21px;
        padding: 25px 10px; }
        .sub_contents_inner02 .company_overview .company_overview_inner .company_text dl {
          background: #fff;
          display: flex;
          justify-content: flex-start;
          padding: 20px 40px;
          margin: 0 0 10px;
          border-bottom: 1px dotted #c7c7c7; }
          .sub_contents_inner02 .company_overview .company_overview_inner .company_text dl:last-child {
            margin-bottom: 0;
            border-bottom: none; }
          @media screen and (max-width: 767px) {
            .sub_contents_inner02 .company_overview .company_overview_inner .company_text dl {
              display: block;
              padding: 10px; } }
          .sub_contents_inner02 .company_overview .company_overview_inner .company_text dl dt {
            font-size: 16px;
            font-weight: bold;
            line-height: 23px;
            letter-spacing: .06rem;
            width: 15%; }
            @media screen and (max-width: 767px) {
              .sub_contents_inner02 .company_overview .company_overview_inner .company_text dl dt {
                width: 100%;
                margin: 0 0 10px;
                font-size: 14px; } }
          .sub_contents_inner02 .company_overview .company_overview_inner .company_text dl dd {
            font-size: 16px;
            line-height: 28px;
            letter-spacing: .06rem;
            width: 85%;
            font-weight: normal; }
            @media screen and (max-width: 767px) {
              .sub_contents_inner02 .company_overview .company_overview_inner .company_text dl dd {
                width: 100%;
                font-size: 14px; } }

/*共通タイトル*/
p.sub_text {
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  letter-spacing: .12rem;
  margin: 0 0 15px;
  color: #59ce80; }
  @media screen and (max-width: 767px) {
    p.sub_text {
      font-size: 14px;
      margin: 0 0 10px; } }

h3.c_title01 {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 25px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    h3.c_title01 {
      font-size: 24px;
      line-height: 32px;
      margin: 0 0 10px; } }
  @media screen and (max-width: 767px) {
    h3.c_title01.entry_size01 {
      font-size: 20px;
      line-height: 28px; } }
  @media screen and (max-width: 767px) {
    h3.c_title01.sp_font01 {
      font-size: 21px; } }

/*ボタン*/
.companies_button {
  width: 80%;
  background: #ffffff;
  border-radius: 34px;
  max-width: 520px;
  border: 1px solid #3d3d3d;
  margin: 0 auto 70px; }
  @media screen and (max-width: 767px) {
    .companies_button {
      max-width: inherit;
      width: 100%;
      border-radius: 23px;
      margin: 0 auto 35px; } }
  .companies_button a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #3d3d3d;
    position: relative;
    padding: 24px 0; }
    @media screen and (max-width: 767px) {
      .companies_button a {
        font-size: 14px;
        padding: 18px 0; } }
    .companies_button a:before {
      content: "";
      background: url("../img/top/SVG/arrow_01.svg") no-repeat;
      width: 12px;
      height: 16px;
      position: absolute;
      right: 25px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .companies_button a:before {
          width: 8px;
          height: 12px; } }
  .companies_button.button_off {
    background: #ababab; }

.detail_entry {
  background: #ffd9d5;
  padding: 80px 0 100px;
  /*----------------------------
エントリー 雛形
----------------------------*/
  /*エントリー*/ }
  @media screen and (max-width: 767px) {
    .detail_entry {
      padding: 40px 20px 50px; } }
  .detail_entry .entry_box {
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
    max-width: 1235px;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .detail_entry .entry_box {
        margin: 0 auto 25px; } }
    .detail_entry .entry_box:before {
      content: "";
      background: url(../img/top/2x/bg_01.png) no-repeat;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      margin: auto;
      z-index: 0;
      background-size: cover;
      border-radius: 40px; }
      @media screen and (max-width: 767px) {
        .detail_entry .entry_box:before {
          border-radius: 15px; } }
    .detail_entry .entry_box .all_bg {
      background: rgba(255, 255, 255, 0.8);
      border-radius: 50px;
      max-width: 1200px;
      padding: 80px 30px;
      position: relative;
      z-index: 1;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .detail_entry .entry_box .all_bg {
          width: calc(100% - 40px);
          border-radius: 15px;
          padding: 40px 15px; } }
      .detail_entry .entry_box .all_bg .entry_inner {
        text-align: center; }
        .detail_entry .entry_box .all_bg .entry_inner .text-button {
          max-width: 520px;
          width: 80%;
          margin: 35px auto;
          background: #e96b66;
          border-radius: 50px;
          box-shadow: 0px 5px 9px 0px rgba(226, 161, 161, 0.75); }
          @media screen and (max-width: 767px) {
            .detail_entry .entry_box .all_bg .entry_inner .text-button {
              width: 100%;
              margin: 20px auto;
              border-radius: 28px; } }
          .detail_entry .entry_box .all_bg .entry_inner .text-button a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            font-size: 18px;
            font-weight: 700;
            line-height: 30px;
            text-align: center;
            padding: 20px 0;
            color: #fff;
            position: relative; }
            @media screen and (max-width: 767px) {
              .detail_entry .entry_box .all_bg .entry_inner .text-button a {
                font-size: 12px;
                line-height: 18px;
                padding: 10px 0; } }
            .detail_entry .entry_box .all_bg .entry_inner .text-button a:before {
              content: "";
              background: url("../img/top/SVG/arrow_01.svg") no-repeat;
              width: 12px;
              height: 16px;
              position: absolute;
              right: 35px;
              top: 0;
              bottom: 0;
              margin: auto; }
              @media screen and (max-width: 767px) {
                .detail_entry .entry_box .all_bg .entry_inner .text-button a:before {
                  width: 7px;
                  height: 9px;
                  right: 25px; } }
        .detail_entry .entry_box .all_bg .entry_inner .text-button.end_button {
          background: #ccc !important;
          box-shadow: 0 5px 0 #ccc !important; }
        .detail_entry .entry_box .all_bg .entry_inner .entry_text {
          font-size: 18px;
          font-weight: 700;
          margin: 0 0 10px; }
          @media screen and (max-width: 767px) {
            .detail_entry .entry_box .all_bg .entry_inner .entry_text {
              font-size: 14px;
              line-height: 21px; } }
        .detail_entry .entry_box .all_bg .entry_inner .Asterisk {
          font-size: 16px; }
          @media screen and (max-width: 767px) {
            .detail_entry .entry_box .all_bg .entry_inner .Asterisk {
              font-size: 12px;
              line-height: 21px; } }
  .detail_entry .entry_box:before {
    content: "";
    background: url("../img/top/2x/bk_04.png") no-repeat;
    background-size: cover; }
  .detail_entry .entry_box .all_bg {
    background: rgba(255, 255, 255, 0.8); }
    .detail_entry .entry_box .all_bg .sub_text {
      color: #ff9ac5; }
    .detail_entry .entry_box .all_bg .entry_inner {
      text-align: center; }
    .detail_entry .entry_box .all_bg .entry_other_box {
      margin: 50px auto 0;
      padding: 50px 0 0;
      position: relative;
      max-width: 1000px;
      letter-spacing: .1rem; }
      .detail_entry .entry_box .all_bg .entry_other_box:before {
        content: "";
        background: url(../img/top/SVG/large_h_sen02.svg) no-repeat;
        width: 100%;
        height: 5px;
        background-size: cover;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto; }
      .detail_entry .entry_box .all_bg .entry_other_box .other_text01 {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 15px; }
        @media screen and (max-width: 767px) {
          .detail_entry .entry_box .all_bg .entry_other_box .other_text01 {
            font-size: 16px;
            margin: 0 0 15px;
            line-height: 26px; } }
      .detail_entry .entry_box .all_bg .entry_other_box .other_text02 {
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 30px; }
        @media screen and (max-width: 767px) {
          .detail_entry .entry_box .all_bg .entry_other_box .other_text02 {
            font-size: 14px;
            margin: 0 0 30px;
            text-align: left;
            line-height: 23px; } }
      .detail_entry .entry_box .all_bg .entry_other_box ul {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .detail_entry .entry_box .all_bg .entry_other_box ul {
            flex-flow: column;
            gap: 30px 0; } }
        .detail_entry .entry_box .all_bg .entry_other_box ul li {
          width: 48%;
          background: #443a1c;
          border-radius: 30px; }
          @media screen and (max-width: 767px) {
            .detail_entry .entry_box .all_bg .entry_other_box ul li {
              width: 100%; } }
          .detail_entry .entry_box .all_bg .entry_other_box ul li a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff; }
            .detail_entry .entry_box .all_bg .entry_other_box ul li a span {
                /*
                      &:before {
                        content: "";
                        background: url("../img/top/SVG/icon_02.svg")no-repeat;
                        width: 17px;
                        height: 20px;
                        position: absolute;
                        left: -35px;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                        @include mq_sp() {
                          width: 10px;
                          height: 12px;
                          left: -18px;
                          top: 3px;
                        }
                      }
						*/ }
              .detail_entry .entry_box .all_bg .entry_other_box ul li a span:first-child {
                width: 17px;
                margin-right: 15px; }
                @media screen and (max-width: 767px) {
                  .detail_entry .entry_box .all_bg .entry_other_box ul li a span:first-child {
                    width: 11px;
                    margin-right: 5px; } }
              .detail_entry .entry_box .all_bg .entry_other_box ul li a span:last-child {
                color: #fff;
                padding: 24px 0;
                position: relative; }
                @media screen and (max-width: 767px) {
                  .detail_entry .entry_box .all_bg .entry_other_box ul li a span:last-child {
                    font-size: 12px;
                    padding: 18px 0; } }

/*企業詳細タブ出し分け*/
.tab {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px; }

.tab-list {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto -2px; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .tab-list {
      padding: 0 50px;
      margin: 0 auto -3px; } }

.tab_icon01 {
  position: relative; }

.tab_icon02 {
  position: relative; }
  .tab_icon02:before {
    content: "豎ゆｺｺ2";
    content: inherit;
    color: #fff;
    background: #DC534D;
    padding: 2px 16px;
    position: absolute;
    left: 6%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    font-size: 14px;
    height: fit-content;
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .tab_icon02:before {
        left: 0;
        right: 0;
        top: 10px;
        bottom: inherit;
        font-size: 12px;
        padding: 0 15px; } }
  .tab_icon02:after {
    content: "";
    content: inherit;
    display: inline-block;
    vertical-align: middle;
    color: #DC534D;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 7px 8px;
    border-left-color: currentColor;
    border-right: 0;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg); }
    @media screen and (max-width: 767px) {
      .tab_icon02:after {
        left: 0;
        right: 0;
        bottom: 5px;
        top: inherit; } }

.tab-list-item {
  text-align: center;
  background-color: #e9f8f7;
  padding: 31px 0;
  width: 49%;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border: 2px solid #3d3d3d;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid #3d3d3d; }
  @media screen and (max-width: 767px) {
    .tab-list-item {
      font-size: 14px;
      padding: 35px 0 10px;
      flex-flow: column; } }
  .tab-list-item .job001sp {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #00afa3;
    padding: 5px 10px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .tab-list-item .job001sp {
        position: absolute;
        display: block;
        width: fit-content;
        margin: 0 auto 5px;
        font-size: 12px;
        padding: 4px 8px;
        left: 0;
        right: 0;
        top: 7px; } }
    .tab-list-item .job001sp.color002 {
      background: #ff7d0d; }
  .tab-list-item .job_text {
    text-align: center;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 767px) {
      .tab-list-item .job_text {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column; } }
    .tab-list-item .job_text .job_001 {
      font-size: 16px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .tab-list-item .job_text .job_001 {
          font-size: 13px;
          line-height: 18px; } }
      .tab-list-item .job_text .job_001 span {
        display: inline-block;
        background: #00afa3;
        padding: 5px 10px;
        border-radius: 12px;
        color: #fff;
        font-size: 16px;
        margin-right: 10px; }
        @media screen and (max-width: 767px) {
          .tab-list-item .job_text .job_001 span {
            position: absolute;
            display: block;
            width: fit-content;
            margin: 0 auto 5px;
            font-size: 12px;
            padding: 4px 8px;
            left: 0;
            right: 0;
            top: 0; } }
        .tab-list-item .job_text .job_001 span.color002 {
          background: #ff7d0d; }
    .tab-list-item .job_text .job_002 {
      font-size: 16px;
      margin: 10px 0 0; }
      @media screen and (max-width: 767px) {
        .tab-list-item .job_text .job_002 {
          font-size: 13px;
          line-height: 18px;
          margin: 5px 0 0;
          padding: 0 2px; } }
  .tab-list-item .tab2_color01 {
    background: #DC534D; }
  .tab-list-item .tab2_color02 {
    color: #DC534D; }

.noclick {
  border-bottom: 2px solid #3d3d3d; }

.color_tab01.noclick {
  border-bottom: 2px solid #3d3d3d;
  background: #fff5e2; }

.color_tab01 {
  border: 2px solid rgba(0, 0, 0, 0); }

.tab-contents {
  background-color: #fff;
  border-top: 2px solid #3d3d3d;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .tab-contents {
      padding-bottom: 50px; } }
  .tab-contents .tab-bg {
    max-width: 1200px;
    margin: 0 auto; }
    .tab-contents .tab-bg .tab-contents-item {
      font-size: 20px;
      padding: 20px 0 0; }
      @media screen and (max-width: 767px) {
        .tab-contents .tab-bg .tab-contents-item {
          padding: 15px 20px 0; } }

.special-class.tab-contents {
  border-top: 2px solid #DC534D; }

.tab-list-item.active {
  background-color: #fff;
  border: 2px solid #3d3d3d;
  border-bottom: 2px solid #fff; }

.tab-contents-item {
  display: none; }

.tab-contents-item.show {
  display: block; }

/*パンくず*/
.pankuzu {
  margin: 0 0 50px; }
  @media screen and (max-width: 767px) {
    .pankuzu {
      padding: 0 15px; } }
  .pankuzu .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .pankuzu .breadcrumb li {
      font-size: 13px; }
  .pankuzu .breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 .6em;
    color: #777; }
