/* body {
  overflow-x: hidden;
} */

a:visited {
  color: #fff;
}

.MB-s {
  margin-bottom: 24px;
}

.MB-l {
  margin-bottom: 78px;
}

.MT-m {
  margin-top: 125px;
}

.MR-m {
  margin-right: 75px;
}

.PB-m {
  padding-bottom: 75px;
}

.PB-l {
  padding-bottom: 124px;
}

.TA-l {
  text-align: left;
}

.TA-c {
  text-align: center;
}

.TA-r {
  text-align: right;
}

.sm {
  display: none !important;
}

.sp {
  display: none;
}

.bg_c-w {
  background-color: #f8f8f8;
}

.fill {
  object-fit: fill;
  width: 100%;
  text-align: center;
}

.bold {
  font-weight: bold;
}

.link_underBar {
  color: #313131 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #313131;
}

.link_underBar:visited {
  color: #313131;
}

.ly_cont {
  position: relative;
}

.ly_cont_inner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.kvTitleWrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.kvTitleWrapper_txt {
  margin-top: 35px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.268rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.kvImgWrapper {
  position: relative;
  width: 100%;
  min-width: 1420px;
  overflow: hidden;
}

.kvImgWrapper img {
  position: relative;
  width: 1080px;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.kvImgWrapper img.kv {
  animation-name: slideup;
  animation-duration: 1500ms;
}

.kvImgWrapper img.hp_bgImg1 {
  position: absolute;
  right: 0;
  bottom: -65px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 0;
  width: 1270px;
  max-width: none;
}

.kvImgWrapper img.hp_bgImg2 {
  position: absolute;
  right: 0;
  bottom: -75px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 1420px;
  max-width: none;
  filter: drop-shadow(0 20px 1px #000);
}

.bl_statement {
  padding-top: 180px;
  padding-bottom: 108px;
  width: 925px;
  margin-right: auto;
  margin-left: auto;
}

.bl_statement_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.bl_statement_body p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 24px;
}

.bl_lv3heading {
  margin-top: 80px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.bl_lv3heading img {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.bl_lv3heading img.hp_bgImg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-110px) translateY(-50%);
  z-index: 1;
  width: 1420px;
  max-width: none;
}

.bl_lv3heading_txt {
  font-size: 1.6rem;
  letter-spacing: 0.238rem;
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
}

.bl_cardUnit {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 925px;
  margin-right: auto;
  margin-left: auto;
}

.bl_cardUnit_imgWrapper {
  position: relative;
  width: 450px;
  height: 430px;
  box-sizing: border-box;
  overflow: hidden;
}

.bl_cardUnit_imgWrapper:hover {
  box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.bl_cardUnit_imgWrapper a:hover {
  opacity: 1;
}

.bl_cardUnit_imgWrapper:not(:last-child) {
  margin-bottom: 25px;
}

.bl_cardUnit_imgWrapper img:nth-of-type(1) {
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bl_cardUnit_imgWrapper img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: -243px;
}

.bl_cardUnit_info {
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: auto;
  color: #fff;
  z-index: 1;
  transition-duration: 300ms;
}

.bl_cardUnit_info.noscale {
  transform: scale(0.97, 0.97);
}

.bl_cardUnit_ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.238rem;
  margin-bottom: 8px;
}

.bl_cardUnit_body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1.39;
  min-width: 340px;
}

.bl_cardUnit_body span {
  font-size: 2.9rem;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.142rem;
}

.bl_cardUnit_info img {
  width: auto;
  box-shadow: none;
}

.bl_cardUnit li.int1 .bl_cardUnit_info {
  right: 45px;
}

.bl_cardUnit li.int2 .bl_cardUnit_info {
  left: 125px;
}

.bl_cardUnit li.int3 .bl_cardUnit_info {
  right: 120px;
}

.bg {
  position: absolute;
  pointer-events: none;
}

.bgTopLeft {
  top: 0px;
  z-index: 1;
}

.bgTopRight {
  top: 0px;
  right: 0;
  z-index: 1;
}

.bgBottomRight {
  right: 0;
  bottom: 0;
}

.ly_cont__footerList {
  padding-top: 45px;
  padding-bottom: 35px;
  background-color: #283b51;
}

.ly_cont__footerList .ly_cont_inner {
  padding-right: 45px;
  padding-left: 45px;
}

.bl_footerHeading {
  margin-top: 0;
  margin-bottom: 32px;
}

.bl_footerHeading .bl_lv3heading_txt {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 100;
  text-align: center;
  margin-top: 30px;
  white-space: nowrap;
}

.bl_footerList_container {
  height: 1000px;
}

.bl_container__col2 {
  display: flex;
  justify-content: space-between;
  padding-right: 46px;
  padding-left: 46px;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.bl_accordion,
.bl_txtArea {
  width: 543px;
  height: 100%;
  box-sizing: border-box;
}

.bl_txtArea {
  padding: 41px 48px;
  background-color: #435972;
}

.bl_txtArea_ttl {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 24px;
}

.ly_cont_media {
  overflow: hidden;
}

.ly_cont_media .ly_cont_inner {
  max-width: 1070px;
}

.ly_cont_media .bl_profArea {
  margin-top: 108px;
}

.bl_guide {
  max-width: 1070px;
  font-size: 1.6rem;
  color: #31a691;
  letter-spacing: 0.142rem;
  padding-top: 34.5px;
  padding-bottom: 34.5px;
  margin-right: auto;
  margin-left: auto;
}

a.bl_guide_link {
  text-decoration: none;
}

.bl_guide_link .btn {
  color: #31a691;
}

.el_btn {
  text-align: center;
  margin-top: 65px;
  position: relative;
  z-index: 3;
}

.el_btn img {
  display: inline-block;
}

.btn_back {
  padding-left: 2rem;
  position: relative;
}

.btn_back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #31a691;
  border-left: 2px solid #31a691;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.bl_top_imgWrapper {
  width: 1070px;
  height: 426px;
  position: relative;
}

.bl_top_businessCard {
  position: absolute;
  top: 100px;
  z-index: 1;
  background-color: #fff;
  padding: 21px 24px 36px 62px;
  min-width: 410px;
  box-sizing: border-box;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.2);
}

.bl_top_businessCard.posR {
  right: 0;
}

.bl_top_businessCard_ttl {
  width: 70%;
  margin-right: 0;
  margin-bottom: 32px;
  margin-left: auto;
}

.bl_top_triangle {
  position: absolute;
  top: 168px;
  right: 0;
  width: 708px;
}

.bl_profArea {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.bl_profArea_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_profArea_body {
  padding-left: 34px;
  border-left: 1px solid #cdcdcd;
  margin-left: 39px;
  font-family: "Noto Sans JP", sans-serif;
}

.bl_profArea_body + .bl_profArea_body {
  padding-left: 0;
  border-left: 0;
  margin-left: 0;
}

.bl_profArea_name {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.365rem;
  color: #484848;
  line-height: 1;
  margin-bottom: 10px;
}

.bl_profArea_name > .ja {
  font-family: "Noto Sans JP", sans-serif;
}

.bl_profArea_name > .en {
  margin-left: 2rem;
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.092rem;
  color: #8a8a8a;
}

.bl_profArea_intro {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.228rem;
  color: #484848;
}

.bl_mediaArea_txt {
  width: 800px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.bl_mediaArea_lv3heading {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.156rem;
  color: #333;
  margin-top: 186px;
  margin-bottom: 20px;
}

.bl_mediaArea_txt p {
  font-size: 1.8rem;
  line-height: 1.94;
  letter-spacing: 0.094rem;
  color: #333;
  margin-bottom: 50px;
}

.bl_mediaArea_txt img + img {
  margin-top: 20px;
}

.bl_vertContent {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.bl_vertContent_ttl {
  margin-bottom: 25px;
}

.bl_vertContent_ttl span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}

.ly_cont__relatedInfo {
  padding-top: 70px;
  padding-bottom: 90px;
  overflow: hidden;
}

.ly_cont__relatedInfo .bl_footerHeading {
  margin-bottom: 77px;
}

.ly_cont__relatedInfo .bl_vertContent {
  color: #fff;
}

.ly_cont__relatedInfo .bl_vertContent_ttl {
  font-size: 2.8rem;
  letter-spacing: 0.084rem;
  line-height: 1.5;
}

.ly_cont__relatedInfo .bg {
  top: -40px;
  left: 0;
  pointer-events: none;
}

.bl_vertContent_txt {
  margin-bottom: 55px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.53;
  letter-spacing: 0.045rem;
}

.bl_vertContent_ttl__s {
  font-size: 1.5rem;
  opacity: 0.7;
  letter-spacing: 0.045rem;
  margin-bottom: 8px;
}

.bl_vertContent_ttl__s + .bl_vertContent_txt {
  margin-bottom: 34px;
  font-size: 1.8rem;
  line-height: 1.28;
  letter-spacing: 0.054rem;
}

.bl_btn {
  text-align: center;
  margin-top: 65px;
  position: relative;
  z-index: 3;
}

.bl_btn + .bl_btn {
  margin-top: 0;
}

.bl_btn:not(:last-of-type) {
  margin-bottom: 37px;
}

.bl_btn img {
  max-width: 412px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.bl_table {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12rem;
}

.bl_table > li {
  display: flex;
}

.bl_table > li:not(:last-child) {
  margin-bottom: 20px;
}

.bl_table .th {
  color: #fff;
  width: 22%;
  padding-top: 0.5rem;
  line-height: 1.31;
  opacity: 0.7;
}

.bl_table .td {
  color: #fff;
  width: 78%;
  line-height: 1.53;
  font-size: 1.5rem;
  font-weight: 300;
}

.bl_table .td a {
  color: #fff;
}

.bl_table .td span {
  font-size: 1.1rem;
  letter-spacing: 0;
}

.bl_criteria {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.bl_criteria_ttl {
  font-size: 2.4rem;
  margin: 0 0 34px 0;
  color: #0eac99;
  line-height: 1.375;
}

.bl_criteria dl {
  display: flex;
  width: 100%;
  font-size: 1.8rem;
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.bl_criteria dl:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.bl_criteria + .bl_criteria {
  margin-top: 88px;
}

.bl_criteria dt {
  width: 22%;
}

.bl_criteria dd {
  width: 78%;
  font-weight: 300;
}

.bl_criteria p {
  margin: 0 0 10px 0;
}

.bl_criteria ol {
  margin: 0 0 0 1.5em;
}

.bl_criteria li {
  line-height: 1.83;
}

.bl_criteria ol > li {
  list-style: disc;
}

.bl_criteria ul li:last-of-type {
  margin: 0 0 20px 0;
}

.scale-img {
  transition-duration: 0.5s;
}

.scale-img:hover {
  transform: scale(1.03, 1.03);
}

.bl_accordion_title {
  display: block;
  padding: 20px 28px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.53;
  background: #435972;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}

.bl_accordion_item:not(:first-child) {
  margin-top: 10px;
}

.bl_accordion_title.opened {
  background-color: #314964;
}

.bl_accordion_title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #e2e2e2;
  border-bottom: 2px solid #e2e2e2;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}

.bl_accordion_title.opened::after {
  transform: rotate(225deg);
}

.bl_accordionUnit .is_show {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  padding: 44px;
  background: #435972;
}

.bl_accordionUnit .is_show p {
  line-height: 1.53;
}

.bl_accordion_txt {
  font-size: 1.8rem;
}

.bl_accordion_txt p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 15px;
}

.bl_accordion_txt p img {
  display: inline-block;
  margin-top: 15px;
  max-width: 176px;
  padding: 5px;
  background-color: #fff;
}

.bl_accordion_txt.bl_accordion_txt_borderBottom {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  margin-bottom: 30px;
}

/* アニメーション */
@keyframes slideup {
  0% {
    bottom: -30px;
    opacity: 0;
    filter: blur(1px);
  }

  70% {
    filter: blur(0.6px);
  }

  100% {
    bottom: 0;
    opacity: 1;
    filter: blur(0);
  }
}

/* END アニメーション */

/* ヘルパー */
.lg_mt0 {
  margin-top: 0 !important;
}

.lg_mt12 {
  margin-top: 12px !important;
}

.lg_mb17 {
  margin-bottom: 17px !important;
}

.lg_mb50 {
  margin-bottom: 50px !important;
}

.lg_mb150 {
  margin-bottom: 150px !important;
}

.lg_mb180 {
  margin-bottom: 180px !important;
}

.lg_pt70 {
  padding-top: 70px !important;
}

.hp_blurImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  z-index: 2;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp_blurImg > img {
  width: 100px !important;
  position: static !important;
}

/* END ヘルパー */
.bl_header {
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
}

.bl_header_ttlWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.bl_slider__photo {
  max-height: 578px;
  overflow: hidden;
}

.bl_slider__photo li {
  position: relative;
  padding-bottom: 64px;
}

.bl_slider__photo img {
  width: 80%;
  margin-left: auto;
}

.bl_slider__comment {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: -180px;
}

.bl_slider__comment img {
  margin-left: auto;
}

.bl_caption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: 9999;
  background-image: url(../images/recruit/bg_comment.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 390px;
  height: 265px;
}

.bl_caption__txt {
  font-size: 1.8rem;
  line-height: 1.6;
}

.bl_btn__link {
  text-align: center;
  margin-top: 65px;
  position: relative;
  z-index: 3;
}

.bl_btn__link img {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.bl_btn__link.talk {
  margin: 0 0 100px 0;
}

.bl_btn__link.talk img {
  max-width: initial;
}

.ly_talkArea {
  background-color: #f7f7f7;
}

.bl_talkArea {
  font-family: "Noto Sans JP", sans-serif;
}

.bl_talkArea__header {
  position: relative;
  margin-top: -21px;
}

.bl_imgWrapper img {
  margin: auto;
}

.bl_talkArea__messege {
  background-color: #283b51;
  padding: 100px 0 0;
  color: #fff;
  margin: 130px 0 160px;
}

.ly_talkArea_inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.bl_talkArea__ttl {
  text-align: center;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}

.bl_talkArea_lv1heading img {
  margin: 0 auto 20px;
}

.bl_talkArea_lead {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}

.bl_talkArea_lv2heading {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #0eac99;
  line-height: 1.42;
  margin: 80px auto 0;
}

.bl_talkArea_lv2heading img {
  margin: 0 auto;
}

.bl_talkArea_lv2heading p {
  display: inline-block;
  padding: 20px 25px 20px 40px;
  position: relative;
}

.bl_talkArea_lv2heading p:before,
.bl_talkArea_lv2heading p:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
}

.bl_talkArea_lv2heading p:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #0eac99;
  border-bottom: 1px solid #0eac99;
}

.bl_talkArea_lv2heading p:before {
  top: 0;
  left: 0;
  border-top: 1px solid #0eac99;
  border-left: 1px solid #0eac99;
}

.bl_talkArea_lv3heading {
  font-size: 2.2rem;
  line-height: 1.27;
  font-weight: 500;
  text-align: center;
  margin: 100px 0 80px 0;
}

.bl_talkArea_lv3heading img {
  margin: 0 auto 20px;
}

.bl_talkArea_txt .text_box {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.94;
  letter-spacing: 0.094rem;
  margin-bottom: 50px;
}

.bl_talkArea_txt .text_box .name {
  width: 4em;
  display: block;
  font-weight: bold;
}

.bl_talkArea_txt .text_box .name.c1 {
  color: #0d596e;
}

.bl_talkArea_txt .text_box .name.c2 {
  color: #305830;
}

.bl_talkArea_txt .text_box p {
  flex: 1;
}

.bl_talkArea_txt .col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.bl_talkArea_txt .text_wrap {
  width: 50%;
}

.bl_talkArea_txt .col:last-of-type {
  flex-direction: row;
  margin: 0 0 60px 0;
}

.bl_talkArea__messege .bl_talkArea_lv3heading {
  font-size: 2.6rem;
  text-align: left;
  margin: 0 0 60px 0;
}

.bl_talkArea__messege .bl_talkArea_lv3heading img {
  margin: 0 0 20px;
}

.bl_talkArea__messege .col img {
  max-width: 328px;
}

.bl_imgWrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.bl_profileArea {
  position: relative;
  display: flex;
  justify-content: center;
  margin: -30px auto 0;
}

.bl_profileArea img {
  position: absolute;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.bl_profileArea .profile_box {
  position: relative;
  max-width: 427px;
  background-color: #fff;
  padding: 45px 60px;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.16);
  text-align: center;
  color: #484848;
  flex-grow: 1;
}

.bl_profileArea .profile_box::before {
  content: "";
  position: absolute;
  z-index: 100;
}

.bl_profileArea .profile_box:nth-of-type(1)::before {
  top: 15px;
  left: 15px;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #0d596e;
}

.bl_profileArea .profile_box:nth-of-type(2)::before {
  top: 15px;
  right: 15px;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #305830;
}

.bl_profileArea .profile_box + .profile_box {
  margin: 0 0 0 50px;
}

.bl_profileArea .profile_box .department {
  font-size: 2.3rem;
  font-weight: 500;
  margin: 0 0 60px 0;
  position: relative;
  line-height: 120%;
}

.bl_profileArea .profile_box .department small {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 60px 0;
  position: relative;
  display: inline;
}

.bl_profileArea .profile_box:nth-of-type(1) .department {
  color: #0d596e;
}

.bl_profileArea .profile_box:nth-of-type(2) .department {
  color: #305830;
}

.bl_profileArea .profile_box .department:after {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 25px);
  width: 50px;
  height: 1px;
  content: "";
}

.bl_profileArea .profile_box:nth-of-type(1) .department:after {
  background: #0d596e;
}

.bl_profileArea .profile_box:nth-of-type(2) .department:after {
  background: #305830;
}

.bl_profileArea .profile_box .department span {
  font-size: 1.7rem;
  font-weight: 300;
  display: block;
  margin: 15px 0 0 0;
}

.bl_profileArea .profile_box .name {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 25px 0;
}

.bl_profileArea .profile_box .text {
  font-size: 1.5rem;
  line-height: 1.6;
}
