@charset "UTF-8";
.l_ttl_con {
  margin-bottom: 40px;
}
@media (max-width: 1015px) {
  .l_ttl_con {
    margin-bottom: 15px;
  }
}

.both_border1:before {
  top: 0;
  z-index: 0;
  height: 100%;
}
@media (max-width: 1015px) {
  .both_border1:before {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .both_border1:before {
    z-index: 1;
  }
}

@media (max-width: 950px) {
  .both_border2:before {
    display: none;
  }
}

@media (max-width: 600px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 50px;
  }
}

.c_info {
  position: relative;
  padding-top: 395px;
  z-index: 0;
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .c_info {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.c_info:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: 50%;
  background: #eee;
  transform: translateX(-50%);
  z-index: 3;
  top: 0;
}

.inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .inner {
    width: calc(100% - 60px);
  }
}

.c_inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .c_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .c_inner {
    width: calc(100% - 60px);
  }
}

.require_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1015px) {
  .require_wrap {
    display: block;
  }
}
.require_wrap .ttl_con {
  width: 384px;
  flex: 0 0 384px;
}
.require_wrap .ttl_con .heading {
  margin-bottom: 1.586vw;
  font-size: 1.379vw;
  color: #34a9ee;
  text-align: left;
}
.require_wrap .ttl_con h2.ttl {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
.require_wrap .ttl_con h2.ttl span {
  position: relative;
  font-size: 42px;
  padding-left: 1.103vw;
  font-weight: bold;
}
.require_wrap .ttl_con h2.ttl span:before {
  position: absolute;
  top: calc(50% + 0.2vw);
  left: 0;
  background-image: url(../img/plan-i.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  transform: translateY(-50%);
  width: 0.414vw;
  height: 1.931vw;
}
.require_wrap .entry_ttl {
  padding-right: 0;
}

.require_wrap1 {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .require_wrap1 {
    margin-bottom: 64px;
  }
}
.require_wrap1 h2.ttl {
  padding-top: 1.379vw;
}

.require_wrap1_3 {
  position: relative;
  padding-top: 120px;
  margin-bottom: 0;
  z-index: 3;
}
@media (max-width: 480px) {
  .require_wrap1_3 {
    padding-top: 60px;
  }
}
.require_wrap1_3:before {
  top: 0;
  position: absolute;
  display: block;
  content: "";
  background: #eee;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
}
.require_wrap1_3:after {
  top: 0;
  position: absolute;
  display: block;
  content: "";
  background: #eee;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.require_wrap1_3 .content {
  width: 74%;
}
@media (max-width: 1015px) {
  .require_wrap1_3 .content {
    width: 100%;
  }
}
.require_wrap1_3 h2.ttl {
  padding-top: 1.379vw;
}

.require_wrap2 {
  position: relative;
  margin-bottom: 120px;
}
.require_wrap2 h2.ttl {
  padding-top: 1.379vw;
}

.require_wrap3 {
  position: relative;
  padding-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .require_wrap3 {
    padding-top: 65px;
    margin-bottom: 65px;
  }
}
.require_wrap3:before {
  top: 0;
  position: absolute;
  display: block;
  content: "";
  background: #eee;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
}
@media (max-width: 480px) {
  .require_wrap3:before {
    top: 5px;
  }
}
.require_wrap3 h2.ttl {
  padding-top: 1.379vw;
}

.content {
  width: 67%;
  background: #f9f9f9;
  margin-left: auto;
}
@media (max-width: 1015px) {
  .content {
    width: 100%;
  }
}
.content table {
  width: 100%;
}
.content table tbody tr {
  display: flex;
}
@media (max-width: 1015px) {
  .content table tbody tr {
    border-left: 1px solid #eee;
  }
}
@media (max-width: 480px) {
  .content table tbody tr {
    display: block;
  }
}
.content table tbody tr th {
  padding: 20px 0;
  width: 25%;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .content table tbody tr th {
    padding: 0;
    width: 100%;
    border: none;
    margin-top: 15px;
  }
}
.content table tbody tr td {
  padding: 20px;
  width: 75%;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 5;
  align-content: center;
}
.content table tbody tr td .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .content table tbody tr td .sp_only {
    display: block;
  }
}
@media (max-width: 480px) {
  .content table tbody tr td {
    padding: 10px 0 18px;
    width: 100%;
    display: block;
  }
}
.content table tbody tr td a {
  text-decoration: underline;
  color: #194bf4;
}
.content table tbody tr td .table_con {
  display: flex;
  flex-direction: column;
}
.content table tbody tr td .table_con .td_table {
  width: 43.862vw;
  border: 1px solid #dee5ed;
  border-bottom: none;
}
.content table tbody tr td .table_con .td_table tr {
  gap: 0;
  width: 43.862vw;
}
.content table tbody tr td .table_con .td_table tr th {
  width: 10.966vw;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  font-size: 1.034vw;
  padding: 1.379vw 0.276vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: rgba(0, 0, 0, 0.067);
}
.content table tbody tr td .table_con .td_table tr td {
  width: 10.966vw;
  border-bottom: 1px solid #dee5ed;
  border-left: 1px solid #dee5ed;
  font-size: 1.034vw;
  padding: 1.379vw 0.276vw;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.content table tbody tr td .table_con .td_table tr td.fir {
  border-left: none;
}
.content table tbody tr td .table_con p.ps {
  margin-top: 0.966vw;
}
.content .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.862vw;
}
.content .wrap .mynavi_bannner2026 {
  width: 27.034vw;
}
.content .wrap .mynavi_bannner2026 img {
  width: 100%;
}
.content .content_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6.5%;
  position: relative;
  z-index: 6;
}
@media (max-width: 1015px) {
  .content .content_wrap {
    gap: 2%;
  }
}
@media (max-width: 850px) {
  .content .content_wrap {
    gap: 4%;
  }
}
.content .content_wrap .content_b {
  width: 29%;
}
@media (max-width: 1015px) {
  .content .content_wrap .content_b {
    width: 32%;
  }
}
@media (max-width: 850px) {
  .content .content_wrap .content_b {
    width: 48%;
  }
}
.content .content_wrap .content_b .c_img img {
  width: 100%;
}
.content .content_wrap .content_b .c_txt {
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .content .content_wrap .content_b .c_txt {
    font-size: 16px;
  }
}
.content .content_wrap .content_b .c_txt.bottom_margin {
  margin-bottom: 40px;
}

.content2 {
  width: 67%;
  margin-left: auto;
  background: #f9f9f9;
}
@media (max-width: 1015px) {
  .content2 {
    width: 100%;
  }
}
.content2 table {
  width: 100%;
}
@media (max-width: 1015px) {
  .content2 table {
    border-left: 1px solid #eee;
  }
}
.content2 table tbody {
  position: relative;
  display: block;
  height: 14.828vw;
  margin-bottom: 4vw;
}
.content2 table tbody:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1290px) {
  .content2 table tbody {
    height: auto;
  }
}
.content2 table tbody:after {
  position: absolute;
  display: block;
  content: "";
  background: #eee;
  width: 100%;
  height: 1px;
  bottom: -14%;
}
@media (max-width: 1290px) {
  .content2 table tbody:after {
    bottom: -25px;
  }
}
@media (max-width: 1015px) {
  .content2 table tbody:after {
    bottom: -17px;
  }
}
.content2 table tbody tr {
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
}
@media (max-width: 775px) {
  .content2 table tbody tr {
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .content2 table tbody tr {
    flex-direction: column-reverse;
  }
}
@media (max-width: 700px) {
  .content2 table tbody tr:last-of-type {
    gap: 20px;
  }
}
.content2 table tbody tr th {
  height: 216px;
  width: 50%;
  font-weight: bold;
  font-size: 1.172vw;
}
@media (max-width: 700px) {
  .content2 table tbody tr th {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 30px;
  }
}
.content2 table tbody tr th .txt1 {
  font-size: 22px;
  margin-bottom: 1.724vw;
  position: relative;
  z-index: 5;
}
.content2 table tbody tr th .txt2 {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  z-index: 5;
}
.content2 table tbody tr td {
  width: 50%;
  height: 216px;
  font-size: 1.172vw;
  align-content: center;
}
@media (max-width: 700px) {
  .content2 table tbody tr td {
    width: 100%;
    height: auto;
  }
}
.content2 table tbody tr td .map_img {
  width: 100%;
  height: 14.828vw;
  position: relative;
  z-index: 5;
}
@media (max-width: 1290px) {
  .content2 table tbody tr td .map_img {
    height: 216px;
  }
}
@media (max-width: 700px) {
  .content2 table tbody tr td .map_img {
    height: auto;
  }
}
.content2 table tbody tr td .map_img img {
  width: 100%;
  height: 14.828vw;
}
@media (max-width: 1290px) {
  .content2 table tbody tr td .map_img img {
    height: 216px;
  }
}
@media (max-width: 700px) {
  .content2 table tbody tr td .map_img img {
    height: auto;
  }
}
.content2 table tbody tr td a {
  text-decoration: underline;
  color: #194bf4;
}
.content2 table tbody tr td .table_con {
  display: flex;
  flex-direction: column;
}
.content2 table tbody tr td .table_con .td_table {
  width: 43.862vw;
  border: 1px solid #dee5ed;
  border-bottom: none;
}
.content2 table tbody tr td .table_con .td_table tr {
  gap: 0;
  width: 43.862vw;
}
.content2 table tbody tr td .table_con .td_table tr th {
  width: 10.966vw;
  border-bottom: 1px solid #dee5ed;
  border-left: 1px solid #dee5ed;
  font-size: 1.034vw;
  padding: 1.379vw 0.276vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: rgba(0, 0, 0, 0.067);
}
.content2 table tbody tr td .table_con .td_table tr th.fir {
  border-left: none;
}
.content2 table tbody tr td .table_con .td_table tr td {
  width: 10.966vw;
  border-bottom: 1px solid #dee5ed;
  border-left: 1px solid #dee5ed;
  font-size: 1.034vw;
  padding: 1.379vw 0.276vw;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.content2 table tbody tr td .table_con .td_table tr td.fir {
  border-left: none;
}
.content2 table tbody tr td .table_con p.ps {
  margin-top: 0.966vw;
}
.content2 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.862vw;
}
.content2 .wrap .mynavi_bannner2026 {
  width: 27.034vw;
}
.content2 .wrap .mynavi_bannner2026 img {
  width: 100%;
}

.content3 {
  width: 100%;
  border-radius: 1.655vw;
  background: #f9f9f9;
  margin-left: auto !important;
  margin-right: 0 !important;
  transform: translateX(-2.069vw);
}
.content3 table {
  width: 100%;
}
.content3 table tbody tr {
  display: flex;
  justify-content: flex-end;
}
.content3 table tbody tr th {
  padding: 1.379vw;
  padding-bottom: 0.828vw;
  width: 34.483vw;
  font-weight: bold;
  font-size: 1.172vw;
  display: flex;
  gap: 1.724vw;
}
.content3 table tbody tr th .left {
  width: 9.655vw;
}
@media (max-width: 1049px) {
  .content3 table tbody tr th .left {
    width: 29%;
  }
}
@media (max-width: 480px) {
  .content3 table tbody tr th .left {
    width: 28%;
  }
}
.content3 table tbody tr th .left img {
  width: 100%;
}
.content3 table tbody tr th .right {
  width: 23.103vw;
}
@media (max-width: 1049px) {
  .content3 table tbody tr th .right {
    width: 67%;
  }
}
.content3 table tbody tr th .right .r_txt1 {
  font-size: 1.31vw;
  margin-bottom: 1.034vw;
}
.content3 table tbody tr th .right .r_txt2 {
  margin-bottom: 0.345vw;
  font-size: 1.172vw;
  font-weight: normal;
}
.content3 table tbody tr th .right .link_txt a {
  position: relative;
  display: block;
  text-decoration: underline;
  color: #194bf4;
  font-weight: normal;
  font-size: 1.172vw;
}
.content3 table tbody tr th .right .link_txt a:after {
  position: absolute;
  content: "";
  background-image: url(../img/r-link-i.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.69vw;
  height: 0.966vw;
  transform: translate(0.207vw, 0.414vw);
}
.content3 table tbody tr th.first {
  padding-top: 0;
}
.content3 table tbody tr td {
  padding: 1.379vw;
  padding-bottom: 0.828vw;
  width: 34.483vw;
  font-weight: bold;
  font-size: 1.172vw;
  display: flex;
  gap: 1.724vw;
}
.content3 table tbody tr td .left {
  width: 9.655vw;
}
.content3 table tbody tr td .left img {
  width: 100%;
}
.content3 table tbody tr td .right {
  width: 23.103vw;
}
.content3 table tbody tr td .right .r_txt1 {
  font-size: 1.31vw;
  margin-bottom: 1.034vw;
}
.content3 table tbody tr td .right .r_txt2 {
  margin-bottom: 0.69vw;
  font-size: 1.172vw;
  font-weight: normal;
}
.content3 table tbody tr td .right .link_txt a {
  position: relative;
  display: block;
  text-decoration: underline;
  color: #194bf4;
  font-size: 1.172vw;
}
.content3 table tbody tr td .right .link_txt a:after {
  position: absolute;
  content: "";
  background-image: url(../img/r-link-i.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.69vw;
  height: 0.966vw;
  transform: translate(0.207vw, 0.414vw);
}
.content3 table tbody tr td.first {
  padding-top: 0;
}
.content3 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.862vw;
}
.content3 .wrap .mynavi_bannner2026 {
  width: 27.034vw;
}
.content3 .wrap .mynavi_bannner2026 img {
  width: 100%;
}

.on_margin {
  margin-top: 3.724vw;
}

.ttl_con {
  transition: all 0.3s;
}

.is_fixed {
  position: fixed;
  top: 6.897vw;
  width: 218px;
  z-index: 9;
}

.is_fixed2 {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* スクロール固定中 */
.is_fixed {
  position: fixed;
  top: 105px; /* 固定位置 */
}

/* section2 の下部に固定する */
.is_bottom {
  position: absolute;
  bottom: 0;
}

.no_padding_right {
  padding-right: 0 !important;
}

.job_require_ttl {
  width: 33%;
}
@media (max-width: 1015px) {
  .job_require_ttl {
    width: 100%;
  }
}

.group_con .wrap {
  display: flex;
  justify-content: space-between;
  gap: clamp(50px, 3.448vw, 75px);
  padding-bottom: 50px;
  padding-bottom: 120px;
}
@media (max-width: 1290px) {
  .group_con .wrap {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .group_con .wrap {
    display: block;
  }
}
@media (max-width: 480px) {
  .group_con .wrap {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}
.group_con .wrap .p_wrap_b {
  position: relative;
  width: 50%;
}
@media (max-width: 800px) {
  .group_con .wrap .p_wrap_b {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .group_con .wrap .p_wrap_b:first-of-type {
    margin-bottom: 15px;
  }
}
.group_con .wrap .p_wrap_b .l_txt {
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.group_con .wrap .p_wrap_b:hover a .p_wrap_b_img img {
  transform: scale(1.1);
}
.group_con .wrap .p_wrap_b:hover a .p_wrap_b_img .group_c_name1 img {
  transform: scale(1);
}
.group_con .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b {
  background: #20272e;
}
.group_con .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b p {
  color: #fff;
}
.group_con .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b p:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.group_con .wrap .p_wrap_b a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img {
  position: relative;
  overflow: hidden;
  height: clamp(338px, 23.31vw, 507px);
}
@media (max-width: 1290px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img {
    height: 23.31vw;
  }
}
@media (max-width: 480px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img {
    height: 31vw;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img img {
  width: 100%;
  height: clamp(338px, 23.31vw, 507px);
  transition: 0.5s;
}
@media (max-width: 1290px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img img {
    height: auto;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 433px;
}
@media (max-width: 1290px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name1 {
    width: 80%;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name1 img {
  width: 100%;
  height: 100%;
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 333px;
}
@media (max-width: 1290px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name2 {
    width: 62%;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name2 img {
  width: 100%;
  height: 100%;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b {
  background: #20272e;
  border-radius: 0 0 2px 2px;
  transition: 0.5s;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p {
  color: #fff;
  display: block;
  position: relative;
  font-size: 16px;
  padding: 16px 0;
  padding-left: 25px;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p {
    font-size: 15px;
    padding: 15.5px 0;
    padding-left: 16px;
  }
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: 22px;
  right: 16px;
  z-index: 5;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p:after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 56px;
  height: 56px;
  content: "";
  z-index: 4;
}
@media (max-width: 480px) {
  .group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p:after {
    height: 54px;
  }
}
.group_con .wrap .p_wrap_b.sec:hover a .p_wrap_b_img img {
  transform: scale(1.1);
}
.group_con .wrap .p_wrap_b.sec:hover a .p_wrap_b_img .group_c_name2 img {
  transform: scale(1);
}
.group_con .wrap .p_wrap_b.sec:hover a .c_btn_con .c_btn_b {
  background: #20272e;
}
.group_con .wrap .p_wrap_b.sec:hover a .c_btn_con .c_btn_b p {
  color: #fff;
}
.group_con .wrap .p_wrap_b.sec:hover a .c_btn_con .c_btn_b p:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}/*# sourceMappingURL=company-profile.css.map */