@charset "UTF-8";
@media screen and (min-width: 751px) {
  .company-section {
    padding: 40px 0 150px;
  }
}
@media screen and (max-width: 750px) {
  .company-section {
    padding: 50px 0 80px;
  }
}

.company-section__inner {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.company-section__heading {
  position: relative;
  font-size: 30px;
  line-height: 1.46;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .company-section__heading {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .company-section__heading:nth-child(n+2) {
    margin-top: 50px;
  }
}
.company-section__heading:before, .company-section__heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.company-section__heading:before {
  background-color: #D8D8D8;
  width: 100%;
}
.company-section__heading:after {
  width: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#1F2E55), color-stop(50%, #1F2E55), color-stop(50%, #788198), to(#788198));
  background: linear-gradient(90deg, #1F2E55 0%, #1F2E55 50%, #788198 50%, #788198 100%);
}

.company-section__head {
  position: relative;
  font-size: 25px;
  line-height: 1.818;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding-left: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .company-section__head {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
.company-section__head:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #1F2E55;
}
@media screen and (max-width: 750px) {
  .company-section__head:before {
    top: 18px;
    width: 20px;
  }
}

.company-section__read {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .company-section__read {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1080px) {
  .company-section__wrap {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 1079px) and (min-width: 751px) {
  .company-section__wrap {
    width: calc(100% - 320px);
  }
}

.company-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .company-section__box {
    margin-bottom: 20px;
    display: block;
  }
}

.company-section__imgBox {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1079px) and (min-width: 751px) {
  .company-section__imgBox {
    max-width: 320px;
  }
}

.company-section__imgWrap {
  max-width: 258px;
}
@media screen and (max-width: 750px) {
  .company-section__imgWrap {
    max-width: 165px;
    margin: 30px auto 0;
  }
}

.company-section__profession {
  line-height: 1.56;
  margin-top: 20px;
}

.company-section__name {
  margin-top: 10px;
  font-size: 22px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .company-section__name {
    font-size: 18px;
  }
}

.company-section__roma {
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.company-section__buttonBox {
  max-width: 840px;
}
@media screen and (min-width: 751px) {
  .company-section__buttonBox {
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .company-section__buttonBox {
    margin: 20px auto 0;
    display: block;
  }
}

.company-section__buttonWrap {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .company-section__buttonWrap {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 751px) {
  .company-section__buttonWrap:nth-child(n+2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 750px) {
  .company-section__buttonWrap:nth-child(n+2) {
    margin-top: 30px;
  }
}

.company-section__button {
  display: block;
  height: 60px;
  font-size: 18px;
  text-align: center;
  place-items: center;
  place-content: center;
  line-height: 1.5;
  border: 1px solid #1F2E55;
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  cursor: pointer;
}

.modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -38px;
  right: 0;
  cursor: pointer;
}
.modal-close:before {
  content: "";
  background-color: #fff;
  -webkit-mask: url("../img/common/icon_cross.svg") no-repeat center/contain;
          mask: url("../img/common/icon_cross.svg") no-repeat center/contain;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(100% - 40px, 900px);
  height: calc(100% - 240px);
}
@media screen and (max-width: 750px) {
  .modal-container {
    top: 80%;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    height: calc(100% - 120px);
  }
}

.modal-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  text-align: left;
  padding: 50px 30px;
}
@media screen and (max-width: 750px) {
  .modal-content {
    padding: 30px 12px 30px 20px;
  }
}
.modal-content::-webkit-scrollbar {
  width: 8px;
}
.modal-content::-webkit-scrollbar-thumb {
  background-color: #ACACAC;
  border-radius: 8px;
}

.modal-content__wrap:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .modal-content__wrap:nth-child(n+2) {
    margin-top: 50px;
  }
}
.modal-content__wrap.--border {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 40px 0;
}
@media screen and (min-width: 751px) {
  .modal-content__wrap.--border .company-section__text {
    width: calc(100% - 300px);
  }
}
.modal-content__wrap.--pb0 {
  padding-bottom: 0;
}

.modal-content__head {
  position: relative;
  font-size: 18px;
  line-height: 1.818;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding-left: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .modal-content__head {
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 10px;
  }
}
.modal-content__head:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #1F2E55;
}
@media screen and (max-width: 750px) {
  .modal-content__head:before {
    width: 20px;
  }
}

.modal-content__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .modal-content__profile {
    margin-top: 20px;
  }
}
.modal-content__profile:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, right top, from(#ECEAE2), color-stop(48%, #fff), color-stop(54%, transparent));
  background-image: linear-gradient(90deg, #ECEAE2, #fff 48%, transparent 54% 100%);
}
@media screen and (min-width: 1080px) {
  .modal-content__profile {
    height: 260px;
  }
}
@media screen and (max-width: 1079px) {
  .modal-content__profile {
    overflow: hidden;
    height: 180px;
  }
}

.modal-content__box {
  position: absolute;
  top: 0;
  left: 90px;
  bottom: 0;
  margin: auto 0;
  display: inline-table;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal-content__box {
    left: 10px;
  }
}

.modal-content__profession {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .modal-content__profession {
    font-size: 15px;
  }
}

.modal-content__name {
  margin-top: 12px;
  color: #1F2E55;
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .modal-content__name {
    font-size: 19px;
  }
}

.modal-content__roma {
  font-size: 12px;
  color: #333;
  display: block;
}
@media screen and (max-width: 750px) {
  .modal-content__roma {
    font-size: 10px;
  }
}

.modal-content__image {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  width: 100%;
}

.company-section__line {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E7E8EC));
  background: linear-gradient(transparent 60%, #E7E8EC 60%);
}

.company-section__line2 {
  border-bottom: 1px solid #333;
}
.company-section__line2.--ns5 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.modal-content__arrow {
  position: relative;
  width: 600px;
  height: 48px;
  background: #fff;
  padding: 12px;
  text-align: center;
  border: 1px solid #1F2E55;
  color: #1F2E55;
  border-radius: 10px;
  line-height: 1.4;
  margin: 30px auto 35px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .modal-content__arrow {
    width: 100%;
    height: 70px;
    margin: 20px auto 40px;
  }
}
.modal-content__arrow:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  background: url("../img/company/icon_arrow.svg") no-repeat center/contain;
  width: 42px;
  height: 18px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .modal-content__arrow:after {
    top: 99%;
    left: 45%;
  }
}

.modal-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #D8D8D8;
  padding: 15px 10px 15px 40px;
  line-height: 1.56;
}
.modal-content__item:last-child {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 750px) {
  .modal-content__item {
    display: block;
    padding: 20px 0 14px;
  }
}

.modal-content__date {
  position: relative;
  display: block;
  margin-right: 28px;
  width: 160px;
}
@media screen and (max-width: 750px) {
  .modal-content__date {
    margin-left: 30px;
    margin-bottom: 10px;
  }
}
.modal-content__date:before {
  content: "";
  background-color: #1F2E55;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto 0;
}

.modal-content__place {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.modal-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .modal-content__flex {
    display: block;
  }
}

.modal-content__img02 {
  max-width: 260px;
}
@media screen and (min-width: 751px) {
  .modal-content__img02 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 750px) {
  .modal-content__img02 {
    margin: 20px auto 0;
  }
}

.modal-content__dList {
  border: 1px solid #D8D8D8;
  text-align: center;
  display: block;
  width: 33.3333333333%;
}
@media screen and (max-width: 750px) {
  .modal-content__dList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.modal-content__team {
  background-color: #E7E8EC;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding: 7px;
  place-items: center;
  place-content: center;
}
@media screen and (max-width: 750px) {
  .modal-content__team {
    width: 140px;
  }
}

.modal-content__definition {
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
  padding: 15px 0;
  place-items: center;
  place-content: center;
}
@media screen and (max-width: 750px) {
  .modal-content__definition {
    width: calc(100% - 140px);
  }
}
.modal-content__definition small {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.modal-content__kome {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (min-width: 1080px) {
  .p-company-vision {
    width: min(100% - 40px, 1250px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
  }
  .p-company-vision.--ml {
    margin-left: auto;
  }
  .p-company-vision.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media screen and (max-width: 1079px) {
  .p-company-vision {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1080px) {
  .p-company-vision__wrap {
    width: calc(100% - 600px);
  }
}

@media screen and (min-width: 751px) {
  .p-company-vision__imgWrap {
    max-width: 550px;
  }
}
@media screen and (max-width: 1079px) {
  .p-company-vision__imgWrap {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 751px) {
  .p-company-point {
    margin-top: 80px;
    max-width: 1140px;
  }
}
@media screen and (max-width: 750px) {
  .p-company-point {
    margin-top: 50px;
  }
}

@media screen and (min-width: 751px) {
  .p-company-point__list {
    display: -ms-grid;
    display: grid;
    gap: 0 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .p-company-point__list {
    display: block;
  }
}

.p-company-point__item {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-company-point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-company-point__item:nth-child(n+2) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .p-company-point__wrap {
    display: block;
  }
}

.p-company-point__num {
  position: relative;
  color: #1F2E55;
  font-size: 80px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .p-company-point__num {
    font-size: 55px;
    line-height: 1.8;
  }
}
.p-company-point__num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5px;
  height: 26px;
  background-color: #1F2E55;
  display: block;
}

.p-company-point__head {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-company-point__head {
    place-items: center;
    place-content: center;
    height: 66px;
    font-size: 25px;
    line-height: 1.2;
    margin: 20px auto 35px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 751px) {
  .p-company-point__head {
    font-size: 21px;
  }
}
@media screen and (max-width: 750px) {
  .p-company-point__head {
    font-size: 18px;
  }
}
.p-company-point__head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  display: block;
  width: 230px;
  height: 230px;
  background: radial-gradient(circle, #FFFFD8 0%, #fff 100%);
}
@media screen and (max-width: 750px) {
  .p-company-point__head:before {
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 750px) {
  .p-company-point__text {
    width: calc(100% - 150px);
    margin-left: 20px;
  }
}

.p-company-overview {
  margin: 100px auto 0;
}
@media screen and (max-width: 750px) {
  .p-company-overview {
    margin: 50px auto 0;
  }
}

.p-company-overview__list {
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-company-overview__list {
    width: 100%;
  }
}

.p-company-overview__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #D8D8D8;
}

.p-company-overview__team {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .p-company-overview__team {
    padding: 13px 0;
    padding-left: 20px;
    width: calc(100% - 20px);
    max-width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .p-company-overview__team {
    padding: 10px 0;
    width: 100%;
    max-width: 110px;
  }
}

@media screen and (min-width: 751px) {
  .p-company-overview__definition {
    padding: 13px 0;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 750px) {
  .p-company-overview__definition {
    padding: 10px 0;
    width: calc(100% - 110px);
  }
}

.p-company-overview__buttonWrap {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .p-company-overview__buttonWrap {
    display: inline-block;
    margin-left: 30px;
    max-width: 170px;
  }
}
@media screen and (max-width: 750px) {
  .p-company-overview__buttonWrap {
    margin: 10px auto 0;
    max-width: 270px;
  }
}

.p-company-overview__button {
  display: block;
  line-height: 1.5;
  border: 1px solid #1F2E55;
  height: 30px;
}
@media screen and (min-width: 751px) {
  .p-company-overview__button {
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-company-overview__button {
    font-size: 16px;
    line-height: 1.66;
    text-align: center;
  }
}

.p-company-overview__item {
  position: relative;
}
.p-company-overview__item:before {
  content: "・";
}

.p-company-history {
  margin: 50px auto 0;
  padding: 50px 0 70px;
  background-color: #F9F8F5;
}
@media screen and (max-width: 750px) {
  .p-company-history {
    padding-bottom: 50px;
  }
}

.p-company-history__buttonWrap {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 50px auto 0;
}
@media screen and (max-width: 750px) {
  .p-company-history__buttonWrap {
    margin: 20px auto 0;
  }
}

.p-company-history__box {
  border-radius: 10px;
  margin: 70px auto 0;
  background-color: #fff;
  padding: 60px 50px 84px;
}
@media screen and (max-width: 750px) {
  .p-company-history__box {
    margin: 50px auto 0;
    padding: 20px 20px 30px;
  }
}

.p-company-history__dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-company-history__dl:nth-child(n+2) {
  margin-top: 10px;
}
.p-company-history__dl:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 140px;
  width: 2px;
  height: 109%;
  background-color: #1F2E55;
  display: block;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .p-company-history__dl:before {
    height: 105%;
    top: 21px;
    left: 96px;
  }
}
.p-company-history__dl:last-child:before {
  display: none;
}
.p-company-history__dl:last-child:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 140px;
  width: 2px;
  height: 100%;
  z-index: 0;
  background-image: linear-gradient(to bottom, #1F2E55 3px, transparent 3px);
  background-size: 3px 6px;
  background-repeat: repeat-y;
  background-position: left bottom;
}
@media screen and (max-width: 750px) {
  .p-company-history__dl:last-child:after {
    top: 20%;
    left: 96px;
    height: 80%;
  }
}

.p-company-history__dt {
  margin-right: 70px;
}
@media screen and (max-width: 750px) {
  .p-company-history__dt {
    margin-right: 50px;
  }
}

@media screen and (min-width: 751px) {
  .p-company-history__dd {
    margin-top: 10px;
  }
}

.p-company-history__year {
  width: 105px;
  display: inline-block;
  color: #A4AABA;
  font-size: 50px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-company-history__year {
    width: 75px;
    font-size: 35px;
  }
}

.p-company-history__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .p-company-history__wrap {
    display: block;
  }
  .p-company-history__wrap:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-company-history__wrap:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 30%;
  left: -41px;
  width: 14px;
  height: 14px;
  border: 3px solid #1F2E55;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 750px) {
  .p-company-history__wrap:before {
    top: 12%;
    left: -35px;
  }
}

.p-company-section__month {
  color: #1F2E55;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-right: 30px;
  min-width: 45px;
}
.p-company-section__text {
  width: calc(100% - 45px);
}
@media screen and (max-width: 750px) {
  .p-company-section__text {
    width: 100%;
  }
}

.p-company-books {
  margin: 100px auto 0;
}
@media screen and (max-width: 750px) {
  .p-company-books {
    margin: 50px auto 0;
  }
}

.p-company-books__list:nth-last-child(n+2) {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p-company-books__list:nth-last-child(n+2) {
    margin-bottom: 50px;
  }
}

.p-company-books__item {
  padding: 15px 0;
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 1079px) {
  .p-company-books__item {
    padding: 20px 0;
  }
}
.p-company-books__item:last-child {
  border-bottom: 1px solid #D8D8D8;
}

.p-company-books__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
      grid-template-areas: "image title" "image text";
}

.p-company-books__imgWrap {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
  position: relative;
  margin-right: 40px;
  width: 107px;
}
@media screen and (max-width: 1079px) {
  .p-company-books__imgWrap {
    margin-right: 20px;
  }
}

.p-company-books__img {
  width: 100%;
}
.p-company-books__head {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title;
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  color: #1F2E55;
  display: inline-block;
}
@media screen and (max-width: 1079px) {
  .p-company-books__head {
    font-size: 15px;
    line-height: 1.66;
    margin-bottom: 20px;
  }
}
.p-company-books__head > small {
  font-size: 12px;
}
.p-company-books__head > a {
  position: relative;
}
@media screen and (max-width: 1079px) {
  .p-company-books__head > a {
    display: block;
  }
}
.p-company-books__head > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #1F2E55;
}
@media screen and (max-width: 1079px) {
  .p-company-books__head > a:before {
    bottom: -10px;
  }
}
.p-company-books__head > a:after {
  content: "";
  background: url("../img/common/icon_tab.svg") no-repeat center/contain;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.p-company-books__text {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: text;
  width: 100%;
  margin-top: 10px;
}