/*-----------------------------------------------
TOP
------------------------------------------------*/
/* bg_line
======================================= */
.bg_line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #E0E0E0;
}
.bg_line--01 {
  left: 10.41667%;
}
.bg_line--02 {
  left: 30.2%;
}
@media (max-width: 768px) {
  .bg_line--02 {
    display: none;
  }
}
.bg_line--03 {
  left: 50%;
}
.bg_line--04 {
  right: 30.2%;
}
@media (max-width: 768px) {
  .bg_line--04 {
    display: none;
  }
}
.bg_line--05 {
  right: 10.41667%;
}

/* fv
======================================= */
.fv__inner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #003B46;
}
.fv__contents {
  position: absolute;
  top: 65%;
  left: 10.41667%;
  z-index: 2;
}
@media (max-width: 980px) {
  .fv__contents {
    position: relative;
    left: 0;
    padding-left: 12.308%;
    -webkit-transform: translateY(-39%);
            transform: translateY(-39%);
  }
}
.fv__title {
  color: #fff;
  font-size: 2.4em;
  font-weight: bold;
}
@media (max-width: 980px) {
  .fv__title {
    font-size: 2em;
  }
}
.fv__title-main {
  display: block;
  margin-bottom: 0.9rem;
  overflow: hidden;
  line-height: 1.3;
}
.fv__title-main.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .fv__title-main.pc_tb {
    display: none;
  }
  .fv__title-main.sp_only {
    display: block;
  }
}
.fv__title-main span {
  display: inline-block;
  padding: 0 0.15em;
  background-color: #222222;
}
.fv__text {
  font-family: "Acumin Pro";
  color: #fff;
  font-style: italic;
}
.fv__img {
  position: relative;
}
.fv__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.fv__img-item {
  position: relative;
}
.fv__img-item::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.fv__img-item img, .fv__img-item video, .fv__img-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv__img-item::before {
  padding-top: 50%;
}
@media (max-width: 980px) {
  .fv__img-item::before {
    padding-top: 62.5%;
  }
}

/* mission
======================================= */
.mission {
  background-color: #222222;
  color: #fff;
}
.mission__inner {
  z-index: 0;
  padding-top: 3.4em;
  padding-bottom: 5.9em;
}
.mission__container {
  max-width: 700px;
  margin: auto;
}
.mission__title {
  color: #fff;
}
.mission__title-num::after {
  background-color: #fff;
}
.mission__catch {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1.7em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .mission__catch {
    font-size: 1.8em;
  }
}
.mission__bg_text {
  position: absolute;
  top: 63%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 116%;
}

/* business
======================================= */
.business__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.3em;
  padding-right: 4.1667%;
}
@media (max-width: 980px) {
  .business__inner {
    padding-right: 7.4359%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business__left {
  width: 39.1%;
  margin-top: -1.2em;
  min-width: 390px;
}
@media (max-width: 980px) {
  .business__left {
    width: 100%;
    margin-bottom: 2rem;
    min-width: inherit;
  }
}
.business__title {
  margin-bottom: 2.5em;
}
.business__item:nth-child(n+2) {
  margin-top: 3em;
}
.business__item-title {
  font-size: 1.6em;
  text-decoration: underline;
  margin-bottom: 0.9em;
}
@media (max-width: 980px) {
  .business__item-text {
    width: 86.5%;
  }
}
.business__right {
  width: 43.9025%;
  position: relative;
  z-index: 0;
}
@media (max-width: 980px) {
  .business__right {
    width: 100%;
    padding-left: 7.69vw;
  }
}
.business__right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200%;
  height: 85%;
  background-color: #003B46;
  border-radius: 16px 0 0 16px;
}
@media (max-width: 980px) {
  .business__right::after {
    left: 0;
  }
}
.business__img {
  border-radius: 16px;
  overflow: hidden;
}

/* client
======================================= */
.client {
  background-color: #EFEFEF;
  position: relative;
}
.client__inner {
  padding-top: 2.5em;
  padding-bottom: 3.8em;
  text-align: center;
}
.client__container:nth-child(n+2) {
  margin-top: 4em;
}
.client__title {
  margin-bottom: 1.1em;
}
.client__lead {
  margin-bottom: 2.8em;
}
@media (max-width: 768px) {
  .client__lead {
    text-align: left;
  }
}
.client__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.4em 4em;
}
@media (max-width: 980px) {
  .client__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .client__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}

/* company
======================================= */
.company__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5.7em;
  padding-left: 0;
  padding-right: 8.3333%;
  padding-bottom: 5.8em;
}
@media (max-width: 980px) {
  .company__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 12.308%;
    padding-right: 12.308%;
  }
}
.company__left {
  width: 52%;
}
.company__img {
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}
@media (max-width: 980px) {
  .company__img {
    margin-left: calc(50% - 50vw);
    margin-right: 7%;
    margin-bottom: 3.75em;
    position: relative;
  }
  .company__img::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .company__img img, .company__img video, .company__img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .company__img::before {
    padding-top: 100%;
  }
}
.company__right {
  width: 38.636%;
  min-width: 380px;
  padding-top: 2.5em;
}
@media (max-width: 980px) {
  .company__right {
    min-width: inherit;
    width: 100%;
  }
}
.company__list {
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2.6em 2.4em 3.1em;
  background-color: #fff;
}
.company__item {
  padding-bottom: 1em;
  border-bottom: 1px solid #CACACA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.55em;
}
.company__item:last-child {
  margin-bottom: 0;
}
.company__item-title {
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 20%;
}
.company__item-text {
  width: 76%;
}

/* organization
======================================= */
.organization {
  background-color: #003B46;
  position: relative;
}
.organization__inner {
  text-align: center;
  padding-top: 2.3em;
  padding-bottom: 4.6em;
}
.organization__title {
  color: #fff;
  margin-bottom: 2.4em;
}
.organization__img {
  max-width: 1120px;
  margin: auto;
  -webkit-transform: translateX(3.3%);
          transform: translateX(3.3%);
}

/* earnings 
======================================= */
.earnings__inner {
  text-align: center;
  padding-top: 3em;
}
.earnings__container {
  max-width: 1140px;
  margin: auto;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  padding: 4em 3.7728%;
}

/* access
======================================= */
.access__inner {
  text-align: center;
  padding-top: 3em;
}
.access__map {
  margin: 0 calc(50% - 50vw);
  height: 24em;
  margin-bottom: 1.6em;
}
@media (max-width: 768px) {
  .access__map {
    height: 11.667em;
  }
}
.access__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access__text {
  font-weight: bold;
}
@media (max-width: 768px) {
  .access__text {
    margin-bottom: 2em;
  }
}
.access__btn {
  width: 16em;
}

/* recruit 
======================================= */
.recruit__inner {
  padding-top: 7em;
  padding-bottom: 8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4.1667%;
}
@media (max-width: 980px) {
  .recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 12.308%;
  }
}
.recruit__left {
  width: 45%;
}
@media (max-width: 980px) {
  .recruit__left {
    width: 100%;
  }
}
.recruit__title {
  margin-bottom: 2em;
}
.recruit__catch {
  font-size: clamp(24px, 2.91667vw, 56px);
  font-weight: bold;
  line-height: 1.714;
  margin-bottom: 0.7em;
}
@media (max-width: 768px) {
  .recruit__catch {
    font-size: 2.667em;
    line-height: 1.5;
  }
}
.recruit__text {
  width: 87%;
  margin-bottom: 2.7em;
}
@media (max-width: 768px) {
  .recruit__text {
    width: 100%;
  }
}
.recruit__right {
  width: 51%;
}
@media (max-width: 980px) {
  .recruit__right {
    width: 100%;
  }
}
.recruit__img {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 2.6em;
}
@media (max-width: 980px) {
  .recruit__img {
    margin-bottom: 2.667em;
  }
}
@media (max-width: 980px) {
  .recruit__btn a {
    margin: auto;
  }
}

/* contact
======================================= */
.contact {
  background-color: #222222;
  position: relative;
}
.contact__inner {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 4em;
}
.contact__title {
  color: #fff;
}
.contact__list {
  max-width: 450px;
  margin: auto;
}
.contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.contact__item:nth-child(n+2) {
  margin-top: 1.2em;
}
.contact__item-title {
  width: 20%;
  letter-spacing: 0.2em;
  font-size: 1.2em;
}
.contact__item-text {
  width: 75%;
  font-family: "Acumin Pro";
  font-size: 1.6em;
  letter-spacing: 0.2em;
}
.contact__item-text--email {
  font-style: italic;
}