/* **************************************************************
 news
*************************************************************** */
.news__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
}

.news__heading {
  padding-bottom: 96px;
  border-bottom: 1px solid rgba(0, 0, 11, 0.24);
}

.news__heading .title__max {
  max-width: 774px;
}

.news__heading--info {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  font-size: 14px;
  color: #7a7a80;
  font-weight: bold;
}

.news__detail {
  max-width: 774px;
  padding: 96px 0;
}

.news__nav {
  display: flex;
  gap: 24px;
}

.news__nav .pager-button {
  min-width: 160px;
}

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

.message__name .role {
  color: #7a7a80;
  font-size: 12px;
}

.message__name .name {
  font-size: 20px;
}

.company__history {
  margin-top: 120px;
}

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

/* **************************************************************
 profile
*************************************************************** */
.profile__name {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
  font-weight: bold;
}

.profile__name .role {
  color: #7a7a80;
}

/* **************************************************************
 member
*************************************************************** */
.interview__head {
  display: flex;
  gap: 40px 80px;
  padding-bottom: 96px;
  border-bottom: 1px solid #85858a;
}

.interview__head--box {
  display: flex;
  align-items: center;
  gap: 40px;
}

.interview__head--thumb {
  position: relative;
  flex-shrink: 0;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
}

.interview__head--thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.interview__head--detail .name {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.interview__head--detail .role {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #85858a;
  font-weight: bold;
}

.interview__column {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
}

.interview__detail {
  padding: 56px 0;
  border-bottom: 1px solid #85858a;
}

.interview__detail .name {
  display: block;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
}

.interview__detail:first-child {
  padding-top: 0;
}

.interview__detail:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.interview__title {
  display: flex;
  margin-bottom: 24px;
  gap: 16px;
  align-items: center;
  font-size: 20px;
}

.interview__title .num {
  font-size: 32px;
  color: #85858a;
  font-weight: bold;
}

.interview__gallery {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  max-width: 40%;
  gap: 30px;
}

/* **************************************************************
 service
*************************************************************** */
.service__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

/* **************************************************************
 works
*************************************************************** */
.works__head {
  position: relative;
  display: flex;
}

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

.works__head--img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.works__head--img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: url(../img/works/acc_frame_head.svg) no-repeat top -120px left -150px/auto calc(100% + 120px);
}

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

.works-summary__head {
  position: relative;
  background-color: #F9F4F4;
  color: #fff;
}

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

.works__list .card--headline .title {
  font-size: 32px;
}

.works__img {
  margin-bottom: 24px;
  text-align: center;
}

/* **************************************************************
 contact
*************************************************************** */
.contact__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.contact__side {
  position: sticky;
  top: 0;
  left: 0;
  padding: 40px 0;
}

.contact__side .logo {
  margin-bottom: 40px;
}

.contact__content {
  width: 72.66%;
  padding: 168px 80px 40px;
  background-color: var(--color-primary-pale);
  border-radius: 0 0 40px 40px;
}

.contact__footer {
  padding: 40px 0;
  font-size: 12px;
  color: rgba(0, 0, 11, 0.48);
  text-align: right;
}

.text__step {
  margin-top: 40px;
  font-size: 24px;
}

.text__step span {
  display: inline-block;
}

.input_indicator {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
}

.input_indicator .item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}

.input_indicator .item p {
  line-height: 1;
}

.input_indicator .item .cap {
  margin-top: 5px;
  margin-bottom: 16px;
  font-size: 10px;
  color: rgba(0, 0, 11, 0.48);
}

.input_indicator .item .current {
  width: 8px;
  height: 8px;
  background-color: var(--color-base-dark);
  border-radius: 50%;
}

.input_indicator .item .current.active {
  background-color: var(--color-base);
}

.input_indicator .border {
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--color-base-dark);
}

/*form*/
.form__item {
  margin: 40px 0;
}

.form__title {
  margin-bottom: 16px;
  line-height: 1;
}

.radio-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.radio-button {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  background-color: #fff;
}

.radio-button:hover {
  cursor: pointer;
}

.radio-button .radio-title {
  font-weight: bold;
}

.radio-button .radio-text {
  font-size: 12px;
  color: var(--color-base-middle);
}

.radio-button input[type=radio] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #E6E0E0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.radio-button input[type=radio]:checked {
  background-color: #00000B;
  border-color: #00000B;
}

.radio-button input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-content {
  display: flex;
  flex-direction: column;
}

.input-form input[type=text],
.input-form input[type=email],
.input-form input[type=tel],
.input-form textarea {
  border: none;
  outline: none;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
}

.input-form input::-moz-placeholder,
.input-form textarea::-moz-placeholder {
  color: #C5C5CB;
}

.input-form input::placeholder,
.input-form textarea::placeholder {
  color: #C5C5CB;
}

.input-textarea {
  height: 300px;
  resize: none;
}

.privary__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 40px;
  border-radius: 16px;
  background-color: #E6E0E0;
}

.privacy__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}

.privacy__title strong {
  font-size: 20px;
}

.privacy__summary {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
}

.privacy__summary p:not(:first-child) {
  margin-top: 20px;
}

.contact-button {
  display: flex;
  justify-content: center;
}

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

  /* **************************************************************
   contact
  *************************************************************** */
  .contact__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1024px) {

  /* **************************************************************
   news
  *************************************************************** */
  .news__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .news__heading {
    padding-top: 125px;
  }

  /* **************************************************************
   interview
  *************************************************************** */
  .interview__head {
    flex-direction: column;
  }

  .interview__column {
    flex-direction: column;
  }

  .interview__gallery {
    flex-direction: row;
    max-width: 100%;
    gap: 15px;
  }

  /* **************************************************************
   service
  *************************************************************** */
  .service__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  /* **************************************************************
   contact
  *************************************************************** */
  .contact__wrap {
    flex-direction: column;
  }

  .contact__side {
    position: relative;
  }

  .contact__content {
    width: 100%;
    padding-top: 40px;
  }

  .text__step {
    text-align: center;
  }
}

@media (max-width: 767px) {

  /* **************************************************************
   about
  *************************************************************** */
  .message__img {
    margin-bottom: 55px;
    text-align: center;
  }

  .company__history {
    margin-top: 0;
  }

  .purpose__image {
    flex-direction: column;
  }

  /* **************************************************************
   profile
  *************************************************************** */
  .profile__detail {
    padding-bottom: 10px;
  }

  /* **************************************************************
   interview
  *************************************************************** */
  .interview__head {
    padding-bottom: 56px;
  }

  .interview__head--box {
    flex-direction: column;
  }

  .interview__head--box .name {
    text-align: center;
  }

  .interview__head--box .role {
    text-align: center;
  }

  .interview__gallery {
    flex-direction: column;
  }

  /* **************************************************************
   service
  *************************************************************** */
  .service__list {
    grid-template-columns: 1fr;
  }

  /* **************************************************************
   works
  *************************************************************** */
  .works__head--img {
    width: 100%;
    opacity: 0.7;
  }

  .works__head--img::before {
    background-position: left -100px top;
    background-size: cover;
  }

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

  /* **************************************************************
   contact
  *************************************************************** */
  .contact__content {
    padding: 40px 24px;
  }

  .privary__content {
    padding: 40px 16px;
  }

  .input_indicator {
    gap: 0 40px;
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (max-width: 560px) {

  /* **************************************************************
   news
  *************************************************************** */
  .news__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .news__heading {
    padding-bottom: 56px;
  }

  .news__heading .title__max {
    font-size: 24px;
  }

  .news__detail {
    padding: 56px 0;
  }

  .news__nav {
    justify-content: center;
    gap: 8px;
  }
}

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