﻿body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.companyContent button {
  padding: 0;
  background-color: transparent;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
}
@media screen and (min-width: 1025px) {
  .companyContent {
    --fz: min(0.067vw, calc((16 / 16) / 16 * 1.6rem));
    --val: min(0.067vw, 1px);
  }
}

.companySection + .companySection {
  border-top: 1px solid #0066B5;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .companySection + .companySection {
    border: none;
  }
  .companySection + .companySection::before {
    content: "";
    width: calc((100vw - 1500px) / 2 + 1500px);
    height: 1px;
    background-color: #0066B5;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .companyInner {
    padding: 0 7.3% 0 4.4%;
  }
}

/* ============================
companyType
============================ */
.companyType {
  padding: 45px 0 80px;
}
@media screen and (min-width: 1025px) {
  .companyType {
    padding: 130px 0 200px;
  }
}
@media screen and (min-width: 1025px) {
  .companyType .ctHeading {
    letter-spacing: 0.16em;
  }
}
.companyType .ctContainer {
  margin-top: 48px;
  position: relative;
  container-type: inline-size;
}
@media screen and (min-width: 1025px) {
  .companyType .ctContainer {
    width: calc(var(--val) * 1192);
    margin-top: 70px;
  }
}
.companyType .ctLegend {
  width: fit-content;
  padding-left: 20px;
  font-size: clamp(1.1rem, 0.75rem + 0.92vw, 1.5rem);
  line-height: 2.3;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .companyType .ctLegend {
    padding-left: 0;
    padding-bottom: calc(var(--val) * 5);
    font-size: calc(var(--fz) * 14);
    line-height: 1.7;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.companyType .ctLegend .ctlText + .ctlText {
  margin-top: 4px;
}
@media screen and (min-width: 1025px) {
  .companyType .ctLegend .ctlText + .ctlText {
    margin-top: calc(var(--val) * 20);
  }
}
.companyType .ctLegend .ctlCats {
  display: inline-flex;
  gap: 4px;
}
@media screen and (min-width: 1025px) {
  .companyType .ctLegend .ctlCats {
    gap: calc(var(--val) * 4);
  }
}
.companyType .ctLegend .ctlCat {
  display: inline-block;
  transform: translateY(3px);
}
.companyType .ctLegend .ctlCat:not(.-afl)::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background-color: var(--catColor);
  mask-image: url(../img/company/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .companyType .ctLegend .ctlCat:not(.-afl)::before {
    width: calc(var(--val) * 12);
  }
}
.companyType .ctLegend .ctlCat.-afl::before {
  content: "";
  display: inline-block;
  width: 55px;
  aspect-ratio: 50/15;
  background-image: url(../img/company/affiliate-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .companyType .ctLegend .ctlCat.-afl::before {
    width: calc(var(--val) * 50);
  }
}
.companyType .ctScroll {
  padding: 0 20px 35px 0;
  margin-top: 48px;
  margin-left: 20px;
  overflow: auto;
}
@media screen and (min-width: 1025px) {
  .companyType .ctScroll {
    margin: 0;
    padding: 0;
  }
}
.companyType .ctMap {
  display: grid;
  width: 842px;
}
@media screen and (min-width: 1025px) {
  .companyType .ctMap {
    width: auto;
  }
}
.companyType .ctImg {
  grid-area: 1/1;
  padding-left: 65px;
}
@media screen and (min-width: 1025px) {
  .companyType .ctImg {
    padding-left: calc(var(--val) * 90);
  }
}
.companyType .ctImg img {
  width: 100%;
}
.companyType .ctPoint {
  display: grid;
  grid-area: 1/1;
}
.companyType .ctpList {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.companyType .ctpList .ctpItem {
  position: absolute;
}
.companyType .ctpList .ctpItem button {
  transition: opacity 0.4s;
}

.companyType .ctpList .ctpItem button:hover {
  opacity: 0.75;
}

.companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat01 {
  top: 63%;
  right: 30%;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat01 {
    top: 64.5%;
    right: 30.5%;
  }
}
.companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat02 {
  top: 3%;
  left: 20.5%;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat02 {
    top: 4.5%;
    left: 20.5%;
  }
}
.companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat03 {
  top: 32%;
  right: 9%;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat03 {
    top: 33.5%;
    right: 9.5%;
  }
}
.companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat04 {
  top: 40.5%;
  left: 17%;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat04 {
    top: 42%;
    left: 17%;
  }
}
.companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat05 {
  top: 38%;
  left: 39.5%;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat05 {
    top: 39.5%;
    left: 39.5%;
  }
}
.companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat06 {
  top: 54%;
  left: 29.5%;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat06 {
    top: 55.5%;
    left: 30%;
  }
}
.companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat07 {
  top: 68.5%;
  left: 4.5%;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpList .ctpItem:where(.ctpList.-osakagas *).-cat07 {
    top: 70%;
    left: 4.5%;
  }
}
.companyType .ctpList .ctpItem:where(.ctpList.-affiliate *).-item01 {
  top: 54%;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpList .ctpItem:where(.ctpList.-affiliate *).-item01 {
    top: 55.5%;
    left: 0;
  }
}
.companyType .ctpList .ctpItem:where(.ctpList.-affiliate *).-item02 {
  bottom: 9.5%;
  left: 31%;
}
.companyType .ctpList .ctpItem:where(.ctpList.-affiliate *).-item03 {
  top: 17%;
  right: 35.5%;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpList .ctpItem:where(.ctpList.-affiliate *).-item03 {
    top: 18.5%;
    right: 35.5%;
  }
}
.companyType .ctpList .ctpItem:where(.ctpList.-affiliate *).-item04 {
  top: 55%;
  right: 11%;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpList .ctpItem:where(.ctpList.-affiliate *).-item04 {
    top: 56.5%;
    right: 11%;
  }
}
.companyType .ctScrollNotion {
  display: flex;
  align-items: center;
  padding-left: 35px;
  margin-top: 15px;
}
@container (min-width: 860px) {
  .companyType .ctScrollNotion {
    display: none;
  }
}
.companyType .ctScrollNotion img {
  width: 36px;
  margin-right: 5px;
}
.companyType .ctScrollNotion p {
  font-size: clamp(1.3rem, 0.95rem + 0.92vw, 1.9rem);
  letter-spacing: 0;
}
.companyType .ctpModalOpen {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-width: 105px;
  border-radius: 100vh;
  box-shadow: 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.075em;
  text-align: center;
  position: relative;
  pointer-events: all;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpModalOpen {
    min-width: calc(var(--val) * 150);
    box-shadow: calc(var(--val) * 2) calc(var(--val) * 4) rgba(0, 0, 0, 0.3);
    font-size: calc(var(--fz) * 16);
  }
}
.companyType .ctpModalOpen:where(.ctpList.-osakagas *) {
  background-color: #fff;
  border: 1px solid var(--catColor);
  color: var(--catColor);
}
.companyType .ctpModalOpen:where(.ctpList.-osakagas *)::after {
  content: "";
  width: 16px;
  margin-right: 2px;
  aspect-ratio: 1/1;
  background-color: currentColor;
  mask-image: url(../img/company/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpModalOpen:where(.ctpList.-osakagas *)::after {
    width: calc(var(--val) * 24);
    margin-right: calc(var(--val) * 2);
  }
}
.companyType .ctpModalOpen:where(.ctpList.-affiliate *) {
  padding: calc(var(--val) * 2) calc(var(--val) * 5);
  background-color: #0066B5;
  border: 1px solid #fff;
  color: #fff;
}
.companyType .ctpModalOpen:where(.ctpList.-affiliate *)::after {
  content: "";
  width: 6px;
  aspect-ratio: 8/14;
  margin-top: 2px;
  margin-right: 6px;
  background-color: currentColor;
  mask-image: url(../img/company/affiliate-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpModalOpen:where(.ctpList.-affiliate *)::after {
    width: calc(var(--val) * 8);
    margin-top: calc(var(--val) * 2);
    margin-right: calc(var(--val) * 4);
  }
}
.companyType .ctpModalOpen > span {
  display: inline-block;
  padding: 0 12px;
}
@media screen and (min-width: 1025px) {
  .companyType .ctpModalOpen > span {
    padding: 0 calc(var(--val) * 15);
  }
}
.companyType .companyModal {
  display: none;
  width: 100vw;
  height: 100%;
  padding: min(2.5vh, 35px) 5.3%;
  letter-spacing: 0;
  position: fixed;
  inset: 0;
  top: 0;
  z-index: 300;
  pointer-events: all;
  animation: fade 0.3s;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal {
    padding: min(8vh, 70px) 20px min(11.3vh, 100px);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.companyType .companyModal.is-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: block;
}
.companyType .companyModal .cmInner {
  display: grid;
  grid-template-rows: 54px 1fr;
  width: 100%;
  max-width: 700px;
  min-height: min(595px, 100%);
  max-height: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-bottom-right-radius: 18px;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmInner {
    grid-template-rows: 78px 1fr;
    max-width: 960px;
    min-height: min(590px, 100%);
    border-bottom-right-radius: 36px;
  }
}
.companyType .companyModal .cmHeader {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
.companyType .companyModal .cmTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 6%;
  background-color: var(--catColor);
  border-bottom-right-radius: 10px;
  font-size: clamp(1.4rem, 1.05rem + 0.92vw, 2rem);
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmTitle {
    width: 690px;
    padding-left: 55px;
    border-bottom-right-radius: 20px;
    font-size: 2.4rem;
  }
}
.companyType .companyModal .cmTitle:where(.-affiliate *) {
  background-color: #0066B5;
}
.companyType .companyModal .cmClose {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmClose {
    flex-direction: row;
    gap: 15px;
    position: static;
    transform: translateY(0);
  }
}
.companyType .companyModal .cmClose .cmcText {
  font-size: clamp(0.8rem, 0.45rem + 0.92vw, 1.2rem);
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmClose .cmcText {
    font-size: 1.4rem;
    color: #0066B5;
  }
}
.companyType .companyModal .cmClose .cmcBtn {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmClose .cmcBtn {
    width: 50px;
    height: 50px;
    background-color: #82b4dc;
  }
}
.companyType .companyModal .cmClose .cmcBtn::before, .companyType .companyModal .cmClose .cmcBtn::after {
  grid-area: 1/1;
  content: "";
  width: 14px;
  height: 1.5px;
  background-color: #fff;
  border-radius: 100vh;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmClose .cmcBtn::before, .companyType .companyModal .cmClose .cmcBtn::after {
    width: 28px;
    height: 2px;
  }
}
.companyType .companyModal .cmClose .cmcBtn::before {
  rotate: 45deg;
}
.companyType .companyModal .cmClose .cmcBtn::after {
  rotate: -45deg;
}
.companyType .companyModal .cmContent {
  padding: 15px 6% 25px;
  overflow-y: auto;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmContent {
    padding: 50px 55px 60px;
  }
}
.companyType .companyModal .cmHeading {
  font-size: clamp(1.4rem, 1.05rem + 0.92vw, 2rem);
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmHeading {
    font-size: 2.4rem;
  }
}
.companyType .companyModal .cmBlock {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmBlock {
    flex-direction: row;
    gap: 30px;
    margin-top: 50px;
  }
}
.companyType .companyModal .cmbImg {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmbImg {
    width: auto;
    flex: 1;
    margin: 0;
  }
}
.companyType .companyModal .cmbImg img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmbCont {
    width: 65%;
  }
}
.companyType .companyModal .cmbLogo {
  width: 70%;
  padding: 10px 0 18px;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmbLogo {
    width: 304px;
    padding: 32px 0 38px;
    margin: 0;
  }
}
.companyType .companyModal .cmbText {
  font-size: clamp(1.2rem, 0.85rem + 0.92vw, 1.6rem);
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmbText {
    padding: 0;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.companyType .companyModal .cmbList {
  max-height: clamp(180px, 50px + 26.67vw, 250px);
  padding-top: 10px;
  margin-top: 20px;
  /*overflow-y: auto;*/
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmbList {
    max-height: 260px;
    padding-top: 0;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmbList.-three {
    max-height: 190px;
  }
}
.companyType .companyModal .cmbLinks {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 35px;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmbLinks {
    flex-direction: row;
    gap: 50px;
    margin-top: 40px;
  }
}
.companyType .companyModal .cmbLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.3rem, 0.95rem + 0.92vw, 1.9rem);
  line-height: 1.2;
  color: #0066B5;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .companyType .companyModal .cmbLink {
    font-size: 1.6rem;
  }
}
.companyType .companyModal .cmbLink::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-color: currentColor;
  mask-image: url(../../career/img/company/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
.companyType .companyModal .cmOverlay {
  width: 100vw;
  height: 100%;
  background-color: #808080;
  top: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: all;
  cursor: pointer;
}
.companyType .companyPeopleList {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .companyType .companyPeopleList {
    gap: 12px;
  }
}
.companyType .companyPeopleList .cplItem > a {
  display: grid;
  grid-template-columns: 24% 1fr;
  grid-template-areas: "img title" "img info";
  align-items: start;
  gap: 8px 5%;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .companyType .companyPeopleList .cplItem > a {
    grid-template-columns: 17.3% 1fr 1fr;
    grid-template-areas: none;
    align-items: center;
    gap: 30px;
  }
}
.companyType .companyPeopleList .cplImg {
  grid-area: img;
}
@media screen and (min-width: 1025px) {
  .companyType .companyPeopleList .cplImg {
    grid-area: auto;
  }
}
.companyType .companyPeopleList .cplImg img {
  aspect-ratio: 251/323;
  aspect-ratio: 93/120;
  width: 100%;
  background-color: var(--catColor, #0066B5);
  mask-image: url(../img/people/people_item_shape.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: opacity 0.5s;
}
.companyType .companyPeopleList .cplTitle {
  grid-area: title;
  font-size: clamp(1.2rem, 0.85rem + 0.92vw, 1.6rem);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .companyType .companyPeopleList .cplTitle {
    grid-area: auto;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .companyType .companyPeopleList .cplInfo {
    padding-bottom: 35px;
  }
}
.companyType .companyPeopleList .cplName {
  font-size: clamp(1.2rem, 0.85rem + 0.92vw, 1.6rem);
}
@media screen and (min-width: 1025px) {
  .companyType .companyPeopleList .cplName {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.companyType .companyPeopleList .cplDept {
  font-size: clamp(1.2rem, 0.85rem + 0.92vw, 1.6rem);
  line-height: 1.2;
  color: #0066B5;
}
@media screen and (min-width: 1025px) {
  .companyType .companyPeopleList .cplDept {
    margin-top: -5px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.companyType .companyPeopleList .cplYear {
  font-size: clamp(1.1rem, 0.75rem + 0.92vw, 1.5rem);
  color: #646464;
}
@media screen and (min-width: 1025px) {
  .companyType .companyPeopleList .cplYear {
    margin-top: -5px;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=career_company.css.map */