@charset "UTF-8";
body {
  font-size: 75%;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  box-sizing: border-box;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .forPC {
    display: none;
  }
}

@media screen and (min-width:769px) {
  .forSP {
    display: none;
  }
}

@media (min-width: 600px) {
  .consultant-mv.forPC {
    display: block !important;
  }
  .consultant-mv.forSP {
    display: none;
  }
  .consultant-mv__under.forSP {
    display: none;
  }
}
@media (max-width: 599px) {
  .consultant-mv.forPC {
    display: none;
  }
  .consultant-mv.forSP {
    display: block;
  }
}
.main {
  width: 670px;
}
@media screen and (max-width:768px) {
  .main {
    width: 100%;
  }
}

.consultant__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

@media (min-width: 769px) {
  .side_search {
    display: none;
  }
  #side .sideSearch,
  #side .sideSearch,
  #side .sideSearch {
    position: sticky;
  }
  #side .sideSearch,
  #side .sideSearch {
    top: 10px;
  }
  #side .sideSearch {
    top: 100px;
  }
  #side .sideSearch form,
  #side .sideSearch form,
  #side .sideSearch form {
    margin-bottom: 20px;
  }
}
.layout-inner {
  padding: 24px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.button-more {
  text-align: center;
  margin-top: 12px;
}
.button-more__link {
  color: #1e5fb3;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.consultant__button-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .consultant__button-box {
    align-items: center;
    margin-bottom: 24px;
  }
}
.consultant__button-box .consultant__note {
  display: block;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}

.button-primary {
  width: 549px;
  padding: 10px 24px;
  margin: 0 auto;
  border-radius: 5px;
  background: radial-gradient(100% 100% at 50% 0%, #d4306d 0%, #b80548 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .button-primary {
    width: 85%;
    min-width: 319px;
  }
}
.button-primary::before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  right: 16px;
}
.button-primary__free {
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #e2276e;
  width: 44px;
  height: 44px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width:768px) {
  .button-primary__free {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.button-primary__text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width:768px) {
  .button-primary__text {
    font-size: 16px;
    text-align: left;
  }
}

.consultant__note {
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}

@media screen and (max-width:768px) {
  .common-cta__inner .button-primary {
    min-width: auto;
  }
}
.common-cta {
  width: 100%;
  height: 272px;
  border-radius: 5px;
  background: url(/consultant/detail/images/bg_common_cta_pc.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .common-cta {
    height: unset;
  }
}
@media screen and (max-width:430px) {
  .common-cta {
    width: 93vw;
    margin: 0px auto;
    background: url(/consultant/detail/images/bg_common_cta_sp.png) no-repeat top/cover;
  }
}
.common-cta__inner {
  padding: 48px 282px 30px 24px;
  height: 100%;
  width: 368px;
}
@media screen and (max-width:768px) {
  .common-cta__inner {
    padding: 24px 16px 16px;
    height: 100%;
    width: auto;
  }
}
.common-cta__inner .button-primary {
  width: 100%;
  height: 48px;
  margin-bottom: 8px;
}
@media screen and (max-width:768px) {
  .common-cta__inner .button-primary {
    margin-bottom: 10px;
  }
}
.common-cta__inner .button-primary__free {
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 160%;
}
.common-cta__inner .button-primary__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.common-cta__heading {
  color: #1e5fb3;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8px;
}
@media screen and (max-width:768px) {
  .common-cta__heading {
    font-size: clamp(13px, 3.733vw, 16px);
    font-weight: 700;
    line-height: 160%;
    text-align: left;
  }
}
.common-cta__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border: 1px solid #1e5fb3;
}
.common-cta__text {
  color: #1e5fb3;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
}
.common-cta__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-left: 16px;
  padding-left: 8px;
  border-left: 1px solid #1e5fb3;
}
@media screen and (max-width:768px) {
  .common-cta__link {
    margin-left: 12px;
  }
}
.common-cta__icon {
  width: 32px;
  height: 19px;
}
.common-cta__tel {
  color: #1e5fb3;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  gap: 4px;
}
.common-cta__note {
  color: #1e5fb3;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.12px;
}

.newoffer {
  margin-top: 80px;
  margin-bottom: 56px;
  width: 100%;
}

.newoffer p {
  margin: 0;
}

.newoffer .hdTxt02-01 {
  border-top: none;
  border-left: solid 4px #d9236e;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 0.5em;
}

.newoffer .hdTxt02-01:after {
  content: none;
}

.newoffer .select-box01 select {
  height: 28px;
  width: 130px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #fff url("/consultant/detail/images/arrow_pulldown_01.png") right 50%/contain no-repeat;
  border-radius: 3px;
  border: 1px solid #c6c6c6;
  cursor: pointer;
  box-shadow: 0px 1px 0px 0px #ede8e8;
}

.newoffer .offerPoint {
  margin: 0;
  min-height: 1.75em;
}

.newoffer .offerPoint li {
  background: #e78400;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  font-size: inherit;
}

.newoffer #tab_selecter {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.newoffer #tab_selecter a {
  display: flex;
  align-items: center;
  font-size: 1.15em;
}

.newoffer #tab_selecter a:before {
/*  content: "";
  border: solid 2px #aaa;
  border-radius: 22px;
  box-sizing: border-box;
  display: block;
  margin-right: 5px;
  width: 22px;
  height: 22px;
*/
  content: "";
  background: #fff;
  border: solid 0.2em #fff;
  border-radius: 100em;
  box-shadow: 0 0 0 0.07em #bbb;
  margin-right: 0.3em;
  width: 0.8em;
  height: 0.8em;  
}

.newoffer #tab_selecter a.current:before {
  background: #1e5fb3;
}

.newoffer #tab_selecter li {
  margin-right: 25px;
}

.newoffer .newoffer_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: auto;
  padding: 5px;
}

.newoffer .newoffer_list .recruit {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 10px;
  position: relative;
}

.newoffer .newoffer_list .recruit:not(:last-child) {
  margin-right: 13px;
}

.newoffer .newoffer_list li a {
  box-sizing: border-box;
  display: block;
  padding: 12px 8px;
  text-align: left;
  text-decoration: none;
  width: 200px;
  height: 100%;
}

.newoffer .newoffer_list li a:hover {
  background-color: #e6efff;
}

.newoffer table {
  border-collapse: collapse;
  color: #333;
  margin-top: 5px;
  width: 100%;
}

.newoffer table th,
.newoffer table td {
  border: solid 1px #ccc;
}

.newoffer table th {
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 3px 0 3px 6px;
  width: 50px;
}

.newoffer table td {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 3px;
}

.newoffer table tr:not(.salary) td {
  font-weight: bold;
}

.newoffer .ttl {
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 5px;
  line-height: 1.5;
  text-align: justify;
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: block-axis;
  -webkit-line-clamp: 2;
}

.newoffer .newoffer_list .recruit:after {
  content: "";
  background: #2d60b5;
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 3px;
}

.newoffer .newoffer_contents {
  background: #f4f4f4;
  padding: 15px 17px;
}

.newoffer .select-box01 select::-ms-expand {
  display: none;
}

.newoffer .slider {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 240px;
  width: 100%;
}

.newoffer .slider__nav {
  display: none;
}

.newoffer .slider__nav + label {
  background: #ccc;
  cursor: pointer;
  margin: 0 12px;
  position: relative;
  width: 12px;
  height: 12px;
  z-index: 10;
}

.newoffer .slider__nav:checked + label {
  background: #2d60b5;
}

.newoffer .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}

.newoffer .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}

.newoffer .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}

.newoffer .slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}

.newoffer .slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%;
}

.newoffer .slider__inner {
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.4s;
  width: 500%;
  height: 100%;
}

.newoffer .slider__contents {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  height: 100%;
}

.newoffer .bottom_more_link {
  text-align: center;
}

.newoffer .bottom_more_link a {
  display: inline-block;
  font-size: 16px;
  margin: 10px auto 0;
}

@media screen and (max-width:768px) {
  .newoffer {
    margin: 3vw auto 56px;
    width: 93%;
  }
  .newoffer p {
    margin: 0;
  }
  .newoffer .hdTxt02-01 {
    border-top: none;
    border-left: solid 0.2em #d9236e;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.8em;
    padding: 0 0 0 0.5em;
  }
  .newoffer .hdTxt02-01:after {
    content: none;
  }
  .newoffer .select-box01 select {
    font-size: 14px;
    height: 2.5em;
    width: 10em;
    padding-left: 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("/consultant/detail/images/arrow_pulldown_01.png") right 50%/contain no-repeat;
    border-radius: 1vw;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    box-shadow: 0 0.2vw 0 0 #ede8e8;
  }
  .newoffer .offerPoint {
    margin: 0;
    min-height: 1.75em;
  }
  .newoffer .offerPoint li {
    background: #e78400;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    padding: 0 0.5em;
    font-size: inherit;
  }
  .newoffer #tab_selecter {
    display: flex;
    align-items: center;
    margin: 0 1.5vw 3vw;
  }
  .newoffer #tab_selecter a {
    display: flex;
    align-items: center;
    font-size: 4.2vw;
    font-weight: bold;
    text-decoration: none;
  }
  .newoffer #tab_selecter a:before {
    content: "";
    background: #fff;
    border: solid 0.2em #fff;
    border-radius: 100em;
    box-shadow: 0 0 0 0.07em #bbb;
    margin-right: 0.3em;
    width: 0.8em;
    height: 0.8em;
  }
  .newoffer #tab_selecter a.current:before {
    background: #1e5fb3;
  }
  .newoffer #tab_selecter li {
    margin-right: 1.5em;
  }
  .newoffer #tab_selecter li:last-child {
    margin-right: 0;
    margin-left: auto;
  }
  .newoffer .newoffer_list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: auto;
    padding: 5px;
  }
  .newoffer .newoffer_list .recruit {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .newoffer .newoffer_list .recruit:last-child {
    margin-bottom: 6vh;
  }
  .newoffer .newoffer_list li a {
    box-sizing: border-box;
    display: block;
    padding: 3vw 1.5vw;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .newoffer .newoffer_list li a:hover {
    background-color: #e6efff;
  }
  .newoffer table {
    border-collapse: collapse;
    color: #333;
    margin-top: 0.2em;
    width: 100%;
  }
  .newoffer table tr {
    display: inline-flex;
    line-height: 1.7;
    width: 50%;
  }
  .newoffer table th,
  .newoffer table td {
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 0.3em;
  }
  .newoffer table th {
    background: #f4f4f4;
    border-right: none;
    width: 4em;
  }
  .newoffer table td {
    background-color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 4em);
  }
  .newoffer table td .pink {
    color: #e2276e;
    font-weight: bold;
  }
  .newoffer table tr:nth-child(odd) td {
    border-right: none;
  }
  .newoffer table tr:nth-child(1) th,
  .newoffer table tr:nth-child(2) th,
  .newoffer table tr:nth-child(1) td,
  .newoffer table tr:nth-child(2) td {
    border-bottom: none;
  }
  .newoffer table tr:not(.salary) td {
    font-weight: bold;
  }
  .newoffer .ttl {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0.5em;
    line-height: 1.5;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 1.5em;
  }
  .newoffer .newoffer_list .recruit:after {
    content: "";
    background: #2d60b5;
    display: block;
    position: absolute;
    top: 0;
    width: 60px;
    height: 3px;
  }
  .newoffer .newoffer_contents {
    background: #f4f4f4;
    padding: 3vw 1.5vw;
  }
  .newoffer .select-box01 select::-ms-expand {
    display: none;
  }
  .newoffer .slider {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 50vh;
    width: 100%;
  }
  .newoffer .slider__nav {
    display: none;
  }
  .newoffer .slider__nav + label {
    background: #ccc;
    border: solid 3px #fff;
    cursor: pointer;
    margin: 0 3vw;
    position: relative;
    width: 22px;
    height: 22px;
    z-index: 10;
  }
  .newoffer .slider__nav:checked + label {
    background: #2d60b5;
  }
  .newoffer .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
    left: 0%;
  }
  .newoffer .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
    left: -100%;
  }
  .newoffer .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
    left: -200%;
  }
  .newoffer .slider__nav:checked:nth-of-type(4) ~ .slider__inner {
    left: -300%;
  }
  .newoffer .slider__nav:checked:nth-of-type(5) ~ .slider__inner {
    left: -400%;
  }
  .newoffer .slider__inner {
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.4s;
    width: 500%;
    height: 100%;
  }
  .newoffer .slider__contents {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
    height: 100%;
  }
  .newoffer .bottom_more_link {
    text-align: center;
  }
  .newoffer .bottom_more_link a {
    display: inline-block;
    font-size: 16px;
    margin: 10px auto 0;
  }
}
.basemain {
  margin: 0 auto 5em;
  max-width: 1000px;
}

.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.consultant-mv {
  background: url(/consultant/detail/images/bg_consultant_mv_pc.png) no-repeat center/cover;
  margin: 0 calc(50% - 50vw) 64px;
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (min-width:769px) {
  .consultant-mv {
    width: calc(100vw - 10px);
  }
}
@media screen and (max-width:768px) {
  .consultant-mv {
    width: 100vw;
    margin: 0 auto 64px;
  }
}
@media screen and (max-width:599px) {
  .consultant-mv {
    height: auto;
    background: url(/consultant/detail/images/bg_consultant_mv_sp.png) no-repeat center/cover;
    margin: 0 auto;
    width: 100%;
    min-height: 175px;
    max-height: 199px;
    box-sizing: border-box;
  }
}
@media screen and (max-width:599px) and (max-width:430px) {
  .consultant-mv {
    min-height: 56px;
    padding: 0;
  }
}
.consultant-mv__inner {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}
@media screen and (min-width:769px) {
  .consultant-mv__inner {
    padding: 0;
    gap: 51px;
    box-sizing: initial;
  }
}
@media screen and (max-width:599px) {
  .consultant-mv__inner {
    gap: 12px;
    width: 88%;
    align-items: flex-end;
    padding: 0;
  }
}
.consultant-mv__contents {
  width: 100%;
  max-width: 820px;
  margin: auto;
}
@media screen and (max-width:599px) {
  .consultant-mv__contents {
    max-width: unset;
    padding: 24px 0;
  }
}
.consultant-mv__title {
  color: #1e5fb3;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(24px, 2.22vw, 32px);
  font-weight: 500;
  line-height: 160%;
  height: 153px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #1e5fb3;
  position: relative;
}
@media screen and (max-width:599px) {
  .consultant-mv__title {
    font-size: 20px;
    font-weight: 700;
    padding: 16px 12px;
    height: auto;
    border-bottom: none;
    background-color: #f4faff;
    margin-bottom: 16px;
  }
}
.consultant-mv__mission {
  position: absolute;
  left: -64.359px;
  top: -16px;
}
@media screen and (max-width:599px) {
  .consultant-mv__mission {
    display: none;
  }
}
.consultant-mv__personal {
  display: flex;
  padding: 16px 0 12px;
  margin-bottom: 12px;
  align-items: center;
  gap: 12px;
  position: relative;
}
@media screen and (max-width:599px) {
  .consultant-mv__personal {
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width:599px) {
  .consultant-mv__icon {
    width: 26px;
    height: 26px;
  }
}
.consultant-mv__box {
  width: 357px;
}
@media screen and (max-width:599px) {
  .consultant-mv__box {
    width: 84%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.consultant-mv__position {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 4px;
}
@media screen and (max-width:599px) {
  .consultant-mv__position {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: clamp(14px, 3.77vw, 18px);
  }
}
.consultant-mv__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width:599px) {
  .consultant-mv__name {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.consultant-mv__area {
  margin-bottom: 8px;
  border-radius: 5px;
  background: #1e5fb3;
  position: absolute;
  right: 0;
}
@media screen and (max-width:599px) {
  .consultant-mv__area {
    position: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.consultant-mv__local-link {
  display: flex;
  padding: 5px 8px 3px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width:599px) {
  .consultant-mv__local-link {
    font-size: clamp(14px, 3.77vw, 18px);
  }
}
.consultant-mv__local-link small {
  font-size: 12px;
  line-height: 120%;
}
.consultant-mv__image {
  max-width: 400px;
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (max-width:768px) {
  .consultant-mv__image {
    min-width: 27vw;
  }
}
@media screen and (max-width:599px) {
  .consultant-mv__image {
    height: 175px;
    max-width: 175px;
    min-width: unset;
    position: relative;
  }
}
.consultant-mv__image img {
  max-width: 92%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:599px) {
  .consultant-mv__image img {
    max-width: 96%;
    width: 106%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(-50%);
    display: block;
    height: auto;
  }
}
@media screen and (max-width:599px) {
  .consultant-mv__under {
    width: 100%;
  }
}

.profile {
  margin-bottom: 48px;
}
@media screen and (max-width:768px) {
  .profile {
    width: 93%;
    margin: 0 auto 48px;
  }
}
.profile__inner {
  border-radius: 5px;
  border: 1px solid #eee;
}
.profile__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8px;
}

.message {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .message {
    width: 93%;
    margin: 0 auto 80px;
  }
}
.message__inner {
  padding: 48px 40px;
  border-radius: 5px;
  border: 2px solid #1e5fb3;
  background: linear-gradient(130deg, #FFF 22.76%, #E2F2FF 100%);
  position: relative;
}
@media screen and (max-width:768px) {
  .message__inner {
    padding: 48px 24px 24px;
  }
}
.message__label {
  color: #1e5fb3;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: -22px;
  z-index: 1;
}
.message__label::before {
  content: "";
  width: calc(100% + 4px);
  height: 6px;
  position: absolute;
  background-color: #fff;
  top: 18px;
  z-index: -1;
}

.work-style {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .work-style .consultant__heading2 {
    width: 93%;
    margin: 0 auto 32px;
    box-sizing: border-box;
  }
}
.work-style__inner {
  border-radius: 5px;
  background: #f5f4f4;
  margin-bottom: 80px;
}
@media screen and (max-width:430px) {
  .work-style__inner {
    padding: 24px 12px;
  }
}
.work-style__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.work-style__item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
  padding: 24px;
}
@media screen and (max-width:768px) {
  .work-style__item {
    padding: 16px;
  }
}
.work-style__heading3 {
  color: #1e5fb3;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
  position: relative;
  padding-left: 40px;
}
.work-style__question {
  position: absolute;
  top: 0;
  left: 0;
}
.work-style__level {
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width:768px) {
  .work-style__level {
    background-size: contain;
  }
}
.work-style__level--lv1 {
  background-image: url(/consultant/detail/images/img_workstyle_level_01_pc.png);
}
@media screen and (max-width:768px) {
  .work-style__level--lv1 {
    background-image: url(/consultant/detail/images/img_workstyle_level_01_sp.png);
  }
}
.work-style__level--lv2 {
  background-image: url(/consultant/detail/images/img_workstyle_level_02_pc.png);
}
@media screen and (max-width:768px) {
  .work-style__level--lv2 {
    background-image: url(/consultant/detail/images/img_workstyle_level_02_sp.png);
  }
}
.work-style__level--lv3 {
  background-image: url(/consultant/detail/images/img_workstyle_level_03_pc.png);
}
@media screen and (max-width:768px) {
  .work-style__level--lv3 {
    background-image: url(/consultant/detail/images/img_workstyle_level_03_sp.png);
  }
}
.work-style__level--lv4 {
  background-image: url(/consultant/detail/images/img_workstyle_level_04_pc.png);
}
@media screen and (max-width:768px) {
  .work-style__level--lv4 {
    background-image: url(/consultant/detail/images/img_workstyle_level_01_sp.png);
  }
}
.work-style__level--lv5 {
  background-image: url(/consultant/detail/images/img_workstyle_level_05_pc.png);
}
@media screen and (max-width:768px) {
  .work-style__level--lv5 {
    background-image: url(/consultant/detail/images/img_workstyle_level_05_sp.png);
  }
}
.work-style__level--lv6 {
  background-image: url(/consultant/detail/images/img_workstyle_level_06_pc.png);
}
@media screen and (max-width:768px) {
  .work-style__level--lv6 {
    background-image: url(/consultant/detail/images/img_workstyle_level_06_sp.png);
  }
}
.work-style__level--lv7 {
  background-image: url(/consultant/detail/images/img_workstyle_level_07_pc.png);
}
@media screen and (max-width:768px) {
  .work-style__level--lv7 {
    background-image: url(/consultant/detail/images/img_workstyle_level_07_sp.png);
  }
}
.work-style__types {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width:768px) {
  .work-style__types {
    gap: 4px;
  }
}
.work-style__type {
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  width: calc(50% - 6px);
}
.work-style__type:nth-of-type(2) {
  text-align: right;
}
@media screen and (max-width:768px) {
  .work-style__type {
    width: calc(50% - 2px);
  }
}
.work-style__more {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .work-style__more {
    width: 93%;
  }
}
.work-style__movie {
  width: 560px;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto;
  position: relative;
}
.work-style__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width:768px) {
  .work-style__movie {
    width: 100%;
  }
}

@media screen and (max-width: 369px) {
  .work-style__item {
    padding: 16px 10px;
  }
}
.interview {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .interview {
    width: 93%;
    margin: 0 auto 80px;
  }
}
.interview__inner {
  border-radius: 5px;
  border: 2px solid #1e5fb3;
  padding: 24px;
}
@media screen and (max-width:768px) {
  .interview__inner {
    padding: 16px;
  }
}
.interview__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.interview__item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.interview__item-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 18px;
  padding-left: 36px;
  position: relative;
}
.interview__item-heading::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: url(/consultant/detail/images/ico_interview_q.png) no-repeat top/cover;
  position: absolute;
  top: -2px;
  left: 0;
}
.interview__item-answer {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  padding-left: 36px;
  position: relative;
}
.interview__item-answer::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: url(/consultant/detail/images/ico_interview_a.png) no-repeat top/cover;
  position: absolute;
  top: -2px;
  left: 0;
}

.achievements {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .achievements .consultant__heading2 {
    width: 93%;
    margin: 0 auto 32px;
    box-sizing: border-box;
  }
}
.achievements__items {
  padding: 24px;
  background-color: #f5f4f4;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width:430px) {
  .achievements__items {
    padding: 24px 12px;
  }
}
.achievements__item {
  border-radius: 5px;
  border-bottom: 6px solid #1e5fb3;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
  padding: 24px 24px 18px;
}
.achievements__item-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 8px;
}
.achievements__item-info {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}
.achievements__item-image {
  margin-right: 8px;
}
.achievements__item-box {
  display: flex;
}
@media screen and (max-width:768px) {
  .achievements__item-box {
    flex-direction: column;
    margin-right: 8px;
    white-space: nowrap;
  }
}
.achievements__item-age {
  margin-right: 4px;
}
@media screen and (max-width:768px) {
  .achievements__item-age {
    margin-right: 0;
  }
}
.achievements__item-gender {
  margin-right: 8px;
}
@media screen and (max-width:768px) {
  .achievements__item-gender {
    margin-right: 0;
  }
}
.achievements__item-categories {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.achievements__item-category {
  padding: 4px;
  border: 1px solid #1e5fb3;
  color: #1e5fb3;
  line-height: 100%;
}
@media screen and (max-width:768px) {
  .achievements__item-category {
    font-size: clamp(12px, 3.5vw, 14px);
  }
}
.achievements__item-salary {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.achievements__item-price {
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .achievements__item-price {
    height: 80px;
  }
}
.achievements__item-price--before {
  width: 198px;
  background-color: #f5f4f4;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}
.achievements__item-price--before .num {
  font-size: 20px;
  font-weight: 300;
  padding-left: 19px;
  margin-right: 4px;
}
@media screen and (max-width:768px) {
  .achievements__item-price--before {
    width: 36%;
    padding: 18px 0;
    flex-wrap: wrap;
  }
  .achievements__item-price--before .num {
    padding: 0;
    margin: 0 4px;
  }
}
.achievements__item-price--after {
  width: 336px;
  border: 2px solid #1e5fb3;
  background: #f4faff;
  color: #1e5fb3;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.achievements__item-price--after .num {
  color: #e2276e;
  font-size: 32px;
  font-weight: 700;
  margin-right: 4px;
  padding-left: 19px;
}
@media screen and (max-width:768px) {
  .achievements__item-price--after {
    width: 51%;
    flex-wrap: wrap;
    padding: 8px 0;
  }
  .achievements__item-price--after .num {
    padding: 0;
    margin-right: 4px;
    display: block;
  }
}
.achievements__item-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .achievements__item-wrap {
    width: 100%;
    justify-content: center;
  }
}
.achievements__item-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}

.achievements-check {
  padding: 24px 24px 20px 24px;
  border-radius: 5px;
  border: 2px dashed #1e5fb3;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width:768px) {
  .achievements-check {
    width: 93%;
    margin: 0 auto 24px;
    box-sizing: border-box;
  }
}
.achievements-check__label {
  display: flex;
  gap: 0;
  align-items: flex-end;
  color: #1e5fb3;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  position: absolute;
  top: -14px;
  z-index: 1;
}
.achievements-check__label::before {
  content: "";
  width: calc(100% + 4px);
  height: 6px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: -1px;
}
.achievements-check__label img {
  width: 36px;
  height: 28px;
}
.achievements-check__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.voice {
  margin-bottom: 56px;
}
@media screen and (max-width:768px) {
  .voice .consultant__heading2 {
    width: 93%;
    margin: 0 auto 32px;
    box-sizing: border-box;
  }
}
.voice__inner {
  background-color: #f4faff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
}
.voice__contents {
  padding: 32px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 24px;
  border: 2px dashed #1e5fb3;
  border-radius: 5px;
}
@media screen and (max-width:768px) {
  .voice__contents {
    padding: 32px 24px;
    flex-direction: column;
  }
}
.voice__doctor {
  min-width: 64px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
@media screen and (max-width:768px) {
  .voice__doctor {
    flex-direction: row;
    justify-content: center;
  }
}
.voice__icon {
  width: 64px;
  height: 64px;
}
.voice__name {
  color: #1e5fb3;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}
.voice__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.consultant-cta__wrap {
  background-color: #f5f4f4;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  margin-bottom:56px;
}
@media screen and (max-width:768px) {
  .consultant-cta__wrap {
    width: 93%;
    margin: 0 auto 80px;
    box-sizing: border-box;
  }
}
.consultant-cta__man {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
  height: 85px;
}
@media screen and (max-width:768px) {
  .consultant-cta__man {
    display: none;
  }
}
.consultant-cta__woman {
  position: absolute;
  bottom: 0;
  right: 7px;
  width: 65px;
  height: 87px;
}
@media screen and (max-width:768px) {
  .consultant-cta__woman {
    display: none;
  }
}

.consultant-list {
  margin-bottom: 32px;
}
@media screen and (max-width:768px) {
  .consultant-list .consultant__heading2--border {
    width: 89.3%;
    margin: 0 auto 12px;
  }
}
.consultant-list__inner {
  background-color: #eee;
  padding: 24px 18px;
}
@media screen and (max-width:768px) {
  .consultant-list__inner {
    padding: 24px 16px;
  }
}
.consultant-list__items {
  display: flex;
}
.consultant-list__item {
  width: 144px;
  height: 188px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  .consultant-list__item {
    height: auto;
  }
  .consultant-list__item a {
    width: 100%;
    height: 100%;
  }
}
.consultant-list__box {
  width: 144px;
  height: 144px;
  background: linear-gradient(155deg, #F8FBFF 39.38%, #DCEBFF 83.65%);
  position: relative;
}
@media screen and (max-width:768px) {
  .consultant-list__box {
    width: 100%;
  }
}
.consultant-list__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:768px) {
  .consultant-list__image {
    width: auto;
    height: 90%;
  }
}
.consultant-list__name {
  padding: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  /*height: 2em;*/
  box-sizing: content-box;
}
.consultant-list__msg {
  padding: 8px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1;
}
.swiper_loop {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: block;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 0 12px !important;
}

.swiper-pagination-bullet-active {
  background-color: #1e5fb3;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #1e5fb3;
  box-sizing: border-box;
  left: 0;
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #1e5fb3;
  box-sizing: border-box;
  right: 0;
}

.swiper-button-prev:after {
  content: "";
  border: 2px solid #fff;
  border-right: transparent;
  border-top: transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 16px;
  transform: rotate(45deg);
}

.swiper-button-next:after {
  content: "";
  border: 2px solid #fff;
  border-left: transparent;
  border-bottom: transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 16px;
  transform: rotate(45deg);
}

.consultant__heading2 {
  height: 56px;
  padding: 0 16px;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 5px;
  background: #1e5fb3;
  position: relative;
}
.consultant__heading2::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 19px 16px 0 16px;
  border-color: #1e5fb3 transparent transparent;
}
.consultant__heading2-image {
  width: 64px;
  height: 64px;
}
@media screen and (max-width:768px) {
  .consultant__heading2-image {
    width: 48px;
    height: 48px;
  }
}
.consultant__heading2-text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.consultant__heading--voiceline {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 11px;
  padding: 0 8px;
  position: relative;
  text-align: center;
}
.consultant__heading--voiceline::before {
  content: "";
  width: 21px;
  height: 32px;
  background: url(/consultant/detail/images/ico_voiceline_right.svg) no-repeat top/cover;
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%) scale(-1, 1);
}
.consultant__heading--voiceline::after {
  content: "";
  width: 21px;
  height: 32px;
  background: url(/consultant/detail/images/ico_voiceline_right.svg) no-repeat top/cover;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.consultant__heading2--border {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  padding-left: 12px;
  margin-bottom: 12px;
  position: relative;
}
.consultant__heading2--border::before {
  content: "";
  width: 4px;
  height: 27px;
  background-color: #e2276e;
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=style.css.map */