@charset "UTF-8";
.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: 392px;
  z-index: 0;
}
@media (max-width: 480px) {
  .c_info {
    padding-top: 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;
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .require_wrap1 {
    padding-bottom: 65px;
  }
}
.require_wrap1 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;
}
@media (max-width: 1015px) {
  .require_wrap3 {
    padding-top: 0;
    border-left: 1px solid #eee;
  }
}
.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: 65%;
  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%;
  font-weight: bold;
  border-bottom: 1px solid #dee5ed;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 16px;
}
@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 #dee5ed;
  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%;
}

.content2 {
  width: 67%;
  margin-left: auto;
  background: #f9f9f9;
}
@media (max-width: 1015px) {
  .content2 {
    width: 100%;
  }
}
.content2 table {
  width: 100%;
}
.content2 table tbody {
  position: relative;
  display: block;
  height: 14.828vw;
}
@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: -3.2vw;
}
.content2 table tbody tr {
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
}
@media (max-width: 700px) {
  .content2 table tbody tr {
    display: block;
  }
}
@media (max-width: 480px) {
  .content2 table tbody tr:last-of-type {
    gap: 15vw;
  }
}
.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: 50%;
  }
}
.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;
  }
}
.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;
  }
}
.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: 499px) {
  .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: 185px;
  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%;
  }
}

.l_ttl_txt {
  max-width: 350px;
  padding-top: 40px;
}
@media (max-width: 1190px) {
  .l_ttl_txt {
    max-width: 92%;
  }
}
@media (max-width: 1015px) {
  .l_ttl_txt {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .l_ttl_txt {
    padding-top: 30px;
  }
}

.new_graduate_btn {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .new_graduate_btn {
    width: 100%;
    margin-top: 30px;
  }
}/*# sourceMappingURL=single-new-graduate.css.map */