@charset "UTF-8";
.vision__container, .comp__container, .comp__container-overview, .comp__container-organization, .lead__container, .kv__container, .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, .lead__container, .kv__container, .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, .kv__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2560px;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .vision__partition-img, .kv__img {
    width: 182.8571428571%;
  }
}
@media screen and (max-width: 749px) {
  .vision__partition-img, .kv__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:start */
.kv {
  position: relative;
}
@media screen and (max-width: 749px) {
  .kv__container {
    max-width: 100%;
  }
}
.kv__title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .kv__title {
    width: 85.7142857143vw;
  }
}
@media screen and (max-width: 749px) {
  .kv__title {
    width: 100%;
  }
}
/* kv:end */
/* lead:start */
.lead__container {
  padding-top: 125px;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .lead__container {
    padding-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 749px) {
  .lead__container {
    padding-top: 16vw;
    padding-bottom: 0;
  }
}
.lead__text {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  text-align: center;
  margin-bottom: -5px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1200px) {
  .lead__text {
    font-size: 1.5vw;
    margin-bottom: -0.4166666667vw;
  }
}
@media screen and (max-width: 749px) {
  .lead__text {
    font-size: 4.5333333333vw;
    line-height: 1.5882352941;
    margin-bottom: -0.6666666667vw;
  }
}

/* lead:end */
.menu__img-05, .menu__img-04, .menu__img-03, .menu__img-02, .menu__img-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .menu__img-05, .menu__img-04, .menu__img-03, .menu__img-02, .menu__img-01 {
    height: 16.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .menu__img-05, .menu__img-04, .menu__img-03, .menu__img-02, .menu__img-01 {
    height: 49.3333333333vw;
  }
}

/* menu:start */
.menu__items {
  display: flex;
  flex-wrap: wrap;
  width: 1170px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .menu__items {
    width: 97.5vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .menu__items {
    margin-top: 20vw;
    width: 100%;
  }
}
.menu__item {
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333333333%;
}
@media screen and (max-width: 1200px) {
  .menu__item {
    padding-top: 5vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
}
@media screen and (max-width: 749px) {
  .menu__item {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .menu__item + .menu__item {
    margin-top: 8vw;
  }
}
.menu__link {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .menu__link {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .menu__link {
    border-radius: 2.6666666667vw;
  }
}
.menu__img-01 {
  background-image: url(/assets/img/work/lead_menu-01_pc.png);
}
@media screen and (max-width: 749px) {
  .menu__img-01 {
    background-image: url(/assets/img/work/lead_menu-01_sp.png);
  }
}
.menu__img-02 {
  background-image: url(/assets/img/work/lead_menu-02_pc.png);
}
@media screen and (max-width: 749px) {
  .menu__img-02 {
    background-image: url(/assets/img/work/lead_menu-02_sp.png);
  }
}
.menu__img-03 {
  background-image: url(/assets/img/work/lead_menu-03_pc.png);
}
@media screen and (max-width: 749px) {
  .menu__img-03 {
    background-image: url(/assets/img/work/lead_menu-03_sp.png);
  }
}
.menu__img-04 {
  background-image: url(/assets/img/work/lead_menu-04_pc.png);
}
@media screen and (max-width: 749px) {
  .menu__img-04 {
    background-image: url(/assets/img/work/lead_menu-04_sp.png);
  }
}
.menu__img-05 {
  background-image: url(/assets/img/work/lead_menu-05_pc.png);
}
@media screen and (max-width: 749px) {
  .menu__img-05 {
    background-image: url(/assets/img/work/lead_menu-05_sp.png);
  }
}
.menu__title {
  font-size: 2rem;
  margin-top: -7px;
}
@media screen and (max-width: 1200px) {
  .menu__title {
    font-size: 1.6666666667vw;
    margin-top: -0.5833333333vw;
  }
}
@media screen and (max-width: 749px) {
  .menu__title {
    font-size: 4.8vw;
    letter-spacing: -0.04em;
    margin-top: -1.4666666667vw;
  }
}
.menu__inner {
  position: relative;
  height: 133px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .menu__inner {
    height: 11.0833333333vw;
    padding-top: 1.6666666667vw;
    padding-bottom: 3.3333333333vw;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .menu__inner {
    height: auto;
    padding-top: 5.3333333333vw;
    padding-bottom: 14.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.menu__text {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  margin-top: -8px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1200px) {
  .menu__text {
    font-size: 1.25vw;
    margin-top: -0.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .menu__text {
    font-size: 4.2666666667vw;
    line-height: 1.46875;
    margin-top: -1.2vw;
  }
}
.menu__more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 96px;
}
@media screen and (max-width: 1200px) {
  .menu__more {
    right: 1.6666666667vw;
    bottom: 1.6666666667vw;
    width: 8vw;
  }
}
@media screen and (max-width: 749px) {
  .menu__more {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    width: 25.7333333333vw;
  }
}

/* menu:end */
/* comp:start */
.comp__container, .comp__container-organization, .comp__container-overview {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .comp__container, .comp__container-organization, .comp__container-overview {
    padding-top: 8.3333333333vw;
    padding-bottom: 16.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__container, .comp__container-organization, .comp__container-overview {
    padding-top: 19.3333333333vw;
    padding-bottom: 53.3333333333vw;
  }
}
@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-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-office .comp__table-head {
  width: auto;
}
.comp__table-office .comp__table-data {
  width: auto;
}
.comp__table-office .comp__table-data:not(:last-child) {
  padding-left: 50px;
}
@media screen and (max-width: 749px) {
  .comp__table-office .comp__table-data:not(:last-child) {
    padding-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__table-office .comp__table-data:nth-child(3) {
    line-height: 1.5;
  }
}
.comp__title {
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .comp__title {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 749px) {
  .comp__title {
    margin-bottom: 25.3333333333vw;
  }
}
.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;
  }
}

/* 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 */