@charset "UTF-8";

.l-section__profile__wrapper .l_section__profile__copy {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #0887A1;
  min-height: 50px;
  margin-bottom: 16px;
  position: relative;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ECFCFF;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.l-section__profile__wrapper .l_section__profile__copy:before {
  content: '';
  background: url("../images/copy_left.png") no-repeat;
  background-size: 10px 50px;
  width: 10px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.l-section__profile__wrapper .l_section__profile__copy:after {
  content: '';
  background: url("../images/copy_right.png") no-repeat;
  background-size: 10px 50px;
  width: 10px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-checkbox__heartIcon {
  width: 50px;
  height: 44px;
}
.c-checkbox__heartIcon input[type="checkbox"] + label {
  width: 50px;
  height: 44px;
  background: url("../images/icon_heart.png") no-repeat center top;
  background-size: 24px 24px;
  font-size: 8px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: -0.08em;
  text-align: center;
  padding-top: 26px;
}
.c-checkbox__heartIcon input[type="checkbox"]:checked + label {
  background: url("../images/icon_heart_on.png") no-repeat center top;
  background-size: 24px 24px;
}
.l-section__profile__wrapper .l-section__profile .l-section__profile__left .l-section__profile__box .l-section__profile__tel,
.l-section__profile__wrapper .l-section__profile .l-section__profile__left .l-section__profile__box .l-section__profile__career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 4px;
  margin-right: 0;
}
.l-section__profile__wrapper .l-section__profile .l-section__profile__left .l-section__profile__box .l-section__profile__career {
  margin-top: 0;
}
.l-section__profile__wrapper .l-section__profile .l-section__profile__left .l-section__profile__box .l-section__profile__tel img {
  width: 9px;
  height: 12px;
  margin-right: 4px;
}
.l-section__profile__wrapper .l-section__profile .l-section__profile__left .l-section__profile__box .l-section__profile__career img {
  width: 13px;
  height: 12px;
  margin-right: 4px;
}

.l-section__profile__wrapper .l-section__profile .l-section__profile__left p.violet { background: #7255bc; }
.l-section__profile__wrapper .l-section__profile .l-section__profile__left p.red-violet { background: #f99093; }
.l-section__profile__wrapper .l-section__profile .l-section__profile__left p.purple { background: #f99093; }
.l-section__profile__wrapper .l-section__profile .l-section__profile__left p.royal_purple { background: #2DB7D4; }
.l-section__profile__wrapper .l-section__profile .l-section__profile__left p.gray { background: #d9d9d9; }
.l-section__profile__wrapper .l-section__profile .l-section__profile__left p.royal_purple_border {
  color: #2db7d4;
  border: 1px solid #2db7d4;
  background: #fff;
}

.l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__name {
  margin-right: 16px;
}
.l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__name__hurigana {
  padding-right: 16px;
}
@media (max-width: 425px) {
  .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__name {
    margin-right: 55px;
  }
  .l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__name__hurigana {
    padding-right: 55px;
  }
}
.l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__type,
.l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__inspiration {
  font-size: 10px;
  margin-top: 2px;
}
.l-section__profile__wrapper .l-section__profile .l-section__profile__right .profile_label {
  border-radius: 4px;
  font-size: 10px;
  padding: 2px 4px;
}
.l-section__profile__wrapper .l-section__profile .l-section__profile__right .profile_label.blue {
  background: #ECFCFF;
  color: #0887A1;
}
.l-section__profile__wrapper .l-section__profile .l-section__profile__right .profile_label.yellow {
  background: #E6FCF5;
  color: #259E78;
}
.l-section__profile__wrapper .l-section__profile .l-section__profile__right .profile_label.purple {
  background: #FFEFEF;
  ;
  color: #E05D61;
}
.l-section__profile__wrapper .l-section__profile .l-section__profile__right .l-section__profile__tag .tag {
  border: 1px solid #0887A1;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 120%;
}
.l-section__profile__wrapper .l-section__profile__line::after { border-bottom: none; }

.l-section__profile__wrapper .l-section__status {
  text-align: center;
  position: relative;
  padding: 10px 0;
}
.l-section__profile__wrapper .l-section__status:before {
  content: '';
  border-top: 1px solid #5eb4c6;
  width: 200px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.l-section__profile__wrapper .l-section__status:after {
  content: '';
  border-bottom: 1px solid #5eb4c6;
  width: 200px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.l-section__profile__wrapper .l-section__navi {
  text-align: center;
  display: flex;
  justify-content: center;
}
.l-section__profile__wrapper .l-section__navi a {
  background: url("../images/arrow_down.png") no-repeat center;
  background-size: 47px 28px;
  min-height: 28px;
  width: 40%;
  margin: 0 5%;
  font-weight: 600;
}
.profile__impression {
  text-align: center;
}
.profile__impression .impression__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  width: 80%;
  margin: 0 auto;
}
.profile__impression .impression__bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  width: 80%;
  margin: 0 auto;
}
.profile__impression hr.impression__line {
  width: 100%;
  height: 2px;
  margin: auto 0;
  border: none;
  border-top: 2px solid #ECFCFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.profile__impression .impression__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ECFCFF;
}
.profile__impression .impression__dot__active {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #61CFE6 0%, #0098B7 100%);
  z-index: 1;
}

