@charset "UTF-8";
/*
=====
ここからABOUT 私たちについてページ独自のcss
=====
*/
body {
  font-size: 20px;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.company {
  margin-bottom: 300px;
}
@media (max-width: 767px) {
  .company {
    margin-bottom: 90px;
  }
}
.company-data-list {
  line-height: 2;
  max-width: 960px;
  margin-inline: auto;
}
.company-data-list-item {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.company-data-list-item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .company-data-list-item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.company-data-title {
  width: 12em;
  flex-shrink: 0;
  font-size: 0.75em;
}
.company-data-desc {
  display: flex;
  gap: 20px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .company-data-desc {
    gap: 5px;
  }
}

.employment-agency-contents {
  margin-top: 120px;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .employment-agency-contents {
    margin-top: 48px;
  }
}
.employment-agency-contents .image-box {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .employment-agency-contents .image-box {
    margin-top: 30px;
    max-width: 390px;
    margin-inline: auto;
  }
}

.office {
  margin-bottom: 300px;
  margin-top: 320px;
}
@media (max-width: 767px) {
  .office {
    margin-bottom: 90px;
    margin-top: 50px;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  grid-auto-flow: row;
  grid-template-areas: "left-top-image left-top-image box-3 box-4" "left-top-image left-top-image box-7 box-8" "box-9 box-10 right-center-image right-center-image" "left-bottom-image left-bottom-image right-center-image right-center-image" "left-bottom-image left-bottom-image right-bottom-image right-bottom-image" "box-21 box-22 right-bottom-image right-bottom-image";
}
@media (max-width: 767px) {
  .grid-container {
    gap: 8px;
  }
}
.grid-container > div {
  padding-top: 100%;
  background: #000000;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .grid-container > div {
    border-radius: 4px;
  }
}
.grid-container > div[class^=box-] {
  background: #ea04fc;
  background: linear-gradient(90deg, #ea04fc 0%, #9236d6 49%, #79e1e5 100%);
  opacity: 0.4;
}
.grid-container .in-image {
  position: relative;
}
.grid-container .in-image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-top-image {
  grid-area: left-top-image;
}

.right-center-image {
  grid-area: right-center-image;
}

.left-bottom-image {
  grid-area: left-bottom-image;
}

.right-bottom-image {
  grid-area: right-bottom-image;
}

.box-3 {
  grid-area: box-3;
}

.box-4 {
  grid-area: box-4;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.box-7 {
  grid-area: box-7;
}

.box-8 {
  grid-area: box-8;
}

.box-9 {
  grid-area: box-9;
}

.box-10 {
  grid-area: box-10;
}

.box-21 {
  grid-area: box-21;
}

.box-22 {
  grid-area: box-22;
  display: none;
  opacity: 0;
  visibility: hidden;
}

#about-section {
  position: relative;
  margin-bottom: 300px;
}
@media (max-width: 767px) {
  #about-section {
    margin-bottom: 90px;
  }
}

.about {
  position: relative;
  z-index: 2;
}
.about-bg__main {
  font-size: clamp(268px, 16vw, 300px);
}
@media (max-width: 1679px) {
  .about-bg__main {
    font-size: clamp(124px, 16vw, 268px);
  }
}
@media (max-width: 767px) {
  .about-bg__main {
    font-size: clamp(60px, 16vw, 124px);
  }
}
.about-bg__sub {
  font-size: clamp(184px, 11vw, 200px);
}
@media (max-width: 1679px) {
  .about-bg__sub {
    font-size: clamp(84px, 11vw, 184px);
  }
}
@media (max-width: 767px) {
  .about-bg__sub {
    font-size: clamp(40px, 11vw, 84px);
  }
}
.about-grid {
  display: flex;
  justify-content: center;
  padding-block: 34vw 32vw;
}
@media (max-width: 767px) {
  .about-grid__title {
    text-align: center;
  }
}
.about-grid__title > span {
  display: inline-block;
}
.about-grid__title__large {
  font-size: 85px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about-grid__title__large {
    font-size: 40px;
  }
}
.about-grid__title__eng {
  font-size: 35px;
  color: #adadad;
}
@media (max-width: 767px) {
  .about-grid__title__eng {
    font-size: 13px;
  }
}

.access-data__info__address {
  font-size: 20px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .access-data__info__address {
    font-size: 14px;
  }
}

.company-biz-area {
  position: relative;
  margin-left: 13vw;
  padding-top: max(1305.6px - 100vw, 140px);
  padding-bottom: max(1536px - 100vw, 320px);
}
@media (max-width: 767px) {
  .company-biz-area {
    margin-left: 6vw;
    padding-top: max(67vw, 140px);
    padding-bottom: 0;
  }
}
.company-biz-area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  background: url(../img/office-2_trim_revision2.png) no-repeat right top;
  background-size: max(100% - 290px, 720px);
  z-index: -1;
}
@media (max-width: 767px) {
  .company-biz-area::after {
    background-size: 100%;
  }
}

.company-biz-box {
  max-width: 500px;
  position: relative;
}
@media (max-width: 767px) {
  .company-biz-box {
    margin-right: 2vw;
  }
}
.company-biz-box::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(173, 173, 173, 0.5) 0%, rgba(173, 173, 173, 0.5) 100px, rgba(173, 173, 173, 0) 100px, rgba(173, 173, 173, 0) 400px, rgba(173, 173, 173, 0.5) 400px, rgba(173, 173, 173, 0.5) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .company-biz-box::after {
    background: linear-gradient(90deg, rgba(173, 173, 173, 0.5) 0%, rgba(173, 173, 173, 0.5) 80px, rgba(173, 173, 173, 0) 80px, rgba(173, 173, 173, 0) calc(100% - 80px), rgba(173, 173, 173, 0.5) calc(100% - 80px), rgba(173, 173, 173, 0.5) 100%);
  }
}

.company-biz-big-title {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-0.5em);
}
@media (max-width: 767px) {
  .company-biz-big-title {
    font-size: 24px;
  }
}

.company-biz-list {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid rgba(173, 173, 173, 0.5);
  position: relative;
  padding: 62px 32px;
  background-image: url(../img/arrow-ltr-pwhite.png), url(../img/arrow-rtl-pwhite.png);
  background-repeat: no-repeat;
  background-position: -40px 24%, right 76%;
  background-size: 100px;
}
.company-biz-list::before, .company-biz-list::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(173, 173, 173, 0.5) 0%, rgba(173, 173, 173, 0.5) 18%, rgba(173, 173, 173, 0) 18%, rgba(173, 173, 173, 0) 36%, rgba(173, 173, 173, 0.5) 36%, rgba(173, 173, 173, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.company-biz-list::after {
  left: initial;
  right: 0;
  rotate: 180deg;
}