/* main-visual
========================================================================== */
.main-visual {
  overflow: hidden;
  position: relative;
}
.main-visual .main-visual_title {
  overflow: hidden;
}
.main-visual .main-visual_title img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-visual {
    background-image: url(https://www.recruit.co.jp/employment/mid-career/img/index_main_img-sp.png);
    background-position: 50% 0;
    background-size: 100%;
  }
  .main-visual .main-visual_title {
    font-size: 6em;
    bottom: 50px;
    left: 20px;
  }
  .main-visual .main-visual_title > span {
    font-size: 2rem;
    margin-top: 12px;
  }
}

/* top-title
========================================================================== */
.top-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top-title-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
  .top-title-group .top-title-group_text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.top-title-group .top-title {
  margin-bottom: 0;
}
.top-title-group .top-title-group_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
  max-width: 800px;
}

.top-title {
  color: #2963B7;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 80px;
}
.top-title > span {
  display: block;
  font-family: "Jost";
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.top-title.--small {
  font-size: 3.2rem;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top-title {
    font-size: 2.8rem;
    margin-bottom: 48px;
  }
  .top-title > span {
    font-size: 1.6rem;
  }
  .top-title.--small {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}

/* company
========================================================================== */
.company .company_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company .company_content > li {
  margin-right: 48px;
  width: -webkit-calc(33.3333333333% - 48px);
  width: calc(33.3333333333% - 48px);
}
.company .company_content > li:nth-child(4) {
  margin-right: -48px;
}
.company .company_content > li > a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.company .company_content > li > a .m-more {
  color: #2963B7;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .company .company_content > li > a:hover .company_content_title {
    color: #2476ED;
  }
  .company .company_content > li > a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .company .company_content > li > a:hover .m-more {
    color: #2476ED;
  }
  .company .company_content > li > a:hover .m-more > span::after {
    background-color: #2476ED;
  }
}
.company .company_content > li:first-child {
  margin-bottom: 80px;
  width: 100%;
}
.company .company_content > li:first-child > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 64px;
}
.company .company_content > li:first-child > a .company_content_img {
  max-width: 540px;
}
.company .company_content > li:first-child > a .company_content_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company .company_content > li:first-child > a .company_content_title {
  font-size: 3.6rem;
}
.company .company_content > li:first-child > a .company_content_text {
  font-size: 2rem;
}
.company .company_content > li .company_content_title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.3em;
}
.company .company_content > li .company_content_text {
  margin-bottom: 1em;
}
.company .company_content > li .company_content_img {
  border-radius: 16px;
  overflow: hidden;
}
.company .company_content > li .company_content_img img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .company .company_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px 0;
  }
  .company .company_content > li {
    margin-right: 0;
    width: 100%;
  }
  .company .company_content > li:nth-child(4) {
    margin-right: 0;
  }
  .company .company_content > li > a {
    gap: 24px 0;
  }
  .company .company_content > li:first-child {
    margin-bottom: 0;
    width: 100%;
  }
  .company .company_content > li:first-child > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
  .company .company_content > li:first-child > a .company_content_img {
    max-width: initial;
  }
  .company .company_content > li:first-child > a .company_content_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .company .company_content > li:first-child > a .company_content_title {
    font-size: 2rem;
  }
  .company .company_content > li:first-child > a .company_content_text {
    font-size: 1.6rem;
  }
  .company .company_content > li .company_content_title {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}

/* top-bg
========================================================================== */
.top-bg {
  margin-top: 120px;
  padding-bottom: 160px;
  padding-top: 160px;
  position: relative;
  z-index: 0;
}
.top-bg::before {
  background-color: #fff;
  border-bottom-right-radius: 120px;
  border-top-right-radius: 120px;
  content: "";
  height: 100%;
  width: -webkit-calc(100% - 7.8947368421vw);
  width: calc(100% - 7.8947368421vw);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.top-bg.--first {
  margin-top: 0;
}
.top-bg.--first::before {
  border-bottom-right-radius: 120px;
  border-top-right-radius: 0;
}
@media screen and (max-width: 767px) {
  .top-bg {
    margin-top: 80px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .top-bg::before {
    border-bottom-right-radius: 80px;
    border-top-right-radius: 80px;
    width: 100%;
  }
  .top-bg.--first::before {
    border-bottom-right-radius: 80px;
  }
}

/* top-recruit-list
========================================================================== */
dl.top-recruit-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 32px;
}
dl.top-recruit-list > div:first-child {
  margin-top: 0;
}
dl.top-recruit-list > div > dd,
dl.top-recruit-list > div > dt {
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.6;
}
dl.top-recruit-list > div > dt {
  font-weight: 700;
  width: 140px;
}
dl.top-recruit-list > div > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  dl.top-recruit-list {
    border-bottom: 1px solid #EAEBEC;
    margin-left: -20px;
    margin-right: -20px;
  }
  dl.top-recruit-list > div {
    display: block;
    margin-top: 0;
  }
  dl.top-recruit-list > div > dt {
    border-top: 1px solid #EAEBEC;
    cursor: pointer;
    padding: 16px 20px;
    width: auto;
    position: relative;
  }
  dl.top-recruit-list > div > dt::before {
    background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-blue.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    content: "";
    height: 14px;
    width: 8px;
    margin-top: -6px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  dl.top-recruit-list > div > dt.is-active::before {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  dl.top-recruit-list > div > dd {
    display: none;
  }
  dl.top-recruit-list > div > dd .top-recruit-category {
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  dl.top-recruit-list > div > dd .top-recruit-category > li > a {
    background-color: #F5F5F5;
  }
}

/* top-recruit-arealist
========================================================================== */
.top-recruit-arealist {
  font-size: 1.6em;
}
.top-recruit-arealist > li > a {
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-recruit-arealist > li > a:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .top-recruit-arealist > li > a:hover {
    color: #2476ED;
  }
}
.top-recruit-arealist > li > a p {
  margin-bottom: 0;
}
.top-recruit-arealist .top-recruit-arealist_title {
  font-weight: 700;
  width: 140px;
}
.top-recruit-arealist .top-recruit-arealist_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-recruit-arealist {
    border-top: 1px solid #EAEBEC;
    margin-left: -20px;
    margin-right: -20px;
  }
  .top-recruit-arealist > li {
    border-bottom: 1px solid #EAEBEC;
  }
  .top-recruit-arealist > li > a {
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 0;
    padding: 16px 48px 16px 20px;
    position: relative;
  }
  .top-recruit-arealist > li > a::before {
    background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-blue.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    content: "";
    height: 14px;
    width: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-recruit-arealist .top-recruit-arealist_title {
    width: auto;
  }
  .top-recruit-arealist .top-recruit-arealist_text {
    font-size: 1.4rem;
  }
}

/* top-recruit-category
========================================================================== */
.top-recruit-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 0;
  line-height: 1.6;
}
.top-recruit-category > li {
  color: #757575;
  margin-right: 1em;
  padding-right: 1em;
  position: relative;
}
.top-recruit-category > li::before {
  background-color: #757575;
  content: "";
  height: 50%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-recruit-category > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.top-recruit-category > li:last-child::before {
  content: none;
}
.top-recruit-category > li > a {
  color: inherit;
}
@media screen and (min-width: 1025px) {
  .top-recruit-category > li > a:hover {
    color: #2476ED;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit-category {
    border-bottom: 1px solid #EAEBEC;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  .top-recruit-category.--2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .top-recruit-category.--2column > li {
    border-right: 1px solid #EAEBEC;
    width: 50%;
  }
  .top-recruit-category.--2column > li:nth-child(2n) {
    border-right: 0;
  }
  .top-recruit-category > li {
    border-top: 1px solid #EAEBEC;
    margin-right: 0;
    padding-right: 0;
  }
  .top-recruit-category > li::before {
    content: none;
  }
  .top-recruit-category > li > a {
    display: block;
    padding: 16px 48px 16px 20px;
    position: relative;
  }
  .top-recruit-category > li > a::before {
    background: url(https://www.recruit.co.jp/employment/mid-career/assets/img/common/icon-arrow-right-blue.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    content: "";
    height: 14px;
    width: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* top-recruit-box
========================================================================== */
.top-recruit-box {
  border: 1px solid #B9BCBF;
  border-radius: 16px;
  margin-top: 80px;
  padding: 64px;
  text-align: center;
}
.top-recruit-box .top-recruit-box_title {
  color: #2963B7;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-recruit-box {
    margin-top: 56px;
    padding: 48px 20px;
  }
  .top-recruit-box .top-recruit-box_title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .top-recruit-box .top-recruit-box_text {
    text-align: left;
  }
}