/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.c_profile .c_mv02 {
  background-position: 60% 0 !important;
  background: url(../images/recruit_info/profile/img_mv.png) no-repeat center;
  background-size: cover;
}

.c_profile02 .sub {
  padding-bottom: 33px;
}

.c_profile02 .human {
  margin-bottom: 60px;
}

.c_profile02 .human_content01 {
  width: 100%;
  max-width: 400px;
  color: #FFF;
  margin: 0 auto calc(10vw + 20px);
}

.c_profile02 .human_content01 .human_item .img {
  padding-bottom: 24px;
}

.c_profile02 .human_content01 .human_item img {
  margin-left: 23px;
  margin-bottom: 16px;
}

.c_profile02 .human_content02 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 1;
}

.c_profile02 .human_content02::after {
  content: "";
  position: absolute;
  right: 50%;
  top: calc(-10vw - 20px);
  width: calc(100vw - 40px);
  height: calc(100vw - 40px);
  transform: translate(50%, 0) rotate(90deg);
  background: url(../../assets/images/recruit_info/profile/icon_arrow.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}

.c_profile02 .human_content02 .human_item {
  width: 100%;
}

.c_profile02 .human_content02 .human_item .img {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 190px;
}

.c_profile02 .human_content02 .human_item .c_txt_20_35 {
  line-height: 1.2;
}

.c_profile02 .human_content02 .human_item img {
  margin-bottom: 10px;
}

.c_profile02 .human_content02 .human_item .bg02 {
  background: #DED7D4;
}

.c_profile02 .human_content02 .human_item .bg03 {
  background: #C1E3ED;
}

.c_profile02 .human_content02 .human_item .bg04 {
  background: #BACBEC;
}

.c_profile02 .human_content02 .human_item .context {
  width: 100%;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c_profile02 .human_content02 .human_item .context br {
  display: none;
}

.c_profile02 .human_item .img_desc {
  display: block;
}

.c_profile02 .human_item.item_bg {
  background: #0045C8;
}

.c_profile02 .human_item.item01 {
  padding: 20px;
  border-radius: 10px;
}

.c_profile02 .human_item.item01 img {
  width: 64px;
}

.c_profile02 .human_item.item02 img {
  width: 40px;
}

.c_profile02 .human_item.item03 img {
  width: 62px;
}

.c_profile02 .human_item.item04 img {
  width: 60px;
}

.c_profile03 {
  margin-bottom: 60px;
}

.c_profile03 .c_ttl03 {
  margin-bottom: 20px;
}

.c_profile03 .txt_sub {
  text-align: center;
  padding: 20px;
  background: #fff;
  line-height: 1.6666666667;
  font-size: 1.125rem;
}

.c_profile03 .txt_sub br {
  display: none;
}

.c_profile04 {
  margin-bottom: 60px;
}

.c_profile04 .c_box01 {
  width: 100%;
}

.c_profile04 .message {
  margin-bottom: 40px;
}

.c_profile04 .message .c_ttl01 {
  margin-bottom: 38px;
}

.c_profile04 .message_img {
  padding-top: 4px;
}

.c_profile04 .message_img .c_box01__name {
  margin-top: -10px;
  display: block;
}

.c_profile04 .message_img .c_box01__name .en {
  margin-right: 36px;
}

.c_profile04 .message_img .c_box01__ttl {
  padding-top: 10px;
}

.c_profile04 .message_img .c_box01__ttl__txt {
  width: 100%;
  padding-right: 0;
}

.c_profile04 .message_desc .ttl {
  padding: 25px 0;
}

.c_profile04 .message_desc .ttl br {
  display: none;
}

.c_profile04 .people {
  display: grid;
  gap: 38px 37px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.c_profile04 .people .c_box01 {
  padding: 20px;
}

.c_profile04 .people .c_box01__content .sub {
  padding-bottom: 20px;
}

.c_profile04 .people .c_box01__content .sub br {
  display: none;
}

.c_profile04 .people .c_box01__content img {
  border-radius: 10px;
}

.c_profile04 .people .c_box01__ttl__txt {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 600px) {
  .c_profile04 .message_content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .c_profile04 .message_img {
    width: 35.3448275862%;
  }

  .c_profile04 .message_desc {
    width: 61.2068965517%;
  }

  .c_profile04 .message_desc .ttl {
    padding: 0 0 25px;
  }
}

@media screen and (min-width: 769px) {
  .c_profile02 .human_item.item01 {
    padding: 40px 30px 31px;
  }

  .c_profile03 {
    margin-bottom: 120px;
  }

  .c_profile03 .c_ttl03 {
    margin-bottom: 36px;
  }

  .c_profile03 .txt_sub {
    padding: 40px 20px;
    font-size: 1.875rem;
  }

  .c_profile04 {
    margin-bottom: 120px;
  }

  .c_profile04 .message {
    margin-bottom: 66px;
  }

  .c_profile04 .message_img .c_box01__name {
    display: inline-block;
    margin-top: -5px;
  }

  .c_profile04 .message_img .c_box01__name .en {
    margin-right: 20px;
  }

  .c_profile04 .message_desc .ttl {
    padding: 0 0 34px;
  }

  .c_profile04 .people {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }

  .c_profile04 .people .c_box01__content .sub {
    padding-bottom: 30px;
  }

  .c_profile04 .people .c_box01__ttl {
    margin-bottom: 23px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .c_profile04 .people .c_box01__ttl__txt {
    width: 58.75%;
  }

  .c_profile04 .people .c_box01__ttl__img {
    width: calc(100% - 196px);
    max-width: 196px;
  }

  .c_profile .c_banner02 {
    margin-top: clamp(5rem, 6.41vw + 0.96rem, 9.38rem);
  }
}

@media screen and (min-width: 942px) {
  .c_profile03 .txt_sub br {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .c_profile02 .human {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 83px;
  }

  .c_profile02 .human_content01 {
    width: 25.8620689655%;
    max-width: auto;
    margin: -25px 0 0 0;
  }

  .c_profile02 .human_content02 {
    width: 61.2068965517%;
    display: block;
  }

  .c_profile02 .human_content02::after {
    right: 100%;
    top: calc(50% - 8px);
    width: 11.8vw;
    max-width: 150px;
    height: 630px;
    transform: translateY(-50%);
    background-size: cover;
  }

  .c_profile02 .human_content02 .human_item {
    display: flex;
    margin-bottom: 30px;
  }

  .c_profile02 .human_content02 .human_item .img {
    min-height: 150px;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 26.7605633803%;
    max-width: 150px;
  }

  .c_profile02 .human_content02 .human_item .context {
    padding: 10px 30px 10px;
    width: 73.2394366197%;
  }

  .c_profile04 .people {
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
  }

  .c_profile04 .people .c_box01 {
    padding: 37px 40px;
  }
}

@media screen and (min-width: 1100px) {
  .c_profile04 .message_desc .ttl br {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .c_profile02 .human_content02 .human_item .context br {
    display: block;
  }

  .c_profile03 .txt_sub {
    padding: 52px 60px 48px 20px;
  }

  .c_profile04 .people .c_box01__content .sub br {
    display: block;
  }

  .c_profile04 .people .c_box01__name {
    margin: auto 0 39px;
  }
}


.message_content_sub {
  display: flex;
  margin-top: 40px;
  padding: 20px;
  border-top: 1px solid #f3f3f6;
  background: #F3F3F6;
  border-radius: 10px;
}

.message_content_sub .message_content_sub__text {
  width: 100%;
  padding-right: 0;
}

.message_content_sub .message_content_sub__photo {
  width: 100%;
}

.message_content_sub .line {
  padding-top: 20px;
  border-top: 1px solid #CDCDDD;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .message_content_sub {
    padding: 37px 40px;
  }

  .message_content_sub .message_content_sub__text {
    width: 70%;
    padding-right: 40px;
  }

  .message_content_sub .message_content_sub__photo {
    width: 30%;
  }
}

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