.company__image {
  position: relative;
  width: calc(50% + 525px);
  height: auto;
  aspect-ratio: 3/1;
  margin-right: auto;
  margin-bottom: 100px;
  background-image: url("../../images/company/fv.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-right-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .company__image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .company__image {
    aspect-ratio: 1/1.07;
    margin-bottom: 60px;
  }
}
.company__heading {
  width: 100%;
  max-width: 1090px;
  padding: 0 20px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .company__heading {
    margin-bottom: 40px;
  }
}
.company__heading img {
  width: 100%;
  max-width: 714px;
  -o-object-fit: contain;
     object-fit: contain;
}
.company__philosophy {
  width: 100%;
  max-width: 1090px;
  padding: 0 20px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  .company__philosophy {
    margin-bottom: 100px;
  }
}
.company__philosophy__list {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .company__philosophy__list {
    display: block;
  }
}
.company__philosophy__item {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 31.6%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company__philosophy__item {
    width: 74%;
    margin: 0 auto 50px;
  }
  .company__philosophy__item:last-child {
    margin-bottom: 0;
  }
}
.company__philosophy__title {
  font-size: 3.2rem;
  font-weight: 600;
  color: #042A8B;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 3px solid #042A8B;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .company__philosophy__title {
    font-size: 2.4rem;
    padding-bottom: 20px;
    border-bottom: 2px solid #042A8B;
    margin-bottom: 20px;
  }
}
.company__philosophy__text {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .company__philosophy__text {
    font-size: 1.6rem;
  }
}
.company__figure {
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .company__figure {
    margin-bottom: 100px;
  }
}
.company__figure__bg {
  position: relative;
  width: calc(50% + 575px);
  height: 665px;
  margin-right: auto;
  background-image: url("../../images/company/figure-img.jpg");
  background-repeat: no-repeat;
  background-position: 93% 30%;
  background-size: 111% auto;
  border-top-right-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .company__figure__bg {
    width: 100%;
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .company__figure__bg {
    height: 211px;
    border-top-right-radius: 32px;
  }
}
.company__figure__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 81, 247, 0.1);
}
.company__figure__container {
  width: 930px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .company__figure__container {
    width: 750px;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 768px) {
  .company__figure__container {
    width: 340px;
    transform: scale(1);
  }
}
.company__figure__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 450px;
  height: 450px;
  background: linear-gradient(270deg, #4FA0FF 0%, #013091 100%);
  border: 10px solid #fff;
  transform: rotate(45deg);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .company__figure__container::after {
    width: 144px;
    height: 144px;
    border: 4px solid #fff;
  }
}
.company__figure__heading {
font-family: "arno-pro", serif;
  font-size: 6.7rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company__figure__heading {
    font-size: 2.1rem;
    margin-bottom: 7px;
  }
}
.company__figure__lead {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company__figure__lead {
    font-size: 0.7rem;
  }
}
.company__figure__item {
  position: absolute;
  margin: auto;
  width: 282px;
  height: 282px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 25px 1px rgba(4, 42, 139, 0.2);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .company__figure__item {
    width: 90px;
    height: 90px;
  }
}
.company__figure__item span {
  font-family: "Kiwi Maru", serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #042A8B;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company__figure__item span {
    font-size: 1.2rem;
  }
}
.company__figure__item img {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .company__figure__item img {
    width: 16px;
    height: 16px;
    margin: 4px 0;
  }
}
.company__figure__item p {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company__figure__item p {
    font-size: 0.7rem;
  }
}
.company__figure__item:first-of-type {
  top: -90px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .company__figure__item:first-of-type {
    top: -190px;
  }
}
@media screen and (max-width: 768px) {
  .company__figure__item:first-of-type {
    top: -34px;
  }
}
.company__figure__item:nth-of-type(2) {
  top: 65px;
  left: -50px;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .company__figure__item:nth-of-type(2) {
    left: -120px;
  }
}
@media screen and (max-width: 768px) {
  .company__figure__item:nth-of-type(2) {
    top: 10px;
    left: 4px;
  }
}
.company__figure__item:nth-of-type(3) {
  left: 0;
  right: 0;
  bottom: -90px;
}
@media screen and (max-width: 1200px) {
  .company__figure__item:nth-of-type(3) {
    bottom: -190px;
  }
}
@media screen and (max-width: 768px) {
  .company__figure__item:nth-of-type(3) {
    bottom: -34px;
  }
}
.company__figure__item:last-of-type {
  top: 65px;
  right: -50px;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .company__figure__item:last-of-type {
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  .company__figure__item:last-of-type {
    top: 10px;
    right: 4px;
  }
}

@media screen and (max-width: 768px) {
  .co-prof__heading {
    margin-bottom: 25px;
  }
}
.co-prof__item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .co-prof__item {
    display: block;
  }
}
.co-prof__item span {
  display: block;
  width: 33%;
  margin-right: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .co-prof__item span {
    width: 100%;
    margin-bottom: 6px;
  }
}
.co-prof__item div {
  width: 100%;
}
.co-prof__item .--flex {
  display: flex;
}
.co-prof__item .--flex div {
  width: 46%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .co-prof__item .--flex {
    display: block;
  }
  .co-prof__item .--flex div {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .access__inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .access__heading {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2.2/1;
}
@media screen and (max-width: 768px) {
  .access__map iframe {
    aspect-ratio: 1/1.3;
  }
}

.history__inner {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .history__inner {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .history__heading {
    margin-bottom: 25px;
  }
}
.history__item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .history__item {
    display: block;
  }
}
.history__item span {
  display: block;
  width: 33%;
  margin-right: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .history__item span {
    width: 100%;
    margin-bottom: 6px;
  }
}
.history__item div {
  width: 100%;
}/*# sourceMappingURL=company.css.map */