.companyIndex {
  position: relative;
  margin-bottom: clamp(0px, 5.5555555556vw, 80px);
  --ptImage: url("/ja/company/images/index/pt.png");
  --ptMargin: 0 0 clamp(0px, 1.3888888889vw, 20px) 0;
}
@media (max-width: 767px) {
  .companyIndex {
    margin-bottom: 20.5128205128vw;
    --ptMargin: 0 0 2.5641025641vw 0;
  }
}
.companyIndex .cmn-crumb {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .companyIndex .cmn-crumb {
    margin-bottom: 10.2564102564vw;
  }
}
.companyIndex__news {
  margin: 0 auto;
  margin-bottom: clamp(0px, 5.5555555556vw, 80px);
}
@media (max-width: 767px) {
  .companyIndex__news {
    margin-bottom: 10.2564102564vw;
  }
}
.companyIndex__cards {
  margin: 0 auto;
  margin-bottom: clamp(0px, 5.5555555556vw, 80px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(0px, 1.3888888889vw, 20px) 1fr clamp(0px, 1.3888888889vw, 20px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 2.7777777778vw, 40px) clamp(0px, 1.3888888889vw, 20px);
}
@media (max-width: 767px) {
  .companyIndex__cards {
    margin-bottom: 10.2564102564vw;
    -ms-grid-columns: 1fr 5.1282051282vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.1282051282vw;
  }
}
.companyIndex__card {
  position: relative;
  --photoScale: scale(1.0);
  --nameColor: #222222;
}
@media (hover: hover) and (pointer: fine) {
  .companyIndex__card:hover {
    --photoScale: scale(1.05);
    --arrowAnime: arrowMove 0.3s forwards;
    --nameColor: #00a0e9;
  }
}
@media (max-width: 767px) {
  .companyIndex__card:nth-child(-n+3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    --photoRatio: 4 / 3;
  }
}
.companyIndex__card__photo {
  margin-bottom: clamp(0px, 1.3888888889vw, 20px);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .companyIndex__card__photo {
    margin-bottom: 2.5641025641vw;
    aspect-ratio: var(--photoRatio);
  }
}
.companyIndex__card__photo img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: var(--photoScale);
  transform: var(--photoScale);
}
.companyIndex__card__heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
}
.companyIndex__card__heading > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.companyIndex__card__heading > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.companyIndex__card__heading > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.companyIndex__card__heading > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.companyIndex__card__heading::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: clamp(0px, 2.0833333333vw, 30px);
  font-weight: 200;
  line-height: 1;
  color: #00a0e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -webkit-animation: var(--arrowAnime);
  animation: var(--arrowAnime);
}
@media (max-width: 767px) {
  .companyIndex__card__heading::after {
    font-size: 5.1282051282vw;
  }
}
.companyIndex__card__name {
  margin-bottom: clamp(0px, 0.6944444444vw, 10px);
  font-size: clamp(0px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (max-width: 767px) {
  .companyIndex__card__name {
    margin-bottom: 1.2820512821vw;
    font-size: 4.1025641026vw;
  }
}
.companyIndex__card__name a {
  color: var(--nameColor);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.companyIndex__card__en {
  color: #C8C8C8;
  font-family: "Montserrat", serif;
  font-size: clamp(0px, 0.9027777778vw, 13px);
  font-weight: 600;
  line-height: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 767px) {
  .companyIndex__card__en {
    font-size: 2.5641025641vw;
  }
}
.companyIndex__card__link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.companyIndex__95th {
  margin: 0 auto;
  width: clamp(0px, 34.7222222222vw, 500px);
  height: clamp(0px, 8.3333333333vw, 120px);
}
@media (max-width: 767px) {
  .companyIndex__95th {
    margin: 0;
    width: 55.1282051282vw;
    height: 16.6666666667vw;
  }
}
.companyIndex__95th a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #00a0e9;
  background-color: #fff;
  border: clamp(0px, 0.1388888889vw, 2px) solid #00a0e9;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .companyIndex__95th a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.companyIndex__95th a::after {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  font-size: clamp(0px, 1.8055555556vw, 26px);
  font-weight: 400;
  color: currentColor;
  position: absolute;
  right: clamp(0px, 1.3888888889vw, 20px);
}
@media (max-width: 767px) {
  .companyIndex__95th a::after {
    font-size: 6.6666666667vw;
    right: 2.5641025641vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .companyIndex__95th a:hover {
    background-color: #00a0e9;
    color: #fff;
  }
  .companyIndex__95th a:hover::after {
    -webkit-animation: alternate arrowMove 0.3s forwards;
    animation: alternate arrowMove 0.3s forwards;
  }
  .companyIndex__95th a:hover svg {
    fill: #fff;
  }
}
@media (max-width: 767px) {
  .companyIndex__95th a {
    border: 0.7692307692vw solid #00a0e9;
  }
}
.companyIndex__95th svg {
  width: clamp(0px, 16.8055555556vw, 242px);
  fill: #00a0e9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .companyIndex__95th svg {
    width: 38.4615384615vw;
    padding-left: 5.1282051282vw;
  }
}
.companyIndex__fujie {
  position: absolute;
  right: clamp(0px, 2.7777777778vw, 40px);
  bottom: -2.5%;
  width: clamp(0px, 20.8333333333vw, 300px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.companyIndex__fujie:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 767px) {
  .companyIndex__fujie:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .companyIndex__fujie {
    width: 35.8974358974vw;
    right: 1.2820512821vw;
    bottom: -1.7%;
  }
}

.companyIndex-heading3 {
  position: relative;
  color: #00a0e9;
  font-weight: 700;
  font-size: clamp(0px, 1.3888888889vw, 20px);
  padding-left: clamp(0px, 1.7361111111vw, 25px);
  line-height: 1;
}
@media (max-width: 767px) {
  .companyIndex-heading3 {
    font-size: 4.1025641026vw;
    padding-left: 3.8461538462vw;
    line-height: 1.5;
  }
}
.companyIndex-heading3:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: clamp(0px, 0.6944444444vw, 10px);
  height: 2px;
  background: #00a0e9;
  -webkit-transform: rotate3d(1, 1, 1, 1deg);
  transform: rotate3d(1, 1, 1, 1deg);
}
@media (max-width: 767px) {
  .companyIndex-heading3:before {
    width: 2.0512820513vw;
  }
}

.u-mt80 {
  margin-top: clamp(0px, 5.5555555556vw, 80px);
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 15.3846153846vw;
  }
}

.u-mt40 {
  margin-top: clamp(0px, 2.7777777778vw, 40px);
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 5.1282051282vw;
  }
}

.u-mt20 {
  margin-top: clamp(0px, 1.3888888889vw, 20px);
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 2.5641025641vw;
  }
}

button:focus {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.modal-open {
  cursor: pointer;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: clamp(0px, 5.5555555556vw, 80px) clamp(0px, 1.3888888889vw, 20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 101;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: clamp(0px, 75vw, 1080px);
}
@media (max-width: 767px) {
  .modal-body {
    max-width: 95%;
  }
}

.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: clamp(0px, 1.3888888889vw, 20px);
  right: clamp(0px, 1.3888888889vw, 20px);
  width: clamp(0px, 3.125vw, 45px);
  height: clamp(0px, 3.125vw, 45px);
  font-size: clamp(0px, 3.125vw, 45px);
  font-weight: 700;
  color: #00437c;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-close {
    top: 2.5641025641vw;
    right: 2.5641025641vw;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    font-size: 7.6923076923vw;
  }
}

.modal-content {
  background: #fff;
  text-align: left;
  padding: clamp(0px, 5.5555555556vw, 80px);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 10.2564102564vw;
  }
}

.modal-image {
  width: clamp(0px, 24.3055555556vw, 350px);
  margin-right: clamp(0px, 2.7777777778vw, 40px);
}
@media (max-width: 767px) {
  .modal-image {
    width: 100%;
    margin-right: 0;
  }
}

.modal-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .modal-group {
    display: block;
  }
}

.modal-text_group {
  width: clamp(0px, 34.7222222222vw, 500px);
}
@media (max-width: 767px) {
  .modal-text_group {
    width: 100%;
  }
}
/*# sourceMappingURL=companyIndex.css.map */