.splash {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-base);
}

.splash__image {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 616px;
  display: flex;
  align-items: flex-end;
}

.splash__image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 616px;
  background: url(../img/top/acc_frame_splash.svg) no-repeat left top;
  background-size: cover;
}

.splash__image img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 120px);
  height: 100%;
  height: auto;
}

.splash__copy {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -25%;
  z-index: 2;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.splash__catch {
  font-weight: bold;
  font-size: 64px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #fff;
  white-space: nowrap;
}

.splash__read {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding-left: 4px;
  color: #fff;
}

.splash__recruit {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  max-width: 1028px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 32px 32px 150px;
}

.splash__recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/bg_splash_recruit.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.recruit__phrase {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.recruit__catch {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: var(--color-base);
}

/* **************************************************************
 news
*************************************************************** */
.news__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.news__side {
  display: flex;
  flex-direction: column;
  min-width: 210px;
}

.news__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 774px;
}

.news__thumbnail {
  width: 256px;
  height: 144px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-grow: 1;
}

.news__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news__headline time {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2.28%;
}

.news__headline p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1.74%;
}

.news__tags {
  display: flex;
  gap: 2px;
}

.news__tag {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 3.92%;
  color: rgba(255, 255, 255, 0.48);
}

.news__tag img {
  width: 12px;
  height: 12px;
}

/* **************************************************************
 about
*************************************************************** */
.about {
  position: relative;
  padding-bottom: 0;
  background-color: #F9F4F4;
  color: #fff;
}

.about::before {
  content: "";
  position: absolute;
  bottom: 190px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #213A70;
  border-bottom-right-radius: 300px;
  z-index: 0;
}

.about.acc__line::after {
  background-color: rgba(255, 255, 255, 0.24);
}

.about .gallery__slider {
  margin-top: 55px;
}

.about__phrase {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about__catch {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: -0.84%;
  color: #FFFFFF;
}

.about__read {
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  padding-left: 2px;
}

.about__summary p {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

/* **************************************************************
 member
*************************************************************** */
.member {
  position: relative;
  background-color: #F9F4F4;
  overflow: hidden;
}

.member::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 490px;
  background: url(../img/bg_mt_wh.png) no-repeat top center/100% 100%;
}

.member__phrase {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.member__summary {
  padding-left: 2px;
}

.member__summary p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 2.28%;
  color: var(--color-base);
}

/* **************************************************************
 service
*************************************************************** */
.service {
  background-color: #FFFFFF;
}

.service__phrase {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service__catch {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: -0.72%;
  color: var(--color-base);
}

.service__read {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.74%;
  color: var(--color-base);
  padding-left: 2px;
}

.service__summary p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.service__image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

/* Works Section */
.works {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.works__head {
  position: relative;
  z-index: 1;
  padding: 65px 0;
  text-align: center;
  color: #fff;
}

.works__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/bg_mt_bl.jpg) no-repeat top center/100% 100%;
}

.works__summary {
  margin: 40px 0;
  text-align: center;
}

.works__summary p {
  font-size: 14px;
  line-height: 1.7;
}

.works__main {
  position: relative;
  padding-bottom: 90px;
  background-color: #F9F4F4;
  color: #fff;
}

.works__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #213A70;
  border-bottom-right-radius: 300px;
}

.works__main .column__side {
  width: 38%;
}

.works__main .column__content {
  width: 55.16%;
}

.works__main .column__content .card__list--ls {
  gap: 24px;
}

.works__main .column__content .card:not(:last-of-type) {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

/* **************************************************************
 recruit
*************************************************************** */
.recruit {
  position: relative;
  background-color: #F9F4F4;
  overflow: hidden;
}

.recruit::before {
  content: "";
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  height: calc(100% - 95px);
  background: url(../img/bg_mt_wh.png) no-repeat top center/100% 100%;
}

.recruit__summary p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

/*--------------------------------------------------------------------------------
  media 
--------------------------------------------------------------------------------*/
@media (max-width: 1439px) {

  /* **************************************************************
   splash
  *************************************************************** */
  .splash__image::before {
    background-position: left -200px top;
  }

  .splash__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .splash__copy {
    width: 80%;
    translate: -50%;
  }

  .splash__catch {
    font-size: clamp(44px, 7vw, 64px);
  }

  .splash__recruit {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .splash__copy {
    top: 130px;
  }
}

@media (max-width: 767px) {

  /* **************************************************************
   splash
  *************************************************************** */
  .splash {
    height: auto;
  }

  .splash__image {
    height: 615px;
  }

  .splash__image::before {
    height: 615px;
    background-position: left -120px top;
    background-size: auto 100%;
  }

  .splash__image img {
    top: 125px;
    height: 490px;
  }

  .splash__catch {
    font-size: 40px;
    font-size: clamp(40px, 10.25vw, 60px);
    white-space: pre-wrap;
  }

  .splash__copy {
    width: 100%;
    padding: 0 24px;
  }

  .splash__recruit {
    position: relative;
    padding: 24px;
    background-color: #fff;
  }

  .recruit__phrase {
    flex-direction: column;
    gap: 15px;
  }

  .recruit__catch {
    font-size: 20px;
    text-align: center;
  }

  /* **************************************************************
   member
  *************************************************************** */
  .member::before {
    height: 132px;
  }

  .member__summary {
    margin-bottom: 50px;
  }

  /* **************************************************************
   service
  *************************************************************** */
  .service__image {
    flex-direction: column;
  }

  /* **************************************************************
   wordks
  *************************************************************** */
  .works__head {
    padding-top: 32px;
  }

  .works__head::before {
    height: 132px;
  }

  .works__head::after {
    content: "";
    position: absolute;
    top: 132px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #213A70;
  }

  .works__head .title__max {
    font-size: 48px;
  }

  .works__summary {
    text-align: left;
  }

  .works__main {
    padding-bottom: 50px;
  }

  .works__main::before {
    border-bottom-right-radius: 96px;
  }

  .works__main .column__wrap {
    gap: 80px;
  }

  .works__main .column__side {
    width: 100%;
  }

  .works__main .column__content {
    width: 100%;
  }

  .works__main .column__content .card__list--ls {
    gap: 0;
  }

  .works__main .column__content .card__list--ls .card:not(:last-of-type) {
    border-bottom: none;
  }

  /* **************************************************************
   recruit
  *************************************************************** */
  .recruit::before {
    top: inherit;
    bottom: 0;
    height: 132px;
  }
}

/*# sourceMappingURL=top.css.map */