@charset "UTF-8";
.vision__container, .comp__container, .comp__container-overview, .comp__container-organization, .breadcrumbs__container {
  position: relative;
  box-sizing: content-box !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .vision__container, .comp__container, .comp__container-overview, .comp__container-organization, .breadcrumbs__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.comp__title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .comp__title {
    font-size: 3.3333333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__title {
    font-size: 6.1333333333vw;
    line-height: 1.5869565217;
    margin-top: -2vw;
    margin-bottom: 3.3333333333vw;
  }
}

.vision__text, .comp__text, .comp__text-link {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (max-width: 1200px) {
  .vision__text, .comp__text, .comp__text-link {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 749px) {
  .vision__text, .comp__text, .comp__text-link {
    font-size: 4.5333333333vw;
    line-height: 1.5882352941;
  }
}

.vision__partition {
  position: relative;
}

.vision__partition-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2560px;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .vision__partition-img {
    width: 182.8571428571%;
  }
}
@media screen and (max-width: 749px) {
  .vision__partition-img {
    left: 0;
    transform: none;
    width: 100%;
  }
}

.comp__table, .comp__table-overview {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 2px solid #b1b1d3;
}
@media screen and (max-width: 749px) {
  .comp__table, .comp__table-overview {
    border-bottom-width: 0.2666666667vw;
  }
}

.comp__table-head {
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
  color: #06056c;
  background-color: #e5e5f1;
  border-top: 2px solid #b1b1d3;
}
@media screen and (max-width: 1200px) {
  .comp__table-head {
    font-size: 1.5vw;
    padding-top: 0.9166666667vw;
    padding-bottom: 0.9166666667vw;
    padding-left: 0.8333333333vw;
    padding-right: 0.8333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__table-head {
    display: block;
    font-size: 4.2666666667vw;
    text-align: left;
    padding-top: 1.4666666667vw;
    padding-bottom: 1.4666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    border-top-width: 0.2666666667vw;
  }
}

.comp__table-data {
  font-size: 1.6rem;
  line-height: 2.125;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  border-top: 2px solid #b1b1d3;
}
@media screen and (max-width: 1200px) {
  .comp__table-data {
    font-size: 1.3333333333vw;
    padding-top: 0.9166666667vw;
    padding-bottom: 0.9166666667vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__table-data {
    display: block;
    border-top: none;
    font-size: 3.7333333333vw;
    padding-top: 1.4666666667vw;
    padding-bottom: 1.4666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/* breadcrumbs:start */
.breadcrumbs__container {
  padding-top: 15px;
}
@media screen and (max-width: 1200px) {
  .breadcrumbs__container {
    padding-top: 1.25vw;
  }
}
@media screen and (max-width: 749px) {
  .breadcrumbs__container {
    padding-top: 2.6666666667vw;
  }
}
.breadcrumbs__list {
  position: relative;
  display: inline;
  line-height: 1.5;
}
.breadcrumbs__list::after {
  display: inline-block;
  font-size: 1.3rem;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 1.5;
  color: #6e6d6d;
  content: "＞";
}
@media screen and (max-width: 1200px) {
  .breadcrumbs__list::after {
    font-size: 1.0833333333vw;
    margin-left: 1.6666666667vw;
    margin-right: 1.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .breadcrumbs__list::after {
    font-size: 2.6666666667vw;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.breadcrumbs__list:last-child::after {
  content: none;
}
.breadcrumbs__list::marker {
  content: none;
}
.breadcrumbs__link, .breadcrumbs__link--cur {
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .breadcrumbs__link, .breadcrumbs__link--cur {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 749px) {
  .breadcrumbs__link, .breadcrumbs__link--cur {
    font-size: 2.6666666667vw;
  }
}
.breadcrumbs__link--cur {
  color: #6e6d6d;
  display: inline;
}

/* breadcrumbs:end */
.kv__container-panel, .kv__container {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 93px;
}
@media screen and (max-width: 1200px) {
  .kv__container-panel, .kv__container {
    max-width: 83.3333333333vw;
    padding-top: 7.75vw;
  }
}
@media screen and (max-width: 749px) {
  .kv__container-panel, .kv__container {
    max-width: 100%;
    padding-top: 14vw;
  }
}

.kv__title-panel, .kv__title {
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .kv__title-panel, .kv__title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .kv__title-panel, .kv__title {
    font-size: 6.1333333333vw;
    line-height: 1.5869565217;
  }
}

/* kv:start */
.kv {
  background-color: #06056c;
  margin-top: 10px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .kv {
    margin-top: 0.8333333333vw;
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 749px) {
  .kv {
    margin-top: 1.6vw;
    margin-bottom: 4.2666666667vw;
  }
}
.kv__container {
  padding-bottom: 63px;
}
@media screen and (max-width: 1200px) {
  .kv__container {
    padding-bottom: 5.25vw;
  }
}
@media screen and (max-width: 749px) {
  .kv__container {
    padding-bottom: 60vw;
  }
}
.kv__container-panel {
  padding-bottom: 109px;
}
@media screen and (max-width: 1200px) {
  .kv__container-panel {
    padding-bottom: 9.0833333333vw;
  }
}
@media screen and (max-width: 749px) {
  .kv__container-panel {
    padding-bottom: 61.3333333333vw;
  }
}
.kv__title {
  margin-bottom: 46px;
}
@media screen and (max-width: 1200px) {
  .kv__title {
    margin-bottom: 3.8333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .kv__title {
    margin-bottom: 11.0666666667vw;
  }
}
.kv__title-panel {
  margin-bottom: 87px;
}
@media screen and (max-width: 1200px) {
  .kv__title-panel {
    margin-bottom: 7.25vw;
  }
}
@media screen and (max-width: 749px) {
  .kv__title-panel {
    margin-bottom: 11.2vw;
  }
}
.kv__text {
  font-size: 15px;
  color: #fff;
  width: 55.1%;
  margin-left: 6%;
  line-height: 1.9333333333;
}
@media screen and (max-width: 1200px) {
  .kv__text {
    font-size: 1.25vw;
    width: 45.9166666667vw;
    margin-left: 5vw;
  }
}
@media screen and (max-width: 749px) {
  .kv__text {
    font-size: 4vw;
    width: 89.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.kv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* kv:end */
/* comp:start */
.comp__container, .comp__container-organization, .comp__container-overview {
  padding-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .comp__container, .comp__container-organization, .comp__container-overview {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__container, .comp__container-organization, .comp__container-overview {
    padding-top: 6.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  .comp__container-overview {
    max-width: 1000px;
  }
}
@media screen and (min-width: 750px) {
  .comp__container-organization {
    max-width: 1400px;
  }
}
.comp__table, .comp__table-overview {
  width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  .comp__table, .comp__table-overview {
    width: 100%;
  }
}
.comp__table-head {
  width: 18.8%;
}
@media screen and (max-width: 749px) {
  .comp__table-head {
    width: 100%;
  }
}
.comp__table-data {
  width: 81.2%;
}
@media screen and (max-width: 749px) {
  .comp__table-data {
    width: 100%;
  }
}
.comp__table-data li:not(.indent-none) {
  padding-left: 1em;
  text-indent: -1em;
}
.comp__table-data .before-num {
  padding-left: 1em;
}
.comp__table-more {
  margin-top: 1em;
}
.comp__table-link {
  text-decoration: underline;
}
.comp__table-occupation {
  width: 32%;
  vertical-align: baseline;
}
@media screen and (max-width: 749px) {
  .comp__table-occupation {
    width: 38%;
  }
}
.comp__table-occupation-detail {
  padding-left: 1em;
  text-indent: -1em;
}
.comp__table-benefits {
  width: 15%;
  vertical-align: baseline;
}
@media screen and (max-width: 749px) {
  .comp__table-benefits {
    width: 30%;
  }
}
.comp__table-benefits-detail {
  padding-left: 1em;
  text-indent: -1em;
}
.comp__table-salary {
  width: 40%;
  vertical-align: baseline;
}
@media screen and (max-width: 749px) {
  .comp__table-salary {
    width: 74%;
  }
}
.comp__table-overview {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .comp__table-overview {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__table-overview {
    margin-bottom: 5.3333333333vw;
  }
}
.comp__table-schedule li {
  padding-left: 3.5em !important;
  text-indent: -3.5em !important;
}
.comp__table-caution {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1em;
}
.comp__link {
  width: 83.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .comp__link {
    width: 100%;
  }
}
.comp__link-top {
  position: relative;
  border: 2px solid #06056c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26%;
  border-radius: 12px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 2%;
  line-height: 1;
  font-size: 18px;
  padding: 28px 0;
  transition: 0.2s all;
}
.comp__link-top:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .comp__link-top {
    font-size: 1.5vw;
    padding: 2.3333333333vw 0;
  }
}
@media screen and (max-width: 749px) {
  .comp__link-top {
    margin-bottom: 20vw;
    width: 100%;
    border-width: 2px;
    border-radius: 6px;
    font-size: 4.5333333333vw;
    padding: 8vw 0;
  }
}
.comp__link-top::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/assets/img/recruit/common/link_arrow01_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.640625%;
  height: 5.4054054054%;
  right: 6.9230769231%;
  top: 48.6486486486%;
}
@media screen and (max-width: 749px) {
  .comp__link-top::after {
    background-image: url(/assets/img/recruit/common/link_arrow01_sp.png);
    width: 4.5333333333vw;
    height: 1.0666666667vw;
    right: 6vw;
    top: 9.6vw;
  }
}
.comp__link-bottom {
  position: relative;
  background-color: #06056c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8%;
  line-height: 1;
  font-size: 18px;
  padding: 28px 0;
  color: #ffffff;
  transition: 0.2s all;
}
@media screen and (max-width: 1200px) {
  .comp__link-bottom {
    font-size: 1.5vw;
    padding: 2.3333333333vw 0;
  }
}
@media screen and (max-width: 749px) {
  .comp__link-bottom {
    font-size: 4.5333333333vw;
    padding: 8vw 0;
    margin-top: 20vw;
    width: 100%;
    border-width: 2px;
    border-radius: 80px;
  }
}
.comp__link-bottom::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/assets/img/recruit/common/link_arrow02_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.640625%;
  height: 5.4054054054%;
  right: 6.9230769231%;
  top: 48.6486486486%;
}
@media screen and (max-width: 749px) {
  .comp__link-bottom::after {
    background-image: url(/assets/img/recruit/common/link_arrow02_sp.png);
    width: 4.5333333333vw;
    height: 1.0666666667vw;
    right: 6vw;
    top: 9.6vw;
  }
}
.comp__link-bottom:hover {
  opacity: 0.7;
  cursor: pointer;
}
.comp__title {
  margin-top: 105px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .comp__title {
    margin-top: 8.75vw;
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__title {
    margin-bottom: 12.6666666667vw;
  }
}
.comp__lead {
  font-size: 1.5rem;
  width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .comp__lead {
    font-size: 1.25vw;
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__lead {
    width: 100%;
    margin-bottom: 12.6666666667vw;
    font-size: 4vw;
  }
}
.comp__day {
  width: 83.3333333333%;
  text-align: right;
  margin: 1em auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 749px) {
  .comp__day {
    width: auto;
    font-size: 4.2666666667vw;
  }
}
.comp__subtitle {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .comp__subtitle {
    font-size: 2.9166666667vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__subtitle {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.comp__text-link {
  position: relative;
}
.comp__text-link::after {
  display: block;
  position: absolute;
  top: 54%;
  right: -15px;
  transform: translateY(-50%);
  width: 15px;
  height: 20px;
  background-image: url(/common/img/icon_pdf_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1200px) {
  .comp__text-link::after {
    right: -1.25vw;
    width: 1.25vw;
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__text-link::after {
    right: -4vw;
    background-image: url(/common/img/icon_pdf_sp.png);
    width: 3.6vw;
    height: 4.5333333333vw;
  }
}

.modal {
  opacity: 0;
  pointer-events: none;
}
.modal-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 100;
  overflow-y: auto;
  pointer-events: all;
  transition: transform 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .modal__container {
    width: 73.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .modal__container {
    width: 89.3333333333vw;
    padding: 0;
  }
}
.modal__btns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .modal__btns {
    flex-direction: column;
  }
}
.modal__btn {
  background-color: #fff;
}
.modal__btn a {
  width: 45.4545454545%;
}
@media screen and (max-width: 749px) {
  .modal__btn a {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .modal__btn:nth-child(2) {
    margin-top: 10.6666666667vw;
  }
}
.modal__overlay {
  width: 100%;
  height: 100%;
}
.modal__overlay:hover {
  cursor: pointer;
}
.modal__close {
  width: 66px;
  position: absolute;
  right: 40px;
  top: 40px;
}
.modal__close:hover {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .modal__close {
    width: 5.5vw;
    right: 3.3333333333vw;
    top: 3.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .modal__close {
    width: 11.7333333333vw;
    right: 5.3333333333vw;
    top: 5.3333333333vw;
  }
}

/* comp:end */
/* vision:start */
.vision__partition {
  padding-top: 400px;
}
@media screen and (max-width: 1400px) {
  .vision__partition {
    padding-top: 28.5714285714vw;
  }
}
@media screen and (max-width: 749px) {
  .vision__partition {
    padding-top: 57.3333333333vw;
  }
}
.vision__partition-img {
  top: -200px;
  height: 540px;
}
@media screen and (max-width: 1400px) {
  .vision__partition-img {
    top: -14.2857142857vw;
    height: 38.5714285714vw;
  }
}
@media screen and (max-width: 749px) {
  .vision__partition-img {
    top: 21.3333333333vw;
    height: 28vw;
  }
}
.vision__container {
  padding-bottom: 120px;
}
@media screen and (min-width: 750px) {
  .vision__container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1200px) {
  .vision__container {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 749px) {
  .vision__container {
    padding-bottom: 10.6666666667vw;
  }
}
.vision__title {
  width: 49%;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .vision__title {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 749px) {
  .vision__title {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.vision__message {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #06056c;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .vision__message {
    font-size: 2.5vw;
    margin-bottom: 2.9166666667vw;
  }
}
@media screen and (max-width: 749px) {
  .vision__message {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    margin-top: -2vw;
    margin-bottom: 4.6666666667vw;
  }
}
.vision__text {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .vision__text {
    line-height: 2.4444444444;
  }
}
@media screen and (max-width: 749px) {
  .vision__text {
    margin-top: -0.6666666667vw;
  }
}
.vision__imgs {
  display: flex;
  justify-content: center;
  width: 85.7142857143%;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .vision__imgs {
    width: auto;
    margin-top: 5.4166666667vw;
  }
}
@media screen and (max-width: 749px) {
  .vision__imgs {
    margin-top: 9.3333333333vw;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
.vision__img {
  width: 24%;
}
@media screen and (max-width: 749px) {
  .vision__img {
    width: 22.6666666667vw;
  }
}
.vision__img + .vision__img {
  margin-left: 15px;
}
@media screen and (max-width: 1200px) {
  .vision__img + .vision__img {
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 749px) {
  .vision__img + .vision__img {
    margin-left: 1.3333333333vw;
  }
}

/* vision:end */