/* **************************************************************
 news
*************************************************************** */
.news--item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-top: 1px solid #d9d9da;
  color: var(--color-primary);
}
.news--item:last-of-type {
  border-bottom: 1px solid #d9d9da;
}

.news--headline {
  max-width: 100%;
  font-size: 16px;
}
.news--headline strong {
  font-weight: 500;
}

.news--tags {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 0;
}
.news--tags .tag {
  padding: 8px 16px;
  background-color: #EFEFEF;
  border-radius: 50rem;
  line-height: 1;
  font-size: 12px;
  font-family: var(--font-family-sub);
}
.news--tags .day {
  color: #72727B;
  font-size: 14px;
  font-family: var(--font-family-sub);
}

.news__heading {
  padding-bottom: 80px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d9da;
  color: var(--color-primary);
}
.news__heading .title__max {
  margin-bottom: 0;
}

.news__heading--info {
  margin: 24px 0;
  font-weight: bold;
}
.news__heading--info .tag,
.news__heading--info .day {
  font-family: var(--font-family-sub);
}
.news__heading--info a:hover {
  color: var(--color-primary);
}

.news__detail p {
  margin: 24px 0;
}

/* **************************************************************
 member
*************************************************************** */
.member-card {
  margin: 40px 0;
}
.member-card:last-of-type {
  border-bottom: none;
}

.member-card__body {
  display: flex;
  gap: 24px;
}
.member-card__body .img-box {
  width: 277px;
}
.member-card__body .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member-card__furigana {
  line-height: 1.4;
}

.member-card__role {
  line-height: 1.4;
}

.member-card__info-list {
  margin-top: 20px;
}
.member-card__info-list p {
  line-height: 1.4;
}

.member-card__message {
  margin-top: 24px;
}

/* **************************************************************
 talk
*************************************************************** */
.talk__profile--list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 80px 0;
}

.talk__profile--item {
  display: flex;
  gap: 24px;
}

.talk__profile---thumb {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.talk__profile---thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.talk__profile--cont {
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1.4;
}

.talk__profile--name {
  font-size: 32px;
  font-weight: normal;
}

.talk__content {
  position: relative;
  margin-top: 80px;
}

.talk__tag--bk {
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-bottom: 15px;
  border-radius: 50rem;
  background-color: #72727B;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.talk__tag--bl {
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-bottom: 15px;
  border-radius: 50rem;
  background-color: #003E92;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.talk__tag--rd {
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-bottom: 15px;
  border-radius: 50rem;
  background-color: #F85453;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.talk__tag--ye {
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-bottom: 15px;
  border-radius: 50rem;
  background-color: #FFD900;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

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

/* **************************************************************
 recruit
*************************************************************** */
.recruit__message {
  display: flex;
  gap: 40px;
}

.message__thumb {
  flex-shrink: 0;
  width: 308px;
}
.message__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message__phrase {
  display: grid;
  gap: 16px;
}

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

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

.contact__side {
  position: sticky;
  top: 85px;
  left: 0;
  width: 33.33%;
  padding: 0 40px 0 0;
}
.contact__side .logo {
  margin-bottom: 40px;
}
.contact__side .title__sec {
  margin-bottom: 40px;
}
.contact__side .text__summary p {
  font-size: 14px;
}

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

.contact__footer {
  margin-top: 60px;
}

.text__must {
  margin-top: 40px;
  font-size: 12px;
}

.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: #72727B;
  border-radius: 50%;
}
.input_indicator .item .current.active {
  background-color: #111;
}
.input_indicator .border {
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 11, 0.24);
}

/*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: 2px;
  background-color: #fff;
}
.radio-button:hover {
  cursor: pointer;
}
.radio-button .radio-title {
  margin-bottom: 5px;
  line-height: 1.3;
  font-weight: bold;
}
.radio-button .radio-text {
  font-size: 12px;
  color: #72727B;
}
.radio-button input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  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: 2px;
  font-size: 14px;
}

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

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

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

.privary__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 40px;
  background-color: #fff;
}
.privary__content .radio-button {
  background-color: var(--color-primary-pale);
}

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

.privacy__summary {
  padding: 20px;
  background-color: var(--color-primary-pale);
  font-size: 14px;
}
.privacy__summary p:not(:first-child) {
  margin-top: 20px;
}

.contact-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  margin: 0 auto;
  outline: none;
  background-color: var(--color-primary);
  overflow: hidden;
  border-color: var(--color-primary);
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.contact-button::after {
  content: "\f061";
  position: absolute;
  right: 15px;
  font-weight: 700;
  font-family: var(--font-icon);
}
.contact-button input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  padding: 24px 52px 24px 24px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.contact-button input:hover {
  background-color: var(--color-primary-dark);
}

/*--------------------------------------------------------------------------------
  media 
--------------------------------------------------------------------------------*/
@media (max-width: 1439px) {
  /* **************************************************************
   contact
  *************************************************************** */
  .contact__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  /* **************************************************************
   news
  *************************************************************** */
  /* **************************************************************
   service
  *************************************************************** */
  .service__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  /* **************************************************************
   contact
  *************************************************************** */
  .contact__wrap {
    flex-direction: column;
    padding-top: 40px;
  }
  .contact__side {
    position: relative;
    top: 0;
    width: 100%;
    padding-right: 0;
  }
  .contact__content {
    width: 100%;
    padding-top: 40px;
  }
  .text__step {
    text-align: center;
  }
  .contact__footer {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* **************************************************************
   service
  *************************************************************** */
  .service__list {
    grid-template-columns: 1fr;
  }
  /* **************************************************************
   news
  *************************************************************** */
  .news__heading {
    padding-bottom: 50px;
  }
  /* **************************************************************
   member
  *************************************************************** */
  .member-card__body {
    flex-direction: column;
    align-items: center;
  }
  .member-card__body .img-box {
    width: -moz-fit-content;
    width: fit-content;
  }
  .member-card {
    border-bottom: none;
  }
  /* **************************************************************
   talk
  *************************************************************** */
  .talk__profile--item {
    flex-direction: column;
    align-items: center;
  }
  .talk__profile---thumb {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  /* **************************************************************
   recruit
  *************************************************************** */
  .recruit__message {
    flex-direction: column;
    align-items: center;
  }
  /* **************************************************************
   contact
  *************************************************************** */
  .contact__content {
    padding: 40px 16px;
  }
  .contact-button {
    width: 100%;
  }
  .privary__content {
    padding: 40px 16px;
  }
  .input_indicator {
    gap: 0 40px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 560px) {
  /* **************************************************************
   news
  *************************************************************** */
}/*# sourceMappingURL=page.css.map */